Install SDKmanager

Hallo,
i have an error when i attempt to install sdkmanager package:
sudo dpkg -i '/home/ant/Scaricati/sdkmanager_1.4.0-7363_amd64.deb'.
The error is:
l'architettura del pacchetto (amd64) non corrisponde a quella del sistema (arm64)
I have solved with:
dpkg --add-architecture amd64
but it don’t install still.
thank’s

Are you running this on the Jetson? The package was intended to run on a desktop PC with Ubuntu 18.04, not the Jetson. The Jetson would be put into recovery mode and connected by the micro-B USB cable, and thus show up as a custom USB device on the PC. The flash software understands the custom USB device (the recovery mode Jetson).

You should never add amd64 package architecture to a Jetson. All this can do is install incompatible software which might break something. The CPU cannot run amd64.

hi,
thanks for replay.
ho compreso il fatto dell’host.
Ho provato con una distro live di ubunto 18.04 ma ho avuto problemi legati ad una libreria che non poteva essere installata (come ho letto per altri nel forum) ma era presente ad una versione successiva… ho tentato di fare il downgrade… ma nulla.
Ho provato ad utilizzare l’immagine sd card r32.2 (io ho una nano developer kit) ma non riesce a passare l’immagine.
Come potrei fare?

Hi,

Are you able to write comment in English here? It would be easier for moderators to help check your issue.

Pardon,
I understood the fact of the host.
I tried with a live distro of ubunto 18.04 but I had problems related to a library that could not be installed (as I have read for others in the forum) but was present at a later version … I tried to downgrade … but nothing.
I tried to use the r32.2 sd card image (I have a nano developer kit) but it can’t pass the image.
How could I do?

I am not sure what you are trying to do. Could you give a more clear comment to describe your problem?

What library?
Why and what needs to downgrade?
Why your problem was sdkmanager and now you talk about sdcard image?
What cannot pass?

What library?

dpkg: dependency problems prevent configuration of sdkmanager:
sdkmanager depends on libgconf-2-4; however:
Package libgconf-2-4 is not installed.
sdkmanager depends on libcanberra-gtk-module; however:
Package libcanberra-gtk-module is not installed.

Why and what needs to downgrade?

since i couldn’t install libgconf-2-4 i checked that a higher version was already installed that’s why i tried the downgrade

Why your problem was sdkmanager and now you talk about sdcard image?

since i could not generate the image through the sdk manager i found that for my jetson nano developer kit it was possible to download a ready image jetson-nano-sd-card-image-r32.2.

What cannot pass?

restarting the nano the installation stops.

So what library do you want to downgrade…?
Sdkmanager?

Could you share the command you are using?

I would like to be able to pass an image that collects the libraries and the examples of the developer kit, such as opencv compiled with cuda and cudnn, tensorflow-gpu

sudo dpkg -i sdkmanager_1.4.0-7363_amd64.deb

What error do you get after you run this command?

dpkg: dependency problems prevent configuration of sdkmanager:
sdkmanager depends on libgconf-2-4; however:
Package libgconf-2-4 is not installed.
sdkmanager depends on libcanberra-gtk-module; however:
Package libcanberra-gtk-module is not installed.

Which machine do you run this command?

ubuntu 18.04 on virtual machine

  1. Sdkmanager does not support virtual machine
  2. Why do you have to add architecture in your previous comment?

because I was wrongly working from the jetson nano.

Hi,

Are you trying to use “old sdkmanager” package but failed?

If yes, do you still have latest sdkmanager on your host?

A VM will often fail, but FYI, some of the package prerequisites which might not be there by default are easy to add. You might try:

sudo apt update
sudo apt --fix-broken install
sudo apt-get install libgconf-2-4 libcanberra-gtk-module

i have tried with the last package