NVIDIA Jetson Installation 20.04 repo add-apt-repository
I'm following the instructions here: https://dev.intelrealsense.com/docs/nvidia-jetson-tx2-installation and in the step under "Add the server to the list of repositories", only Ubuntu 16 and 18 are listed. The top of the instructions say Ubuntu 20 is supported.
What command can I use to add the server to the list of repositories for Ubuntu 20?
-
Hi Dan Pittsley The current version of the Jetson installation instructions can be found at the link below.
https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_jetson.md
Those instructions use an parameter for the repository that does not refer to a specific Ubuntu version but instead finds the version being used with an lsb_release command.
sudo add-apt-repository "deb https://librealsense.intel.com/Debian/apt-repo $(lsb_release -cs) main" -u
Please sign in to leave a comment.
Comments
2 comments