When I received my Orin Nano DevKit, I flashed the ISO to an SD card with Etcher. The bootup went normal, but the UI was slow, so I decided to flash an SSD instead.
For the past week, I’ve been trying to get that to work—using only the NVIDIA software—but to no avail. The typical error is something like the below:
SDKM_logs_JetPack_6.0_DP_Linux_for_Jetson_Orin_Nano_modules_2024-04-12_21-36-23.zip (172.3 KB)
The only error I can find in there is Error: Failed to execute commands with GenericInstaller.
And, while the bios still loads, it now also fails to boot from an SD card.
I’m doing this from a fresh install of Ubuntu 22.04 with the SDK Manager GUI and 6.0.0 DP, but I’ve also tried Ubuntu 20.04 with 5.1.3, changing computers, swapping the USB cables, flashing with the provided docker container, removing the jumper after the DevKit boots but before flashing, and directly running nvsdkmanager_flash.sh. While the errors vary a bit, it consistently fails.
Am I missing something here?