Use sdkmanager setup Jetson AGX Orin error

I follow Official user guide to Flash L4T BSP in Jetson AGX Orin CLB developer kit, it shows “installation failed” in SDKmanager.
SDKManager error:

15:35:07 SUMMARY: Drivers for Jetson - target_image: Install completed successfully.

15:35:07 SUMMARY: File System and OS - target_image: Install completed successfully.

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.0193 ] ERROR: failed to read rcm_state

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1072 ] ERROR: /misc/enable_dram_page_blacklisting is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1073 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED1/ is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1075 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED1/ is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1077 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED1/ is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1079 ] ERROR: /misc/tsc_controls/tsc_locking_config is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1080 ] ERROR: /misc/tsc_controls/tsc_locking_diff_configuration is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1082 ] ERROR: /misc/tsc_controls/tsc_locking_ref_frequency_configuration is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1084 ] ERROR: /misc/tsc_controls/tsc_locking_control is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1085 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_configuration is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1085 ] ERROR: /misc/tsc_controls/tsc_locking_fast_adjust_configuration is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1085 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_delta_control is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1085 ] ERROR: /misc/tsc_controls/tsc_capture_control_ptx is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1085 ] ERROR: /misc/tsc_controls/tsc_capture_config_ptx is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1085 ] ERROR: /misc/tsc_controls/tsc_stscrsr is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1085 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_num_control is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1213 ] ERROR: /misc/enable_dram_page_blacklisting is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1216 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED1/ is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1220 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED1/ is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1223 ] ERROR: carveout /misc/carveout/aux_info@CARVEOUT_UNUSED1/ is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1227 ] ERROR: /misc/tsc_controls/tsc_locking_config is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1230 ] ERROR: /misc/tsc_controls/tsc_locking_diff_configuration is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1232 ] ERROR: /misc/tsc_controls/tsc_locking_ref_frequency_configuration is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1232 ] ERROR: /misc/tsc_controls/tsc_locking_control is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1232 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_configuration is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1232 ] ERROR: /misc/tsc_controls/tsc_locking_fast_adjust_configuration is not supported

15:35:12 ERROR: Flash Jetson Linux - flash: [ 0.1232 ] ERROR: /misc/tsc_controls/tsc_locking_adjust_delta_control is not supported

Linux version is ubuntu 20.04. SDKmanager is 2.2.0

errorLog.zip (177.1 KB)
This is error log from sdkmanager

Hello @foxnotflower ,

I see you’re trying to install JetPack 5.1.3 but encountering errors related to the required dependencies. Please make sure that you have properly installed the SDK Manager and that your system meets the System Requirements. Next, follow the process outlined in this guide: Installing JetPack for JetPack 5.1.3.

Do you reach the “OS image ready” status, or is the error happening before that point?

Jose Morera
Embedded Software Engineer at RidgeRun
Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com
Website: www.ridgerun.com

Hello @ jose.morera,
I follow Installing JetPack you list install Jetpack in host worked. But flash with this instruction Wizard Flashing not work.
“OS image ready” in step 2 is reached in step 2.

At step 3, choose OEM Configuration runtime or Pre-Config both lead error.


This error is “runtime” OEM Configuration shows:
flash_AGX_runtime_error.zip (184.9 KB)

I solved this problem by another post:
Q: I get a USB timeout error during flash Orin. How to resolve that?

A known issue for ubuntu 20.04 host is the USB autosuspend function is enabled on it by default. This leads to Jetson recovery mode gets suspended before flash. To bypass this error, need to:

Disable autosuspend on host PC with below command:

sudo -s
echo -1 > /sys/module/usbcore/parameters/autosuspend

Plug out the USB cable, put jetson back into recovery mode again and plug the usb cable back.

If USB timeout is still there after above commands, please file a topic to forum and let moderator help check.

After set this, I can flash jetson 5.1.3 into devkit.

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