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.