OrinNano-com43_2025-08-27_15_23_04.log (54.2 KB)
I used this command to flash my device
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
Hi,
Please try to add –erase-all in your commands
For example
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
–erase-all
–network usb0
p3509-a02+p3767-0000 nvme0n1p1
Thanks
thanks, it’s ok now
Hi,
Thus, does adding the --erase-all option resolve the issue?
Or did you take other steps to fix it?
Thank you.
yes I added the –erase-all option and I resolved this issue
Got it.
Thanks for your feedback.