User Tools

Site Tools


getting_started:install:use_on_bbb

This is an old revision of the document!


Use on a Beaglebone Blue Board

The following is a step-by-step procedure to get started using EEROS on the BeagleBone Blue board. It describes how to use our SDK for the Beaglebone blue. The application is developed on a Linux host machine and can then be deployed to the board.

Install Linux Image on Beaglebone Blue

This section describes how to get the newest Linux Image installed on your BeagleBone Blue board. This image already contains the EEROS library together with examples. Further is includes necessary hardware libraries, notably the librobotcontrol as well as basic functionalities of ROS.

  • Get the Beaglebone Blue image from Downloads.
  • Unpack it on your host system with
    $ tar -vxJf ost-ros-dev-image-bblue-2021.03.24.tar.xz

Install SDK on the Host

In order to develop your application on the host, you have to install the cross development SDK.

  • Get the cross development SDK for the Beaglebone Blue from Downloads.
  • Unpack it on your host system with
    $ tar -vxJf ost-ros-dev-image-bblue-2021.03.24-sdk.tar.xz
  • Execute the unpacked script with
    $ ./ost-distro-glibc-x86_64-ost-ros-image-melodic-cortexa8hf-neon-bblue-toolchain-1.0.sh

Install Git

Install the following package on your machine

$ apt-get install git

Continue with Writing EEROS Applications for Beaglebone Blue Board.

getting_started/install/use_on_bbb.1617280830.txt.gz · Last modified: 2021/04/01 14:40 by jonasfrei