Hello community,
so the new Jetson Orin Nano DevKits have arrived and we were trying to flash it in multiple ways - namely:
- sdkmanager cli
sdkmanager --cli install --logintype devzone --product Jetson --version 5.1.1 --targetos Linux --target JETSON_ORIN_NANO_TARGETS --flash all
…which either:
** fails already to start, when only choosing what we need (Jetson Linux, Flash) with a weird error like: something something not detected and: TypeError: Cannot read properties of undefined (reading 'show')
** if one chooses more components (for example stuff from the Runtime) the download and installation starts, but then fails completely with:
info: Found /usr/bin/qemu-aarch64-static │
│ Exit ││info: Installing QEMU binary in rootfs │
│ ││error: mknod: /home/supergrobi/nvidia/nvidia_sdk/JetPack_5.1.1_Linux │
│ ││_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/rootfs/dev/random │
│ ││error: : File exists │
│ ││info: [ Package Install Finished with Error ] │
│ ││info: [host] [ 14.84 MB released. Disk Avail: 21.54 GB ] │
│ ││info: [ NV_L4T_FILE_SYSTEM_AND_OS_COMP Install took 4m49s ] │
│ ││info: │
│ ││error: command terminated with error │
│ ││info: Installation failed. │
│ ││info: Depends on failed component
** if one deletes everything and starts from scratch, the download and installations starts, but then gets stuck and loops at (for 12hours - if you want to…):
tegrarcm_v2 --chip 0x23 0 --ismb2applet
tegrarcm_v2 --chip 0x23 0 --ismb2
- Setting up the manual way according to: Quick Start — Jetson Linux Developer Guide documentation
and then (from the Linux_for_Tegra-folder):
**sudo ./flash jetson-orin-nano-devkit nvme0n1p
which gets stuck at:
flash-sh-jetson-orin-nano-devkit-nvme0n1p1.txt (72.0 KB)
** sudo ./tools/kernel_flash/l4t_initrd_flash.sh jetson-orin-nano-devkit nvme0n1p
fails with:
tools-kernel-flash.txt (157.1 KB)
** 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
which fails (depending on which colleague is working on it) either with:
ubuntu@ubuntu:~/nvidia/nvidia_sdk/JetPack_5.1.1_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra$ 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
/home/ubuntu/nvidia/nvidia_sdk/JetPack_5.1.1_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/tools/kernel_flash/l4t_initrd_flash_internal.sh --no-flash --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
exportfs: /home/ubuntu/nvidia/nvidia_sdk/JetPack_5.1.1_Linux_JETSON_ORIN_NANO_TARGETS/Linux_for_Tegra/rootfs does not support NFS export
Cleaning up...
…or with:
tools-kernel-flash-qspi-orin.txt (196.8 KB)
…
Could someone please shed some competence on our issues? As you might have assumed: we are trying to install the software on the external NVMe. Force Recovery mode should be fine (we place the jumper on the FR-pins, and remove it after we have supplied the board and checked it with lsusb
.
Thanks, have a great day and lovely regards.