Does jetson-disk-image-creator.sh
in Jetson Linux 35.5.0 support Jetson Orin NX? I didn’t see it in the -help
output
Hi,
Orin NX module does not have SD card slot, so the script is not supported.
Then, to flash a custom-compiled kernel to the Jetson Orin NX, can I only use flash.sh?“Are there any other methods?”
Hi,
Please refer to
Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
The developer kit is Orin NX module + Orin Nano carrier board with NVMe SSD card. generally we flash the system through the 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 --network usb0 jetson-orin-nano-devkit internal
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.