Im facing an issue with the Jetson Orin NX flashing process. Im using Jetson Linux 35.5.0, the Jetson entered the recovery mode. After running the command:
The flashing process fails at step 3 during flashing with the following error:
writing item=1, 9:0:primary_gpt, 512, 19968, gpt_primary_9_0.bin, 16896, fixed-<reserved>-0, da5625a62e30273b83300f85aed20b79e21c5408
Error: Could not stat device /dev/nvme0n1 - No such file or directory.
Flash failure
Cleaning up...
For the info, I already managed to flash it before. With a different NVME SSD I can boot it on a Ubuntu based Jetson Distribution. I recently had this problem after installing Ubuntu Jetson OS on it. Currently I cannot find the NVME even when running fdisk -l.
I tried with another NVME that I can boot from based on Jetson Ubuntu. During recovery made and after checking the partitions with fdisk -l, the NVME partition could not be found. This is the same problem with the first SSD.
You should try to dump the log from device side with the failed NVMe when flash process.
This could help clarify what is going on.
I guess the NVMe is not broken but it has PCIe link problem with Jetson. In brief, PCIe interface cannot detect your NVMe so that flash process cannot go through.