Unable to locate package nvidia-jetpack

Hi, Is it possible The jetpack repo is down? I’m sorry for asking a question that has been asked before, but it seems this happens upon new releases.

I am trying to install Jetpack on a Jetson Orin 32 (not a devkit)

So you are using JetPack 6 DP?
Have you run sudo apt update?

I did do sudo apt update, but I would like to continue using 5.1.2

I have flashed the device, a MiiVii APEX AD10 (Jetson Orin 32) with the base image.
I ran the following:
sudo apt update
sudo apt upgrade -y
sudo apt dist-upgrade -y (made 0 updates)
sudo apt install nvidia-jetpack and I get “Unable to locate”

I have looked into /etc/apt/sources.list.d and there is no file in there (to add sources to nvidia-l4t-apt-source.list).

That does not sound reasonable.
You may need to ask the board vendor for help.

You mean there should be content under /etc/apt/sources.list.d, right?

Definitely YES.
Ideally, you have nvidia-l4t-apt-source.list containing:

# SPDX-FileCopyrightText: Copyright (c) 2019-2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
#
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
# property and proprietary rights in and to this material, related
# documentation and any modifications thereto. Any use, reproduction,
# disclosure or distribution of this material and related documentation
# without an express license agreement from NVIDIA CORPORATION or
# its affiliates is strictly prohibited.

deb https://repo.download.nvidia.com/jetson/common r35.4 main
deb https://repo.download.nvidia.com/jetson/t234 r35.4 main
1 Like

Ok, thank you, I will look for a more complete base image and post progress.

thanks for the help so far =0)

I created the file nvidia-l4t-apt-source.list with the provided content, ran sudo apt update and upgrade again and voila, the Jetpack downloaded and is installing.

Many thanks for the help! I’m still wondering if something else will turn out missing from the manufacturer’s image. If not, I’m dubious about why that source file was missing…

Cheers!

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