我一直在尝试在 Odroid XU4 上设置英特尔 realsense D415 并继续遇到同样的错误。当我通过https://github.com/IntelRealSense/librealsense/blob/development/doc/distribution_linux.md上的命令时,当我尝试 sudo apt-get update 时会弹出以下错误
odroid@odroid:~$ sudo apt-get update
Get:1 http://deb.odroid.in/5422-s bionic InRelease [1701 B]
Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
Hit:4 http://archive.canonical.com/ubuntu bionic InRelease
Hit:5 http://ppa.launchpad.net/apt-fast/stable/ubuntu bionic InRelease
Hit:6 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
Err:7 http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo xenial InRelease
403 Forbidden [IP: 52.218.80.49 80]
Hit:8 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
Err:9 http://realsense-alm-public.s3.amazonaws.com/apt-repo xenial InRelease
403 Forbidden [IP: 52.218.80.49 80]
Reading package lists... Done
E: Failed to fetch http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo/dists/xenial/InRelease 403 Forbidden [IP: 52.218.80.49 80]
E: The repository 'http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo xenial InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://realsense-alm-public.s3.amazonaws.com/apt-repo/dists/xenial/InRelease 403 Forbidden [IP: 52.218.80.49 80]
E: The repository 'http://realsense-alm-public.s3.amazonaws.com/apt-repo xenial InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
我已经尝试过 --allow--unauthorized (不记得确切的语法 atm ),即使我也读过它只适用于 apt-get upgrade (而不是更新)。那没起效。还尝试了一个全新的形象。我已经能够毫无问题地在我的 ubuntu 笔记本电脑上运行安装。我也一直在尝试手动添加 repo,但无法弄清楚如何添加。