Jetson Orin NX Flashing Failure due to missing NVME partition

Hi,

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:

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c ./tools/kernel_flash/flash_l4t_t234_nvme.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" --showlogs --network usb0 jetson-orin-nano-devkit external

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...

So does your device really have a nvme SSD connected on it ?

It does, 256 gb Intenso SSD. I already preformated it

Is this a NV devkit or a custom carrier board?

It is an NV Jetson Orin NX board from Yahboom

If it is a custom board then please check with vendor for their custom BSP.

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.

Are you saying that your device boot up now but you still don’t see your nvme? That sounds not possible.

Do you have any dmesg log to share?

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.

Hi,

It is normal. Your nvme is on the Jetson device. Your “fdisk -l” command is running on host.

It is totally expected that you won’t see that thing on your host.

I see. I will try to backup and flash the working SSD to make sure its not an NVME issue.

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.

This is the dump during flashing process

serial-log.txt (93.0 KB)

Yes, this log indicates that my guess is true. NVMe is not able to be detected.

That is weird because i can detect it on an NVME card reader. Im currently formatting it again, if it still dosent work I will get a newer one.

This has been confirmed to be an SSD problem. I tried another card and everything worked correctly.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.