SDK Manager fails to flash to nvme

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.

Hi,
If the device cannot be flashed/booted, please refer to the page to get uart log from the device:
Jetson/General debug - eLinux.org
And get logs of host PC and Jetson device for reference. If you are using custom board, you can compare uart log of developer kit and custom board to get more information.
Also please check FAQs:
Jetson AGX Orin FAQ
If possible, we would suggest follow quick start in developer guide to re-flash the system:
Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
And see if the issue still persists on a clean-flashed system.
Thanks!

None of those links talk about flashing to a NVMe. I was able to fix this error

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

by running

sudo systemctl stop rpcbind
sudo systemctl stop rpcbind.socket
sudo systemctl stop nfs-server
sudo systemctl stop rpc-mountd

However when attempting reflash, it hangs at 99% and this is the tail of the log

14:59:22 INFO: Flash Jetson Linux - flash: Waiting for device to expose ssh ...Waiting for device to expose ssh ...Run command: flash on fc00:1:1:0::2
14:59:22 INFO: Flash Jetson Linux - flash: SSH ready
15:02:23 INFO: Flash Jetson Linux - flash: mount.nfs: Connection timed out
15:02:23 INFO: Flash Jetson Linux - flash: Flash failure
15:02:23 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.uqeHXets1W. You can access the target's terminal through "sshpass -p root ssh root@fc00:1:1:0::2"
15:02:24 INFO: Flash Jetson Linux - flash: Cleaning up..

Hi,

Could you disable the firewall and rerun again?
Also record the serial console log during the flashing process.
About the serial console log, please refer below links

Thanks