SDKM_logs_JetPack_6.0_DP_Linux_for_Jetson_Orin_Nano_modules_2024-04-16_18-15-32.zip (123.9 KB)
I’ve tried flashing with the sdkmanager, etcher, and from the command line. Tried the SD card and the NVMe. Nothing works. In the attached logs am using Ubuntu 22.04, trying to flash jetpack 6.0 to the NVMe. This is a native host PC, not a VM. I am putting the device in recovery mode, when I type lsusb I see this: ID 0955:7523 NVIDIA Corp. APX
I have tried leaving the jumper in during flashing, and taking it out before flashing. Neither work.
I am getting the following errors:
18:16:03 INFO: exec_command: true
18:16:03 INFO: command finished successfully
18:16:03 DEBUG: running command < /tmp/device_mode_host_setup.ysunil3.sh >
18:16:03 INFO: exec_command: /tmp/device_mode_host_setup.ysunil3.sh
18:16:03 INFO: Found route default enp0s31f6, setting up device mode
18:16:03 INFO: [host] [sudo] password for ysunil3:
18:16:03 INFO: net.ipv4.ip_forward = 1
18:16:03 INFO: Device mode on host successfully set with DNS 8.8.8.8!
18:16:03 INFO: command finished successfully
18:16:03 DEBUG: running command < true >
18:16:03 INFO: exec_command: true
18:16:03 INFO: Flash Jetson Linux - flash: sudo ./nvsdkmanager_flash.sh --storage nvme0n1p1 --nv-auto-config --username saferobolab
18:20:32 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 270000
18:20:32 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 320000
18:20:33 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 350000
18:20:33 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 360000
18:20:33 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 420000
18:20:33 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 430000
18:20:33 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 440000
18:20:33 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 450000
18:20:33 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 460000
18:20:33 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 470000
18:20:33 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 480000
18:20:33 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 490000
18:20:33 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 500000
18:20:34 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 510000
18:20:34 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 520000
18:20:34 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 530000
18:20:34 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 540000
18:20:34 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 550000
18:20:34 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 560000
18:20:34 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 570000
18:20:34 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 580000
18:20:34 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 590000
18:20:34 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 600000
18:20:35 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 610000
18:20:35 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 620000
18:20:35 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 630000
18:20:35 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 640000
18:20:35 ERROR: Flash Jetson Linux - flash: tar: Write checkpoint 650000
18:20:45 ERROR: Flash Jetson Linux - flash: 52057 blocks
18:20:45 ERROR: Flash Jetson Linux - flash: gzip: /home/ysunil3/nvidia/nvidia_sdk/JetPack_6.0_DP_Linux_DP_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/kernel/Image: not in gzip format
18:20:49 ERROR: Flash Jetson Linux - flash: 74756 blocks
18:20:50 ERROR: Flash Jetson Linux - flash: 20 bytes copied, 7.9361e-05 s, 252 kB/s
18:20:50 ERROR: Flash Jetson Linux - flash: 67108864 bytes (67 MB, 64 MiB) copied, 0.1104 s, 608 MB/s
18:20:55 ERROR: Flash Jetson Linux - flash: /home/ysunil3/nvidia/nvidia_sdk/JetPack_6.0_DP_Linux_DP_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/L4TConfiguration_updated.dts: Warning (unit_address_vs_reg): Node /fragment@0 has a unit name, but no reg property
18:20:55 ERROR: Flash Jetson Linux - flash: /home/ysunil3/nvidia/nvidia_sdk/JetPack_6.0_DP_Linux_DP_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/bootloader/L4TConfiguration.dtbo: Warning (unit_address_vs_reg): Node /fragment@0 has a unit name, but no reg property
18:20:56 ERROR: Flash Jetson Linux - flash: [ 0.2989 ] ERROR: value 0x31 is out of range
18:20:58 ERROR: Flash Jetson Linux - flash: [ 2.2666 ] ERROR: value 0x31 is out of range
18:20:59 ERROR: Flash Jetson Linux - flash: 74756 blocks
18:21:06 ERROR: Flash Jetson Linux - flash: 128307 blocks
18:29:02 ERROR: Flash Jetson Linux - flash: command terminated with error
18:29:02 SUMMARY: Flash Jetson Linux - flash: First Error: Installation failed.
I tried this in case the rcm error was because of this:
Q: I get a USB timeout error during flash Orin. How to resolve that?
A known issue for ubuntu 20.04 host is the USB autosuspend function is enabled on it by default. This leads to Jetson recovery mode gets suspended before flash. To bypass this error, need to:
Disable autosuspend on host PC with below command:
sudo -s
echo -1 > /sys/module/usbcore/parameters/autosuspend
Plug out the USB cable, put jetson back into recovery mode again and plug the usb cable back.
If USB timeout is still there after above commands, please file a topic to forum and let moderator help check.
Still doesnt work.