Failed to install realsense drivers #37
josieammer
started this conversation in
Software
Replies: 1 comment 7 replies
-
Update: At step 4, the right script to use for the Jetson Nano is: We are able to open realsense-viewer and connect to the camera. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there. We are having trouble installing the realsense drivers.
The Jetson nano was unable to boot using the mushr image.
We followed the instructions here: https://mushr.io/hardware/nano_install/
The build fails to install the realsense drivers.
mushr_install_hw_drivers.sh fails at the following line:
sudo add-apt-repository "deb http://realsense-hw-public ...
starting back at Intel's instructions: https://github.com/IntelRealSense/librealsense/blob/development/doc/distribution_linux.md
It suggests a different server.
sudo add-apt-repository "deb https://librealsense.intel.com/Debian/apt-repo $(lsb_release -cs) main" -u
But that command fails with the same error.
E: Failed to fetch http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo/dists/bionic/InRelease 403 Forbidden [IP: 52.218.21.217 80]
E: The repository 'http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
Seems similar to this issues here:
IntelRealSense/librealsense#1670
That thread seems to suggest I build from scratch. Before I do that, I was wondering if you had a different workaround for this error.
Beta Was this translation helpful? Give feedback.
All reactions