I have an Orin NX 16GB on a custom carrier board.
I’ve tried to flash using the SDKManager and the flash script from the Quick Start Guide:
$ sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \
-c tools/kernel_flash/flash_l4t_t234_nvme.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" \
--showlogs --network usb0 jetson-orin-nano-devkit internal
But both results in the process hanging in the same spot:
01:19:17.230 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NX_TARGETS: ***************************************
01:19:17.230 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NX_TARGETS: * *
01:19:17.230 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NX_TARGETS: * Step 3: Start the flashing process *
01:19:17.230 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NX_TARGETS: * *
01:19:17.230 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NX_TARGETS: ***************************************
01:19:17.261 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NX_TARGETS: Waiting for target to boot-up...
01:19:18.291 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NX_TARGETS: Waiting for target to boot-up...
01:19:19.322 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NX_TARGETS: Waiting for target to boot-up...
01:19:20.352 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NX_TARGETS: Waiting for target to boot-up...
01:19:21.385 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_ORIN_NX_TARGETS: Waiting for target to boot-up...
-until it fails. I have attached the serial console log and flash output log:
nx_serial_console_log.txt (90.6 KB)
sdkm-2025-03-18-01-13-20.log (714.4 KB)
I’ve read from other forum posts such as the following where if my device trees are not configured correctly initrd will not boot successfully to complete the flash:
Please correct me if I’m wrong, but it looks from the serial log it’s booted up and there are no errors. What am I missing? What are the “default setting” peripherals that are required for the SDKManager devkit conf to flash successfully?
I’ve read the Bring Up Guide but it does not answer these questions.
