ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Raspi 4 with Noetic & 64bit compatible?

asked 2021-04-13 15:47:47 -0500

ticotico gravatar image

updated 2021-04-20 14:49:34 -0500

I am trying to run Noetic on a 64bit RPi Ubuntu/Focal server version, but the following error does occur:

$ uname -a
Linux robot 5.4.0-1033-raspi #36-Ubuntu SMP PREEMPT Thu Mar 25 19:00:51 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux

$ sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
Executing: /tmp/apt-key-gpghome.wGbRJBPKZs/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
gpg: keyserver receive failed: No keyserver available

Any idea why this is not working? On the installation page, the aarch64 architecture is only listed for arch/experimental. But I have read plenty of blogs which mentioned that this setup would work. Any hint? Thx a lot!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-04-20 14:54:20 -0500

ticotico gravatar image

Solved it thanks to this answer. Summarizing it here for convenience:

Add the following line to /etc/resolv.conf

nameserver 8.8.8.8 # Google dns

Cheers!

edit flag offensive delete link more

Comments

Seems like a work-around to me, but if you're happy, we're happy.

gvdhoorn gravatar image gvdhoorn  ( 2021-04-21 04:45:07 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2021-04-13 15:47:47 -0500

Seen: 141 times

Last updated: Apr 20 '21