How do I flash the image file into Orin Nano with SDK35.2.1?
sudo ./flash.sh p3509-a02+p3767-0000 mmcblk0p1 ?
Hi JackyChen,
Are you using p3509 as your carrier board for Orin Nano?
There’s no internal eMMC for Orin Nano.
Do you connect any storage device (NVMe, SD, USB)?
@KevinFFF Yes, Orin-Nano SOM connect NVMe and 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 internal , it works. System can boot up from Orin Nano.
Anf I generate mfi_image for massflash,
#To generate mfi_image
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --no-flash --external-device nvme0n1p1 -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml --no-systemimg" -c ./tools/kernel_flash/flash_l4t_external.xml --massflash 5 --showlogs --network usb0 p3509-a02+p3767-0000 nvme0n1p1
and then flash
# flash
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --flash-only --massflash 1 --network usb0 --showlogs
this command works if I use Orin-NX , but Orin-Nano didn’t, and Orin-Nano flash log
orin-nano-massflash-anomaly.log (5.6 KB)
Orin nano is not yet supported on 35.2.1. Please wait for next release.
Got it.
When will the next release be ?
Recently.
The JetPack 5.1.1 GA release has been published!
Hi @JackyChen
I also am trying to flash a custom img onto the Orin Nano for JetPack 5.1.1/L4T 35.3.1.
Have you been able to retry flashing the Orin Nano for this newest release?
@kevin.choi Hi, yes, I try flash into Orin Nano for 35.3.1, with these command. It wokrs.
# SSD
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 --no-systemimg" --network usb0 jetson-orin-nano-devkit-nvme external
# sda need to modify tools/kernel_flash/flash_l4t_external.xml num_sectors , Otherwise, the capacity is too large to cause errors. It should be larger than 32G
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device sda1 -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml --no-systemimg" --network usb0 jetson-orin-nano-devkit external
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.