Flashing Orin NX with Nano Dev Board

Hello I received an Orin NX module from Arrow. It appears not to be flashed. I have the Jetson Nano dev board. Are there instructions on flashing using the Nano dev board? Using the micro USB port it is appearing in the sdk manager as “NVIDIA Device APX” but there is no Target Hard board detected.

Suggest to use Xavier NX carrier board, please find the instruction from Quick Start — Jetson Linux Developer Guide documentation (nvidia.com)

Jetson Orin NX + Xavier NX Devkit (NVMe):

$ 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 p3509-a02+p3767-0000 internal

Jetson Orin NX + Xavier NX Devkit (USB):

$ sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device sda1
-c tools/kernel_flash/flash_l4t_external.xml -p “-c bootloader/t186ref/cfg/flash_t234_qspi.xml”
–showlogs --network usb0 p3509-a02+p3767-0000 internal

It appears the Orin Nx doesn’t have any onboard storage? It requires an M.2 SSD or USB drive to store the OS?

Yes, there is no eMMC or SD card slot on Orin NX module.

Okay thanks. Is it possible to purchase the Xavier NX carrier board without the Xavier NX?

No, our XAvier NX devkit is EOL. Sorry for that.

No worries. Now that the Orin Nano Devkit is released.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.