I am trying to run a recent version of ROS on Beaglebone Blue using Ubuntu 20.04 or Debian 11.3 (I’ve taken the following images from - http://repos.rcn-ee.com/):
- bone-ubuntu-20.04.4-console-armhf-2022-05-22-4gb.img
- bone-debian-11.3-iot-armhf-2022-05-22-4gb.img
I connected the board to the internet via wifi using ubuntu@ubuntu:~# wpa_cli -i wlan0
But no matter what image I use when I am running ubuntu@ubuntu:~$ sudo apt install ros-desktop
the execution hangs in different points after the installation begins.
It looks like the following:
Get:208 http://ports.ubuntu.com focal/universe armhf libstdc++-7-dev armhf 7.5.0-6ubuntu2 [1,543 kB]
Get:209 http://ports.ubuntu.com focal/main armhf libboost1.71-dev armhf 1.71.0-6ubuntu6 [9,068 kB]
Get:210 http://ports.ubuntu.com focal/main armhf libboost-atomic1.71.0 armhf 1.71.0-6ubuntu6 [205 kB]
Get:211 http://ports.ubuntu.com focal/main armhf libboost-atomic1.71-dev armhf 1.71.0-6ubuntu6 [205 kB]
Get:212 http://ports.ubuntu.com focal/main armhf libboost-chrono1.71-dev armhf 1.71.0-6ubuntu6 [220 kB]
Get:213 http://ports.ubuntu.com focal/main armhf libboost-date-time1.71.0 armhf 1.71.0-6ubuntu6 [216 kB]
Get:214 http://ports.ubuntu.com focal/main armhf libboost-serialization1.71.0 armhf 1.71.0-6ubuntu6 [283 kB]
Get:215 http://ports.ubuntu.com focal/main armhf libboost-serialization1.71-dev armhf 1.71.0-6ubuntu6 [356 kB]
Get:216 http://ports.ubuntu.com focal/main armhf libboost-date-time1.71-dev armhf 1.71.0-6ubuntu6 [229 kB]
Get:217 http://ports.ubuntu.com focal/main armhf libboost-system1.71.0 armhf 1.71.0-6ubuntu6 [205 kB]
Get:218 http://ports.ubuntu.com focal/main armhf libboost-system1.71-dev armhf 1.71.0-6ubuntu6 [205 kB]
Get:219 http://ports.ubuntu.com focal/main armhf libboost-thread1.71-dev armhf 1.71.0-6ubuntu6 [255 kB]
Get:220 http://ports.ubuntu.com focal/main armhf libboost-thread-dev armhf 1.71.0.0ubuntu2 [3,416 B]
Get:221 http://ports.ubuntu.com focal/main armhf libboost-system-dev armhf 1.71.0.0ubuntu2 [3,536 B]
Get:222 http://ports.ubuntu.com focal/main armhf libdpkg-perl all 1.19.7ubuntu3 [230 kB]
Get:223 http://ports.ubuntu.com focal/main armhf pkg-config armhf 0.29.1-0ubuntu4 [42.6 kB]
Get:224 http://ports.ubuntu.com focal/universe armhf libconsole-bridge-dev armhf 0.4.4+dfsg-1build1 [6,648 B]
Get:225 http://ports.ubuntu.com focal/universe armhf libboost-date-time-dev armhf 1.71.0.0ubuntu2 [3,396 B]
Get:226 http://ports.ubuntu.com focal/universe armhf libroscpp-core-dev armhf 0.6.13-1build1 [21.4 kB]
Get:227 http://ports.ubuntu.com focal/universe armhf ros-message-runtime armhf 0.4.12-6 [5,800 B]
55% [227 ros-message-runtime 4,096 B/5,800 B 71%]
55% [227 ros-message-runtime 4,096 B/5,800 B 71%]
- If I press Enter the last line is duplicated, which means the system is not entirely hangs
- I am able to open another SSH session via USB,
ls
command works - buttop
is not working - SD card led is constantly on.
- I thought there is a problem with SD card and replaced with another one with exactly the same result
- It happens on Debian and on Ubuntu
- Looks like it is happening regardless of the command - sometimes it’s getting stuck on
sudo apt update
also
Looks to me like some kind of Kernel problem.
Any idea?