and further adding below two lines in the nvidia@ubuntu:/etc/apt/sources.list.d$ sudo nano nvidia-l4t-apt-source.list
deb http://l4t-repo.nvidia.com/common r36.2 main
deb http://l4t-repo.nvidia.com/t234 r36.2 main
when I did sudo apt update, I got the following errors
nvidia@ubuntu:/etc/apt/sources.list.d$ sudo apt update
Hit:1 https://download.docker.com/linux/ubuntu jammy InRelease
Hit:2 https://repo.download.nvidia.com/jetson/common r36.2 InRelease
Hit:3 https://repo.download.nvidia.com/jetson/t234 r36.2 InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB]
Get:6 http://l4t-repo.nvidia.com/common r36.2 InRelease [2,561 B]
Hit:7 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
Get:8 http://l4t-repo.nvidia.com/t234 r36.2 InRelease [2,558 B]
Err:6 http://l4t-repo.nvidia.com/common r36.2 InRelease
The following signatures couldn't be verified because the public key is not available:
NO_PUBKEY 6E3279734C41A135
Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
Err:8 http://l4t-repo.nvidia.com/t234 r36.2 InRelease
The following signatures couldn't be verified because the public key is not available:
NO_PUBKEY 6E3279734C41A135
Reading package lists... Done
W: GPG error: http://l4t-repo.nvidia.com/common r36.2 InRelease: The following
signatures couldn't be verified because the public key is not available: NO_PUBKEY 6E3279734C41A135
E: The repository 'http://l4t-repo.nvidia.com/common r36.2 InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://l4t-repo.nvidia.com/t234 r36.2 InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6E3279734C41A135
E: The repository 'http://l4t-repo.nvidia.com/t234 r36.2 InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
can anyone help me to understand the procedure and resolve the issues? Thanks.
Hi,
Do you flash AGX Orin developer kit through SDKManager? You should be able to execute sudo apt update without the additional steps, if the system image is installed through SDKManager.
Yes, I flashed the AGX Orin developer kit through SDKMangaer. Do you mean to say If flash the device through SDKManger, I do not need to follow the below steps?
# 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 r36.2 main
deb https://repo.download.nvidia.com/jetson/t234 r36.2 main
but the following lines are missing in the file
deb http://l4t-repo.nvidia.com/common r36.2 main
deb http://l4t-repo.nvidia.com/t234 r36.2 main
@DaneLLL Thanks for your patience. I think so you got confused. In my last reply, I said the file /etc/apt/sources.list.d/nvidia-l4t-apt-source.list exists and the following lines also exist
deb https://repo.download.nvidia.com/jetson/common r36.2 main
deb https://repo.download.nvidia.com/jetson/t234 r36.2 main
but as per the video(refer to my first thread ), do I need to add the following lines?
deb http://l4t-repo.nvidia.com/common r36.2 main
deb http://l4t-repo.nvidia.com/t234 r36.2 main