Hey all,
I am having issues with flashing an Orin NX on Xavier NX devkit carrierboard with version 35.3.1
I went up from 35.2.1 to 35.3.1 and this breaks the flashing process.
I am using this flash command
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 p3509-a02+p3767-0000 internal for an Orin NX with nvidia devkit and 500GB nvme ssd
On 35.2.1 no issues, when I am using 35.3.1 It gets stuck on the last step (3) and hangs and then stops.
Logs of 35.2.1
Flashing35.2.1 (248.8 KB)
Logs of 35.3.1
Flashing35.3.1 (261.6 KB)
I am using these steps:
https://docs.nvidia.com/jetson/archives/r35.2.1/DeveloperGuide/text/IN/QuickStart.html#to-flash-the-jetson-developer-kit-operating-software
What would be the issue?