Orin NX/Nano flash failed

Hi,

I use

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
p3509-a02+p3767-0000 nvme0n1p1

to flash OrinNano + our custom board. Flashing process used to work fine, but now it consistently stuck at this step.
flash.txt (6.3 KB)
Serial.log (157.7 KB)

Hi,

What is your JP version?
Do you try to reboot the host and flash again?

Thanks

jetpack5.1.2
I tried it but still failed.

I upgraded my build host from Ubuntu 18 to Ubuntu 20 a few days ago and downloaded another jetson Linux 36.4 SDK and completed the Quick Start steps. Will this have any impact on it?

Hi,

Do the system works normally?

Thanks

hi,

yes, I can flash successfully flash using the following command

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --flash-only

The package was generated using

sudo ./tools/kernel_flash/l4t_initrd_flash.sh
–no-flash
–external-device nvme0n1p1
-c tools/kernel_flash/flash_l4t_external.xml
-p “-c bootloader/t186ref/cfg/flash_t234_qspi.xml”
–massflash 5
–showlogs
–network usb0
p3509-a02+p3767-0000 nvme0n1p1

but now when I make the package, it gets the errors above.

Hi,

Any suggestions?

Are you sure your host PC support rndis? If your host ever got changed, then some drivers might be missing.

[ 6762.811579] rndis_host 1-2:1.0 eth0: register ‘rndis_host’ at usb-0000:00:14.0-2, RNDIS device, 52:9f:62:4b:bb:ad

It supports.

Let’s change this question into another way.

Did your host ever flash any Jetson Orin Nano devkit but not your custom board?