Can't install nvdia-jetpack

Why I can’t install nvida-jetpack? I am using

R35 (release), REVISION: 3.1, GCID: 32827747, BOARD: t186ref, EABI: aarch64, DATE: Sun Mar 19 15:19:21 UTC 2023

and I have following this step

sudo apt update
sudo apt dist-upgrade
sudo reboot
sudo apt install nvidia-jetpack

And I steel get this error

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.1-b56) but it is not going to be installed
                  Depends: nvidia-jetpack-dev (= 5.1.1-b56) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Hi,

Does sudo apt-get -f install fix it?
If it does not, then please re-flash and try again.

You don’t need them.
Please just do:

sudo apt update
sudo apt install nvidia-jetpack

Hi, sudo apt-get -f install cannot fix it.

For the re-flash can you use the ubuntu img on the official ubuntu website? or there is already a special image provided by nvidia, where can I get it, some kind of tutorial?

Please refer to the tutorial for SDK Manager:
https://docs.nvidia.com/sdk-manager/install-with-sdkm-jetson/index.html

sorry, I also have a problem installing sdk manager

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'sdkmanager:amd64' instead of './sdkmanager_2.0.0-11402_amd64.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:
 sdkmanager:amd64 : Depends: libgconf-2-4:amd64 but it is not installable
                    Depends: libcanberra-gtk-module:amd64 but it is not installable
                    Depends: locales:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.

What Ubuntu version are you using on the host PC?
Or please try:
https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/IN/QuickStart.html

Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.6 LTS
Release:	20.04
Codename:	focal

Can linux host be replaced by mac os?

NO.
Please also avoid using docker/virtual machines, a real Ubuntu host PC is required.

1 Like

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