Can't flash Orin AGX, flash: Depends on failed component

Good day!

Been trying to reflash Jetson Agx Orin Jetpack using SDK Manager. The process returns with error, cheking the command terminal and filtering by summary the following erros are launched by the system

11:03:49 SUMMARY: File System and OS - target_image: First Error: Installation failed.
11:03:49 SUMMARY: NVIDIA Container Runtime with Docker integration (Beta) - target: Depends on failed component
11:03:49 SUMMARY: Multimedia API - target: Depends on failed component
11:03:49 SUMMARY: TensorRT on Target - target: Depends on failed component
11:03:49 SUMMARY: TensorRT Runtime - target: Depends on failed component
11:03:49 SUMMARY: VPI on Target - target: Depends on failed component
11:03:49 SUMMARY: VPI Runtime - target: Depends on failed component
11:03:49 SUMMARY: CuPVA Runtime - target: Depends on failed component
11:03:49 SUMMARY: CUDA Toolkit for L4T - target: Depends on failed component
11:03:49 SUMMARY: CUDA Runtime - target: Depends on failed component
11:03:49 SUMMARY: cuDNN on Target - target: Depends on failed component
11:03:49 SUMMARY: CuDNN Runtime - target: Depends on failed component
11:03:49 SUMMARY: OpenCV - target: Depends on failed component
11:03:49 SUMMARY: OpenCV Runtime - target: Depends on failed component
11:03:49 SUMMARY: DateTime Target Setup - target: Depends on failed component
11:03:49 SUMMARY: Flash Jetson Linux - flash: Depends on failed component

I append the whole exported log zip that sdk manager gives
Thanks for the help

SDKM_logs_JetPack_5.1_Linux_for_Jetson_AGX_Orin_modules_2023-02-01_10-59-54.zip (69.9 KB)

Same problem, I got the same logs I’ve tried for some day and I haven’t found any solution

Hi Farideh,

From you SDKM log, it looks several packages install failed due to dependencies failed to install.

11:03:49.965 - info: Event: NV_L4T_MULTIMEDIA_API_TARGET_POST_INSTALL_COMP@JETSON_AGX_ORIN_TARGETS - error is: Multimedia API Skipped. Due to its dependencies fail to install: File System and OS
11:03:49.965 - info: Event: NV_L4T_TENSORRT_TARGET_POST_INSTALL_COMP@JETSON_AGX_ORIN_TARGETS - error is: TensorRT on Target Skipped. Due to its dependencies fail to install: File System and OS

You could try running apt --fix-broken install to correct these, then re-install with SDK Manager.

Are you using standalone Ubuntu 18.04 or 20.04 as your host PC?
Or something like VM or docker?

Make sure this disk is formatted to ext4. Otherwise BSP cannot be installed.

/media/lidar/My_Passport/

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