Trouble installing Jetpack: unmet dependencies

I’ve just got an AGX Orin, and I’m following the guide here:

Results

cat /etc/nv_tegra_release

# R35 (release), REVISION: 4.1, GCID: 33958178, BOARD: t186ref, EABI: aarch64, DATE: Tue Aug  1 19:57:35 UTC 2023

I do

sudo apt update
sudo apt dist-upgrade
sudo reboot

which work as expected. Then,

sudo apt install nvidia-jetpack

Reading package lists... Done
Building dependency tree       
Reading state information... Done
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-jetpack : Depends: nvidia-jetpack-runtime (= 5.1.2-b104) but it is not going to be installed
                  Depends: nvidia-jetpack-dev (= 5.1.2-b104) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I’ve tried:

sudo apt-get install nvidia-container

Reading package lists... Done
Building dependency tree       
Reading state information... Done
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-container : Depends: nvidia-docker2 (= 2.11.0-1) but 2.14.0-1 is to be installed
                    Depends: libnvidia-container-tools (= 1.10.0-1) but 1.17.4-1 is to be installed
                    Depends: nvidia-container-toolkit (= 1.11.0~rc.1-1) but 1.17.4-1 is to be installed
                    Depends: libnvidia-container1 (= 1.10.0-1) but 1.17.4-1 is to be installed
                    Depends: nvidia-container-runtime (= 3.9.0-1) but 3.14.0-1 is to be installed
E: Unable to correct problems, you have held broken packages.

Suggestions?

Hi,

Could you issue below commands again and share results with us to review?

cat /etc/nv_tegra_release

cat /etc/apt/sources.list.d/nvidia-l4t-apt-source.list 

Thanks

R35 (release), REVISION: 4.1 is Jetpack 5.1.2 

I think that means you need to use sdkmanager from an ubuntu 22.04 computer to flash Jetpack 6.2 to your AGX Orin, i’m assuming, Developer kit.

Upgrading Jetpack to releases 6.0 and above require updated firmware for your Orin and to get that it needs to be flashed from sdkmanager.

Here’s the Jetson AGX Orin Developer Kit User Guide which is a good place to start.

1 Like

Thanks!

Yep, it was an old version. The getting started guide seems out of date.

Just a suggestion; the jetson nano has a nice big UPDATE NEEDED box – perhaps something similar for the AGX?

1 Like

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