sdkmanager is show “there is no sdks available for installation“,when flash orin nx 8GB.
sdkm-2025-09-30-18-15-24.log (108.1 KB)
sdkmanager is show “there is no sdks available for installation“,when flash orin nx 8GB.
sdkm-2025-09-30-18-15-24.log (108.1 KB)
*** Please note that this reply is generated by LLM automatically ***
Based on the provided context, it appears that you are trying to flash the Jetson Orin NX series using the SDK Manager, but it’s showing that there are no SDKs available for installation.
After reviewing the context, I noticed that the nvsdkmanager_flash.sh script is mentioned, which is used for flashing the Jetson device. However, it’s not explicitly mentioned for the Jetson Orin NX series.
For the Jetson Orin NX series, the context provides a different command for flashing:
$ 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
This command is specific to the Jetson Orin NX series and the Orin Nano series.
To resolve the issue, I recommend trying the above command instead of using the SDK Manager. Make sure to replace the <pkc_keyfile> and <sbk_keyfile> placeholders with the actual file paths.
If you still encounter issues, please provide more details about the error message or the log file (sdkm20250930181524log) for further assistance.
In comparison to the Jetson AGX Orin series, the flashing process for the Jetson Orin NX series uses a different command and configuration files. The nvsdkmanager_flash.sh script is not mentioned for the Jetson Orin NX series, and instead, the l4t_initrd_flash.sh script is used.
In summary, try using the l4t_initrd_flash.sh script with the provided command for the Jetson Orin NX series, and ensure that you replace the placeholders with the actual file paths. If issues persist, provide more details about the error message or log file for further assistance.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***
ok.thank you.I fix it.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.