Jetson Orin NX on Orin Nano devkit failed to boot 35.3.1

Hello!

Flashing of Jetson Orin NX / Jetson Orin Nano devkit failed when flashing SSD with command:

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

I followed the instructions here: Quick Start — Jetson Linux Developer Guide documentation

Host Linux: Ubuntu 20.04
Nvidia release: 35.3.1
SSD drive: WD SSD 250GB M.2 Blue SN570 NVMe
Cable: USBC - usb

uart.txt (102.5 KB)
flash_log.txt (244.1 KB)

Thanks for feedback!

Hi,

is the NVMe drive functioning properly on other devices?
Can you try pre-formatting it into ext4 before flashing?

I was able to flash the jetson using usb flash drive if this helps with debugging. I can see the disk it is already formatted with ext4 format.

Then the flashing still failed?
Can you please try with a different NVMe drive?

Also, I’m not sure why this appeared in the log

NFS: state manager: check lease failed on NFSv4 server fc00:1:1:0::1 with error 13

Please remove the Ethernet cable in case it’s connected during flashing

I have formatted the disk with sudo mkfs -t ext4 /dev/nvme0n1
and rerun flashing, after removing the ethernet cable it worked.

Thanks for help!

1 Like

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