On Ubuntu 20.04 and Ubuntu 22.04 host systems, it is not possible to flash the Orin NX development board to Jetpack 6.0 system using SDKManager (version 2.4.0). Jetpack 6.0 cannot be found in the image below.
*** Please note that this reply is generated by LLM automatically ***
The provided information does not directly address the issue of flashing the Jetson Orin NX development board to Jetpack 60 using SDKManager version 2.4 on Ubuntu 20.04 and Ubuntu 22.04 host systems.
However, based on the provided context, it seems that the issue might be related to the flashing process using l4t_initrd_flash.sh. The context provides various commands for flashing different Jetson modules, including the Jetson Orin NX series.
To flash the Jetson Orin NX development board to Jetpack 60, you can try using the following command:
$ sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -u <pkc_keyfile> [-v <sbk_keyfile>] --uefi-keys uefi_keys/uefi_keys.conf -p "-c ./bootloader/generic/cfg/flash_t234_qspi.xml" -c ./tools/kernel_flash/flash_l4t_t234_nvme.xml --showlogs --network usb0 jetson-orin-nano-devkit external
Replace <pkc_keyfile> and <sbk_keyfile> with the actual paths to your PKC and SBK key files, respectively.
If you are using SDKManager version 2.4, you can try to flash the Jetson Orin NX development board using the SDKManager GUI. Make sure to select the correct Jetpack version (Jetpack 60) and the correct target device (Jetson Orin NX).
If you are still unable to flash the Jetson Orin NX development board to Jetpack 60, you may want to try the following:
- Check the SDKManager version: Ensure that you are using the latest version of SDKManager (version 2.4 or later).
- Check the Jetpack version: Ensure that you are selecting the correct Jetpack version (Jetpack 60) in the SDKManager GUI.
- Check the target device: Ensure that you are selecting the correct target device (Jetson Orin NX) in the SDKManager GUI.
- Check the host system: Ensure that your host system is running Ubuntu 20.04 or Ubuntu 22.04.
- Check the flashing process: Ensure that you are following the correct flashing process using
l4t_initrd_flash.shor the SDKManager GUI.
If none of these steps resolve the issue, you may want to try seeking further assistance from the NVIDIA support team or the Jetson community forums.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***
The above precautions have been verified and there are no issues. I don’t know why I can’t find the flashing interface for jetpack6.0
Run with your sdkamnager with --archived-versions
sdkmanager --archived-versions
(base) xxx@pc:~$ sdkmanager --archived-versions
SDK Manager is already running; please use the running SDK Manager instance.
Now, how should I proceed to flash the orin NX development board with JetPack
SDK Manager is already running; please use the running SDK Manager instance.
請你把原本的sdkmanager process 砍掉之後重跑
I have uninstalled and reinstalled multiple times, and installed different SDKManagers, but I still can’t find jetpack6.0
不是在說移除安裝任何東西… 只是請你跑sdkmanager --archived-versions
如果他寫 “SDK Manager is already running; please use the running SDK Manager instance”
就請你去把那個正在跑的process kill掉再跑一次…

