SDK Manager installation

I am using Jetson Orin Developer Kit. Following the instruction, I tried to install the downloaded DEB file sdkmanager. However getting error of the following.

$ sudo apt install ./Downloads/sdkmanager_2.1.0-11669_amd64.deb
Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘sdkmanager:amd64’ instead of ‘./Downloads/sdkmanager_2.1.0-11669_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: libcanberra-gtk-module:amd64 but it is not installable
Depends: locales:amd64 but it is not installable
Depends: libxshmfence1:amd64 but it is not installable
Depends: libnss3:amd64 but it is not installable
Depends: libatk-bridge2.0-0:amd64 but it is not installable
Depends: libdrm2:amd64 but it is not installable
Depends: libgtk-3-0:amd64 but it is not installable
Depends: libgbm1:amd64 but it is not installable
Depends: libcanberra-gtk3-module:amd64 but it is not installable
Depends: libx11-xcb1:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.

Run
sudo apt install libcanberra-gtk-module libcanberra-gtk0
Then
sudo dpkg -i ./Downloads/sdkmanager_2.1.0-11669_amd64.deb

1 Like

The issue is the Jetson Orin dev kit I have is Arm64.

The SDK manager that I can download from Nvidia website is AMD64.

I am not sure how to get ARM based deb file to install SDK manager for ubuntu. Nividia site only downloads the AMD64 package based deb file.

I also hope Nvidia can provide an ARM64 SDK manager,
However, they only offer the AMD64 binary, so you must have an x86 PC to flash your Jetson.

Your issue isn’t about the arch. You can find this even when using an x86 PC.

This is my first project with Jetson.

I have been downloading the SDK into Jetson AGX Orin kit and install there.

Am I to download and install in laptop or desktop PC running Linux?

You must install the SDK manager on an x86 PC or laptop, and it must run Ubuntu 20.04 or 22.04, depending on whether you want your AGX Orin to run JP 5.1.x or 6.0.

I am also facing the exact same problem. If you have found the solution then it would be very grateful of you if you share it.

I am told to do the following. I thought SDK downloaded to Jetson Dev kit itself. But I am told a host PC running Ubuntu needed to install SDK. Please let me know how it works for you.

Run
sudo apt install libcanberra-gtk-module libcanberra-gtk0
Then
sudo dpkg -i ./Downloads/sdkmanager_2.1.0-11669_amd64.deb

JetPack for flash is installed to a desktop PC, not to the Jetson. Jetsons do not have a BIOS, and in recovery mode are custom USB devices that need a custom driver running on another computer…that’s the host PC. Those missing packages are usually for the JetPack GUI on the host PC, not for the Jetson itself.

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