I installed a SSD on my Xavier AGX and wanted to establish a new system with the SDK Manager.
Unfortunately the installation failed:
sudo apt install ./sdkmanager_1.9.2-10899_amd64.deb
Reading package lists... Done
Blockquote
Building dependency tree
Reading state information... Done
Note, selecting 'sdkmanager:amd64' instead of './sdkmanager_1.9.2-10899_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.
Do you have any suggestion or idea how to get this fixed?
As I intent to create a new system anyway, maybe there is an alternative you would consider instead of the SDK Manager?
As I don’t have a second AMD64 with me, maybe we could fix what has caused the malfunction.
I did download ‘cuda-tegra-repo-ubuntu2004-12-0-local_12.0.0-1_arm64.deb’ to
~/jetson-inference$
and did do a ‘cmake …/.’ from within the
~/jetson-inference/python$
directory.
Thant did not cure my python problem, so I did copy the .deb file with associated files to my home directory and did a ‘cmake …/.’ again from
~/jetson-inference$
That seems to have caused problem. -
Do you have an advise to cure the system apart from a new setup?
Sorry, x86-64 host PC is necessary to run the SDK Manager and flash the board.
We suggest using Ubuntu18.04 or 20.04 as host PC to develop the Jetson device and that’s what we’ve verified and worked on.