Unable to locate Nvidia-Jetpack Package - Jetson Orin DevKit

Hello,

I am unable to install jetpack following the Getting Started page (Getting Started with Jetson AGX Orin Developer Kit | NVIDIA Developer)

When I try using the command line, I obtain the following result:

sudo apt install nvidia-jetpack

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nvidia-jetpack

On a related note about the getting started page, I never managed to update the L4T version with the instructions after finding out that I am still on version 0.1 when I cat nv_tegra_release.

# R34 (release), REVISION: 0.1, GCID: 29955323, BOARD: t186ref, EABI: aarch64, DATE: Tue Mar 15 08:13:50 UTC 2022

Any help or information related to this issue would be greatly appreciated.

Hey, I’m dealing with the same thing, I’m pretty sure I know what’s wrong, anyway.

The part where you’re checking your Tegra release, it should be version 1.0. Both of ours have 0.1 instead. No worries, just need to update it, but that’s on the agenda for today.

If I get it sorted I’ll let you know how I did it, but I know I found an answer on Google when I was researching it before.

The r34.1 is for JP 5.0.1 DP and was removed from the public APT server when the 5.0.2 GA was released.
Please try the following command:

sudo bash -c ‘echo “deb https://repo.download.nvidia.com/jetson/common r35.1 main” >> /etc/apt/sources.list.d/nvidia-l4t-apt-source.list’
sudo bash -c ‘echo “deb https://repo.download.nvidia.com/jetson/t234 r35.1 main” >> /etc/apt/sources.list.d/nvidia-l4t-apt-source.list’

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.