I had some problems installing the latest Jetson Linux 36.2 in the **JetPack 6.0 DP ** on my Jetson Orin NX 16G board. I hope someone can help me.
Some Information
I’m using a standalone Ubuntu 22.04 system on my host PC (not a Docker container).
# uname -a
Linux ax-MS 6.2.0-36-generic #37~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 9 15:34:04 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
# dpkg -l | grep sdkmanager
ii sdkmanager 2.0.0-11405 amd64 NVIDIA SDK Manager
I’ve used Jetpack 5.11 before, so I’m sure my board’s hardware is fine (except that I’m trying to install the latest system on a new NVME SSD because I want to preserve my previous data on the old SSD).
Solution
For the sake of this post to help more people.
I’ll make a quick summary here, these errors were caused by Jetson not recognizing my flash cable at some stage of the flash process (not sure which one).
Even though the sdkmanager and the flash scripts can detect the board in a recovery mode in the early stages of the flash process. For example:
The sdkmanager can detect the specific board model.
Using the lsusb command shows some correct info like this:
Bus 001 Device 082: ID 0955:7323 NVIDIA Corp. APX.
The solution is simple, I changed the cable to a (USB2.0->typec) one and the whole flash process went on seamlessly!
Thanks again for WayneWWW’s help (never thought someone would spend their precious weekend solving my problem)!
Please also try one more test. Plug any usb device to the usb hub of your jetson devkit and run flash process again. This is separate tests from above register dump.
I haven’t done a second test yet, but just now, after I plugged in the keyboard, the terminal immediately returned some messages like the following, and they might be helpful:
OK, thanks for the share.
I have three models of the new SSD in my hand right now, and I’ll try them all, but they’re all new PCIE 4.0 models so I can’t guarantee their compatibility. I’ll share their results later.
By the way, do you have any recommendations for hard drives with good compatibility?