I am trying to flash a Jetson Orin NX 16 GB using Orin Nano devkit carrier board and a NVMe SSD (PC SN530 256 GB). The installation through the SDK manager fails with the error:
15:38:45 INFO: Flash Jetson Linux - flash: tar: Read checkpoint 10000
15:38:47 INFO: Flash Jetson Linux - flash: tar: Read checkpoint 20000
15:38:50 INFO: Flash Jetson Linux - flash: tar: Read checkpoint 30000
15:38:56 INFO: Flash Jetson Linux - flash: tar: Read checkpo
15:38:56 INFO: Flash Jetson Linux - flash: int 40000
15:39:07 INFO: Flash Jetson Linux - flash: Erased 67108864 bytes from address 0x00000000 in flash
15:39:07 INFO: Flash Jetson Linux - flash: Flash index file is /mnt/internal/flash.idx
15:39:07 INFO: Flash Jetson Linux - flash: Number of lines is 61
15:39:07 INFO: Flash Jetson Linux - flash: max_index=60
15:45:07 INFO: Flash Jetson Linux - flash: Flash failure
15:45:07 INFO: Flash Jetson Linux - flash: Either the device cannot mount the NFS server on the host or a flash command has failed. Debug log saved to /tmp/tmp.pOeI5StoxK. You can access the target's terminal through "sshpass -p root ssh root@fc00:1:1:0::2"
15:45:07 INFO: Flash Jetson Linux - flash: clnt_create: RPC: Unable to send
15:45:07 INFO: Flash Jetson Linux - flash: Cleaning up...
15:45:07 ERROR: Flash Jetson Linux - flash: [exec_command]: /bin/bash -c /tmp/tmp_NV_L4T_FLASH_JETSON_LINUX_COMP.shri.sh; [error]: 130233 blocks
15:45:07 INFO: Flash Jetson Linux - flash: [ Component Install Finished with Error ]
15:45:07 INFO: Flash Jetson Linux - flash: [host] [ Disk Avail on Partition : 0.00 B ]
15:45:07 INFO: Flash Jetson Linux - flash: [ NV_L4T_FLASH_JETSON_LINUX_COMP Install took 10m41s ]
I am not sure how to solve this issue. The carrier board has a USB A (Linux PC) to USB C (board) connection, an ethernet connection and is in recovery mode. I am attaching the output log. Thanks in advance!
SDKM_logs_JetPack_6.0_(rev._2)_Linux_for_Jetson_Orin_NX_modules_2024-06-20_15-34-10.zip (435.5 KB)
I also get the same error when I try to flash through the command line. I followed the instructions online and use this command:
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c ./tools/kernel_flash/flash_l4t_t234_nvme.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" --network usb0 --showlogs jetson-orin-nano-devkit nvme0n1p1
This is for JetPack 6.0 and Jetson Linux version 36.3.
I also tried flashing by choosing JetPack 5.1.3 in the SDK manager. The log for this is attached below:
SDKM_logs_JetPack_5.1.3_Linux_for_Jetson_Orin_NX_modules_2024-06-20_16-43-21.zip (622.7 KB)
16:54:15 INFO: Flash Jetson Linux - flash: Read checkpoint 10000
16:54:20 INFO: Flash Jetson Linux - flash: tar: Read checkpoint 20000
16:54:25 INFO: Flash Jetson Linux - flash: tar: Read checkpoint 30000
16:54:30 INFO: Flash Jetson Linux - flash: tar: Read checkpoint 40000
16:54:35 INFO: Flash Jetson Linux - flash: tar: Read checkpoint 50000
16:54:40 INFO: Flash Jetson Linux - flash: tar: Read checkpoint 60000
17:00:40 INFO: Flash Jetson Linux - flash: Flash failure
17:00:40 INFO: Flash Jetson Linux - flash: Cleaning up...
17:00:41 ERROR: Flash Jetson Linux - flash: [exec_command]: /bin/bash -c /tmp/tmp_NV_L4T_FLASH_JETSON_LINUX_COMP.shri.sh; [error]: 84983 blocks
17:00:41 INFO: Flash Jetson Linux - flash: [ Component Install Finished with Error ]
17:00:41 INFO: Flash Jetson Linux - flash: [host] [ Disk Avail on Partition : 0.00 B ]
17:00:41 INFO: Flash Jetson Linux - flash: [ NV_L4T_FLASH_JETSON_LINUX_COMP Install took 10m19s ]
17:00:41 ERROR: Flash Jetson Linux - flash: command terminated with error
17:00:41 SUMMARY: Flash Jetson Linux - flash: First Error: Installation failed.