Jetson orin nx: export of nvme failed

Hi everyone,

I’m trying to flash a Jetson Orin NX 16GB using an image built with the yocto proyect

The build completes successfully, but during the flashing process I consistently hit the following error:

Processing: bootloader
Processing: export-devices nvme0n1
export of nvme0n1 failed
waiting for boot device programming to complete…

The process then hangs indefinitely at this point and never progresses.

Flashing command: sudo ./initrd_flash

Hi,

Please try our latest official bsp to cross check the issue.

Thanks

Hi,

Thank you for the suggestion. I have already tried flashing with the latest official BSP (R36.3.0) and the issue persists.

The flash process starts but fails when attempting to write to the external NVMe, giving the same error indicating the device is unavailable, even though it is correctly installed.

Here are the details of my attempt with the latest BSP:

Command used:

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_external.xml p3768-0000-p3767-0000-a0-nvme external

Error Log:

Debug: error: External storage device (/dev/nvme0n1) might be unavailable or not work correctly. Please unplug the power supply and reattach the external storage.
Error: Flash failure

Hi,

The latest official BSP is r36.5 (JetPack 6.2.2). JetPack Archive | NVIDIA Developer
Please try that version and add the --erase-all argument to the flashing commands.

Thanks

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