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?