1: with Jetpack5.1.1_R35.3.1, I can flash Jetson ORIN NX 16GB with command:
sudo ADDITIONAL_DTB_OVERLAY_OPT="BootOrderNvme.dtbo" ./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" --network usb0 p3509-a02+p3767-0000 external
2: but, in jetpack5.1.2_R35.4.1, after run this command, hdmi have no signal.
flash_1-11_0_20230823-162756.log (40.7 KB)
3: if run the following command, device can startup, but dtb file in /boot/dtb is not match for p3767-0000-p3509-a02.
sudo ADDITIONAL_DTB_OVERLAY_OPT="BootOrderNvme.dtbo" ./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" --network usb0 jetson-orin-nano-devkit external
So, how to flash jetson ORIN NX 16GB for p3509-a02 carrier board ?