Hi,
I want to install Jetpack 5.0 in Ubuntu 20.04 arm64 Jetson AGX Xav. I am following this instructions (How to Install JetPack :: NVIDIA JetPack Documentation) but I get the following error:
nvidia@nvidia-desktop:~$ sudo apt install nvidia-jetpack
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package nvidia-jetpack
Does somebody know how to solve this issue?
Thank you so much
Btw, this is for the TX2, you might want to post AGX Xavier questions at:
https://forums.developer.nvidia.com/c/agx-autonomous-machines/jetson-embedded-systems/jetson-agx-xavier/75
That package is probably not what you think it is. What you want to do is install JetPack/SDK Manager on the host PC which will be used for flashing. Find the release you are interested in at either of these URLs (L4T is what gets flashed, JetPack/SDK Manager is the front end which performs the flash; the versions are tied together):
Install SDKM on the host PC, and run this as a regular user (don’t run this with sudo).
Thank you, I already moved the question to the right forum :)