User Tools

Site Tools


getting_started:install_and_setup_development_environment:use_on_bbb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
getting_started:install_and_setup_development_environment:use_on_bbb [2021/03/23 07:36] ursgrafgetting_started:install_and_setup_development_environment:use_on_bbb [2021/03/24 08:56] ursgraf
Line 6: Line 6:
   - On the host, you have to fetch the cross development SDK for the Beaglebone blue from [[https://wiki.bu.ost.ch/infoportal/software/linux/images/downloads|Downloads]] and install it on the host according to [[https://wiki.bu.ost.ch/infoportal/software/linux/yocto/sdk#installing_the_sdk|Installing the SDK]].    - On the host, you have to fetch the cross development SDK for the Beaglebone blue from [[https://wiki.bu.ost.ch/infoportal/software/linux/images/downloads|Downloads]] and install it on the host according to [[https://wiki.bu.ost.ch/infoportal/software/linux/yocto/sdk#installing_the_sdk|Installing the SDK]]. 
   - Make sure to have the newest image from our download section [[https://wiki.bu.ost.ch/infoportal/software/linux/images/start|Linux Images]] installed on your Beaglebone blue board. This image already contains the EEROS library together with examples. Further is includes necessary hardware libraries, notably the [[http://beagleboard.org/librobotcontrol/index.html|librobotcontrol]] as well as basic functionalities of ROS.    - Make sure to have the newest image from our download section [[https://wiki.bu.ost.ch/infoportal/software/linux/images/start|Linux Images]] installed on your Beaglebone blue board. This image already contains the EEROS library together with examples. Further is includes necessary hardware libraries, notably the [[http://beagleboard.org/librobotcontrol/index.html|librobotcontrol]] as well as basic functionalities of ROS. 
 +  - In order to be able to write your own EEROS programs or alter existing example applications, you could use any text editor. However, we recommend to use an integrated development environment such as [[https://www.kdevelop.org/]]. Get the program with <code>
 +$ apt-get install kdevelop
 +</code>
 +  - Fetch the [[https://github.com/eeros-project/eeros-build-scripts.git|EEROS scripts]] on your host and checkout the branch for the Beaglebone Blue <code>
 +$ git clone https://github.com/eeros-project/eeros-build-scripts.git eeros-project
 +$ git checkout sdk_bbb
 +$ cd eeros-project
 +</code>
  
 +
 +After this you can continue with [[getting_started:write_app:use_on_bbb|]].
 ---- ----