Hi I am unable to flash the jetson orin nx with jetpack 6.2 using sdk manager, here are the logs
SDKM_logs_JetPack_6.2_Linux_for_Jetson_Orin_Nano_[8GB_developer_kit_version]_2025-01-21_13-54-09.zip (197.7 KB)
Hi,
It might be a network issue.
Please check your network also disable the firewall.
Thanks
Hi @DavidDDD, i was migrating from Jetpack 6 to 6.2 for Orin nx.
I used following command for building Jetpack-6.2 (which was verified working for Jetpack previous version 6)
sudo BOARDID=3767 BOARDSKU=0001 FAB=300 ROOTFS_AB=1 ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_nvme_rootfs_ab.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" --no-flash --showlogs --network usb0 --massflash 1 jetson-orin-nano-devkit nvme0n1p1
the build seems to be success, then i used the same command with “–flash-only” for flashing the same, but it fails to flash.
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Waiting for target to boot-up...
Timeout
Device failed to boot to the initrd flash kernel. Please retrive the serial log during flashing to debug further.
Cleaning up...
Error : 'sudo sudo BOARDID=3767 BOARDSKU=0001 FAB=300 BOARDREV=R.1 CHIP_SKU="00:00:00:D4" ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -p "-c ./bootloader/generic/cfg/flash_t234_qspi.xml" -c ./tools/kernel_flash/flash_l4t_t234_nvme.xml --flash-only --showlogs --network usb0 --massflash 1 jetson-orin-nano-devkit external'
I recently needed to reflash my agx orin and found that sdkmanager 2.2.0 worked and allowed me to pick nvme as device to flash. So, you might try that install method.