Install SDK Manager on Xavier

I try to install SDK Manager on Xavier ,but it seems that the .deb architecture is amd64.
How can I install it?

Error Message:

nvidia@jetson-0423518031910:~/Downloads$ sudo apt install ./sdkmanager_0.9.11-3405_amd64.deb
Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘sdkmanager:amd64’ instead of ‘./sdkmanager_0.9.11-3405_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
E: Unable to correct problems, you have held broken packages.

nvidia@jetson-0423518031910:~/Downloads$ sudo dpkg -i sdkmanager_0.9.11-3405_amd64.deb
Selecting previously unselected package sdkmanager:amd64.
(Reading database … 118333 files and directories currently installed.)
Preparing to unpack sdkmanager_0.9.11-3405_amd64.deb …
Unpacking sdkmanager:amd64 (0.9.11-3405) …
dpkg: dependency problems prevent configuration of sdkmanager:amd64:
sdkmanager:amd64 depends on libgconf-2-4.
sdkmanager:amd64 depends on libcanberra-gtk-module.

dpkg: error processing package sdkmanager:amd64 (–install):
dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) …
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) …
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) …
Rebuilding /usr/share/applications/bamf-2.index…
Processing triggers for mime-support (3.60ubuntu1) …
Processing triggers for hicolor-icon-theme (0.17-2) …
Errors were encountered while processing:
sdkmanager:amd64

The result is after trying “dpkg --add-architecture amd64” and “apt-get update”
before it ,the error message was:
package architecture (amd64) does not match system (arm64)


Hi martin860220,

Have you managed to use SDK manager to flash your Xaiver, also installed required SDK packages on your host PC?

Thanks

After I reached Step 2 in the SDK Manager (0.9.11.3405), I accepted the terms & condition, then clicked Continue to Step 03, it shows me a pop-up that says “SDK Manager is about to flash your Jetson AGX Xavier” and below it says “Enter the username and password of your Jetson AGX Xavier” which I think it prompted me to create earlier but I’m not sure… The problem is that it keeps rejecting any entry that I make there and I’m forced to skip it… I actually was able to connect the Xavier to a monitor and finish off its setup but I’m afraid it’s not complete, especially that I"m seeing that some of the samples and other things mentioned in documentation do not exist on the file system on the Xavier… what am I missing?

Hi martin860220,

Please run the deb file on your host ubuntu (16.04 or 18.04) machine.
Install the Debian package:

sudo apt install ./sdkmanager_0.9.11-3405_amd64.deb

Launch SDK Manager with the following command:

sdkmanager

Reference link:
http://docs.nvidia.com/sdk-manager/download-run-sdkm/index.html
http://docs.nvidia.com/sdk-manager/install-with-sdkm-jetson/index.html

I think we have two users facing different problem here.

Martin,

Sdkmanager should be installed on ubuntu host but not on your jetson Xavier.

stoutwfwxi,

Your case sounds more similar to recent problems reported by other forum users. Could you just give the prompt with username/pwd = nvidia/nvidia? If this still hit error, could you share the log with us?