I am trying to flash jetpack 6.2 to nvme. I have a samsung 990 pro PCle 4.0 NVMe M.2 SSD that is formatted with ext4 that is inserted in the nvme slot on the bottom of my orin agx.
I am able to use the SDK Manager to flash to emmc but it fails to flash to NVMe. Ill attach the output log from the fail.
...
14:26:07 INFO: Flash Jetson Linux - flash: SSH ready
14:29:08 INFO: Flash Jetson Linux - flash: mount.nfs: Connection timed out
14:29:08 INFO: Flash Jetson Linux - flash: Flash failure
14:29:08 INFO: Flash Jetson Linux - flash: Either the device cannot mount the NFS server on the host or a flash command has failed. Check your network setting (VPN, firewall,...) to make sure the device can mount NFS server. Debug log saved to /tmp/tmp.56ZqMndUaa. You can access the target's terminal through "sshpass -p root ssh root@fc00:1:1:0::2"
14:29:09 INFO: Flash Jetson Linux - flash: Cleaning up...
14:29:09 ERROR: Flash Jetson Linux - flash: [exec_command]: /bin/bash -c /home/nicholas/.nvsdkm/replays/scripts/JetPack_6.2_Linux/NV_L4T_FLASH_JETSON_LINUX_COMP.sh; [error]: rpcbind: another rpcbind is already running. Aborting
14:29:09 INFO: Flash Jetson Linux - flash: [ Component Install Finished with Error ]
14:29:09 INFO: Flash Jetson Linux - flash: [host] [ 14.83 MB released. Disk Avail on Partition /dev/nvme0n1p7: 343.07 GB ]
14:29:09 INFO: Flash Jetson Linux - flash: [ NV_L4T_FLASH_JETSON_LINUX_COMP Install took 7m0s ]
14:29:09 ERROR: command error code: 11
14:29:09 ERROR: Flash Jetson Linux - flash: command terminated with error
14:29:09 SUMMARY: Flash Jetson Linux - flash: First Error: Installation failed.
14:29:09 SUMMARY: Multimedia API - target: Depends on failed component
14:29:09 SUMMARY: TensorRT Runtime - target: Depends on failed component
14:29:09 SUMMARY: CUDA Runtime - target: Depends on failed component
14:29:09 SUMMARY: CuDNN Runtime - target: Depends on failed component
14:29:09 SUMMARY: OpenCV Runtime - target: Depends on failed component
14:29:09 SUMMARY: VPI Runtime - target: Depends on failed component
14:29:09 SUMMARY: CuPVA Runtime - target: Depends on failed component
14:29:09 SUMMARY: NVIDIA Container Runtime with Docker integration (Beta) - target: Depends on failed component
14:29:09 SUMMARY: Gstreamer - target: Depends on failed component
14:29:09 SUMMARY: DLA Compiler - target: Depends on failed component
14:29:09 SUMMARY: DateTime Target Setup - target: Depends on failed component
Thank you!
SDKM_logs_JetPack_6.2_Linux_for_Jetson_AGX_Orin_[64GB_developer_kit_version]_2025-01-24_14-21-22.zip (306.0 KB)
EDIT:
I was able to flash to the NVMe by turning off the firewall on my host machine. After doing so, the SDK Manager was able to flash to the NVMe.