VPI host components unable to install

Hi all,
While following the installation step 3 of VPI on host x86_64 (from VPI - Vision Programming Interface: Installation), got following:

Command:
sudo add-apt-repository 'deb https://repo.download.nvidia.com/jetson/x86_64 bionic r32.7'

Output:

Reading package lists... Done
W: Skipping acquire of configured file 'r32.7/binary-amd64/Packages' as repository 'https://repo.download.nvidia.com/jetson/x86_64 bionic InRelease' doesn't have the component 'r32.7' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'r32.7/binary-arm64/Packages' as repository 'https://repo.download.nvidia.com/jetson/x86_64 bionic InRelease' doesn't have the component 'r32.7' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'r32.7/binary-i386/Packages' as repository 'https://repo.download.nvidia.com/jetson/x86_64 bionic InRelease' doesn't have the component 'r32.7' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'r32.7/i18n/Translation-en' as repository 'https://repo.download.nvidia.com/jetson/x86_64 bionic InRelease' doesn't have the component 'r32.7' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'r32.7/i18n/Translation-en_US' as repository 'https://repo.download.nvidia.com/jetson/x86_64 bionic InRelease' doesn't have the component 'r32.7' (component misspelt in sources.list?)
W: Skipping acquire of configured file 'r32.7/cnf/Commands-amd64' as repository 'https://repo.download.nvidia.com/jetson/x86_64 bionic InRelease' doesn't have the component 'r32.7' (component misspelt in sources.list?)

I am on Ubuntu 18.04 only.
any idea about this?
Thank you.

Hi,

We can install it with OTA by updating the following file.

$ echo "deb https://repo.download.nvidia.com/jetson/x86_64/bionic r32.7 main" > /etc/apt/sources.list.d/jetpack.list

Thanks.

1 Like

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