Jetson-orin-nano-devkit-super.conf missing

Hi,

I am getting a file not found error when trying to manually flash my Jetson Orin with the command:

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-super internal

I followed the instructions from Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
However after unpacking the files “Jetson_Linux_R36.4.0_aarch64.tbz2” and “Tegra_Linux_Sample-Root-Filesystem_R36.4.0_aarch64.tbz2”, I get from the above command:

Linux_for_Tegra/tools/kernel_flash/l4t_initrd_flash_internal.sh: Zeile 49: Linux_for_Tegra/jetson-orin-nano-devkit-super.conf: Datei oder Verzeichnis nicht gefunden

lsusb lists my device in recovery mode as “ID 0955:7523 NVIDIA Corp. APX”.

Where can I get the missing configuration file from?

Thanks,
Philipp

This helped to solve my issue and successfully flash to NVMe from the command line:

Download the following two files (I pasted the links into my browser while I was logged in with my nvidia dev account).

https://developer.nvidia.com/assets/embedded/secure/tools/files/jetpack-sdks/jetpack-6.1/Jetson_61_b218/Jetson_Linux_R36.4.2_aarch64.tbz2
https://developer.nvidia.com/assets/embedded/secure/tools/files/jetpack-sdks/jetpack-6.1/Jetson_61_b218/Tegra_Linux_Sample-Root-Filesystem_R36.4.2_aarch64.tbz2

Then continue as described in Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation

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