OS install (Jetson TX2 4GB module)

I tried to install the OS(Ubuntu) to Jetson TX2 4GB module.
But it failed.

I used Jatpack3.3.

How to install OS to Jetson TX2 4GB?

Hi mk.kang,

Are you using sdkmanager to install JetPack-3.3 on your TX2 4GB?
Which hardware device are you select? please also provide detail fail logs.

Also, you can try flash by manually:

$ sudo ./flash.sh jetson-tx2-4GB mmcblk0p1

I didn’t use sdkmanager.
I used L4T Jetson Driver Package (version 28.2.1).

When i try flash by manually, An error occurs.
error : Invalid target board - jetson-tx2-4GB

Hi mk.kang,

Please attach flash and uart logs.

When installing os with the command below, the log is uploaded.
sudo ./flash.sh jetson-tx2 mmcblk0p1
log.txt (180.4 KB)

And I checked in sdkmanager, if you select the jetson tx2 4GB module, I can only install the jetpack version 4.2.1 or higher.
sdkmanager says that installation is not possible under version 4.2.

Can’t I install a version lower than Jetpack 4.2.1 on jetson tx2 4GB module?

Hi mk.kang,

You can install old version JetPack, please update your sdkmanager to the latest version, v1.2.0.6733
Please using below config file to flash by manually:
sudo ./flash.sh jetson-tx2-4GB mmcblk0p1

Hi,

Yes, 4GB is published later than jetpack4.2.x so only those release would support it.