Greetings folks. I have fianally been able to get my Orin Nano to boot from SSD. I am however having problems geting all the proper packages installed.
I have managed to get jtop, CUDA, and cuDNN installed the hard way. I am having a new issue though. When I run sudo apt install nvidia-jetpack, I get the following error. I have looked into this quite a bit and even tried to use apitude, but I just cant get this to work.
When I try to install these components via the host computer, it says the DEB version is incorrect.
I have also tried to install these packages manually, but still a no-go. Perhaps I am just cursed. LOL
sudo apt install nvidia-jetpack
Reading package lists… Done
Building dependency tree… Done
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-container : Depends: nvidia-container-toolkit-base (= 1.14.2-1) but 1.15.0-1 is to be installed
Depends: libnvidia-container-tools (= 1.14.2-1) but 1.15.0-1 is to be installed
Depends: nvidia-container-toolkit (= 1.14.2-1) but 1.15.0-1 is to be installed
Depends: libnvidia-container1 (= 1.14.2-1) but 1.15.0-1 is to be installed
E: Unable to correct problems, you have held broken packages.