Hi everyone, we are trying to flash QSPI on Jetson Orin boards for mass production by using the provided flashing scripts. We ran into the same issue that occurred in this post: Link This command was working at first (i.e : ./tools/kernel_flash/l4t_initrd_flash.sh -p "–no-systemimg -c bootloader/t186ref/cfg/flash_t234_qspi.xml" --network usb0 jetson-orin-nano-devkit-nvme nvme0n1p1), however I had to delete and redownload the SDK folder and now when I run the command provided, the device tries to boot from SDMMC interface.
I tried to run the command with different arguments, and it works, however now if I have ethernet connected - the device tries to boot over HTTP first. (i.e : ./tools/kernel_flash/l4t_initrd_flash.sh -p "–no-systemimg -c bootloader/t186ref/cfg/flash_t234_qspi.xml" --network usb0 --external-device nvme0n1p1 jetson-orin-nano-devkit-nvme internal). I just want to flash the QSPI using Jetpack 5.1.2 so we can boot from cloned NVME.