SDK 4.6.1 installtion on Xavier

Hello,

I’m trying to install the SDK on a target Xavier via the SDK though when the installation got to the point of installing the Multimedia on the terminal I got the following messages which stopped the process of installation:

00:14:43 INFO: Multimedia API - target: Note, selecting ‘nvidia-l4t-jetson-multimedia-api’ instead of ‘/opt/nvidia/deb_repos/nvidia-l4t-jetson-multimedia-api_32.6.1-20210726122859_arm64.deb’
00:14:44 INFO: Multimedia API - target: The following packages have unmet dependencies:
00:14:44 INFO: Multimedia API - target: Depends: nvidia-l4t-multimedia-utils (= 32.6.1-20210726122859) but it is not going to be installed
00:14:44 ERROR: Multimedia API - target: command terminated with error
00:14:44 SUMMARY: Multimedia API - target: APT system is broken and requires manual fix

how this issue can be resolved?

Hi igal.kroyter,

Please try below commands by manually:

$ sudo apt update
$ sudo apt --fix-broken install
$ sudo apt list -a nvidia-l4t-jetson-multimedia-api
Listing... Done
nvidia-l4t-jetson-multimedia-api/stable 32.6.1-20210916210945 arm64 [upgradable from: 32.6.1-20210726122859]
nvidia-l4t-jetson-multimedia-api/stable,now 32.6.1-20210726122859 arm64 [installed,upgradable to: 32.6.1-20210916210945]
$ sudo apt install nvidia-l4t-jetson-multimedia-api=32.6.1-20210726122859

hello @carolyuu,

thanks for the prompt reply.

the list actually provided to me the following:

sudo apt list -a nvidia-l4t-jetson-multimedia-api
[sudo] password for nvidia:
Listing… Done
nvidia-l4t-jetson-multimedia-api/stable,now 32.5.2-20210709090156 arm64 [residual-config]
nvidia-l4t-jetson-multimedia-api/stable 32.5.1-20210519111140 arm64 [residual-config]
nvidia-l4t-jetson-multimedia-api/stable 32.5.1-20210505093723 arm64 [residual-config]
nvidia-l4t-jetson-multimedia-api/stable 32.5.1-20210219084708 arm64 [residual-config]
nvidia-l4t-jetson-multimedia-api/stable 32.5.0-20210115151051 arm64 [residual-config]

Please adivse.

Hi igal.kroyter,

Looks your Xavier is flash r32.5.2, not JetPack-4.6 (r32.6.1).
Please run below command to check your build version:

$ head -1 /etc/nv_tegra_release

If you want to install JP-4.6 SDK components, please flash JP-4.6 image first.

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