Hello,
I’m using sdkmanager and trying to install Jetson SDK components.
I managed to install everything except to Multimedia API.
The log of sdkmanager:
04:51:34 INFO: Multimedia API - target: *begin sudo apt-get -y --allow-downgrades install /opt/nvidia/deb_repos/nvidia-l4t-jetson-multimedia-api_32.7.1-20220219090344_arm64.deb, 5
04:51:34 INFO: Multimedia API - target: Reading package lists… 0% Reading package lists… 0% Reading package lists… Done
04:51:34 INFO: Multimedia API - target: Building dependency tree… 0% Building dependency tree… 0% Building dependency tree… 0% Building dependency tree… 50% Building dependency tree… 50% Building dependency tree
04:51:34 INFO: Multimedia API - target: Reading state information… 0% Reading state information… 0% Reading state information… Done
04:51:35 INFO: Multimedia API - target: Note, selecting ‘nvidia-l4t-jetson-multimedia-api’ instead of ‘/opt/nvidia/deb_repos/nvidia-l4t-jetson-multimedia-api_32.7.1-20220219090344_arm64.deb’
04:51:35 INFO: Multimedia API - target: The following packages have unmet dependencies:
04:51:35 INFO: Multimedia API - target: Depends: nvidia-l4t-camera (= 32.7.1-20220219090344) but 32.6.1-20210916210945 is to be installed
04:51:35 INFO: Multimedia API - target: Depends: nvidia-l4t-multimedia-utils (= 32.7.1-20220219090344) but 32.6.1-20210916210945 is to be installed
04:51:35 ERROR: Multimedia API - target: E: Unable to correct problems, you have held broken packages.
04:51:35 ERROR: Multimedia API - target: command terminated with error
04:51:35 SUMMARY: Multimedia API - target: First Error: Missing missing dependencies when running apt command. There are missing dependencies in apt-get database. Try ‘apt-get -f install’ with no packages (or specify a solution) in a terminal, and click RETRY.
I tried to look for solutions on forum, but without success.
I executed several command:
sudo apt list -a nvidia-l4t-jetson-multimedia-api nvidia-l4t-jetson-multimedia-api/stable
Listing… Done
nvidia-l4t-jetson-multimedia-api/stable,now 32.6.1-20210916210945 arm64 [residual-config]
nvidia-l4t-jetson-multimedia-api/stable 32.6.1-20210726122859 arm64 [residual-config]
I also tried:
apt-get -y --allow-downgrades install /opt/nvidia/deb_repos/nvidia-l4t-jetson-multimedia-api_32.7.1-20220219090344_arm64.deb
Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘nvidia-l4t-jetson-multimedia-api’ instead of ‘/opt/nvidia/deb_repos/nvidia-l4t-jetson-multimedia-api_32.7.1-20220219090344_arm64.deb’
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nvidia-l4t-jetson-multimedia-api : PreDepends: nvidia-l4t-core (> 32.7-0) but 32.6.1-20210726122859 is to be installed
Depends: nvidia-l4t-camera (= 32.7.1-20220219090344) but 32.6.1-20210916210945 is to be installed
Depends: nvidia-l4t-multimedia (= 32.7.1-20220219090344) but 32.6.1-20210916210945 is to be installed
Depends: nvidia-l4t-multimedia-utils (= 32.7.1-20220219090344) but 32.6.1-20210916210945 is to be installed
E: Unable to correct problems, you have held broken packages.
I’m using evaluation board, TX2i SoM and burning from Linux Machine.
Please advice