How do I install VPI on arm64 platform?

I’m following the VPI installation guide here (VPI - Vision Programming Interface: Installation) on my Jetson Xavier with an Ubuntu 18.04 system, but at Step 3 when I run sudo add-apt-repository 'deb https://repo.download.nvidia.com/jetson/x86_64/bionic r35.2 main', I get this issue:

Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://repo.download.nvidia.com/jetson/x86_64/bionic r35.2 InRelease' doesn't support architecture 'arm64'

It looks like the packages for arm64 are not included in this public repo. What is the correct way for me to install this repo to proceed with the rest of the VPI installation?

Thanks for your help with this.

Hi,

the Debian repository is only for x86 desktop PC with dedicated NVIDIA GPUs,
and VPI on Jetson is included in the JetPack SDK, so please install it with

sudo apt update
sudo apt install nvidia-jetpack

1 Like

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