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:46] ursgrafgetting_started:install_and_setup_development_environment:use_on_bbb [2021/03/24 09:00] ursgraf
Line 1: Line 1:
 ====== Use on a Beaglebone Blue Board ====== ====== Use on a Beaglebone Blue Board ======
 +Back to [[getting_started:install_and_setup_development_environment:use_on_bbb|]].
 The following is a step-by-step procedure to get started using EEROS on the [[https://wiki.bu.ost.ch/infoportal/embedded_systems/ti_sitara_am335x/beaglebone_blue/start|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. The following is a step-by-step procedure to get started using EEROS on the [[https://wiki.bu.ost.ch/infoportal/embedded_systems/ti_sitara_am335x/beaglebone_blue/start|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.
  
Line 8: Line 9:
   - 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>   - 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 $ 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> </code>