I have started with Metropolis Microservices for Jetson and wanted to install the application bundle on Jetson AGX Orin, I am following the following Part 2: Hardware and Software Installation of AI-NVR | NVIDIA On-Demand and the following are the my hardware and software stacks.
Hardware: Jetson AGX Orin.
Software:
Jetpack: Version: 6.0-b52
deepstream-app version 6.4.0
DeepStreamSDK 6.4.0
While following the above video, I did not understand why we had to use the below command
sudo apt-key adv --fetch-keys http://l4t-repo.nvidia.com/jetosn-ota-internal.key
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.
