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 08:00] 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 9: Line 10:
 $ apt-get install kdevelop $ apt-get install kdevelop
 </code> </code>
-  - Fetch the [[https://github.com/eeros-project/eeros-build-scripts.git|EEROS scripts]] on your target with +  - 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>
-<code>+
 $ git clone https://github.com/eeros-project/eeros-build-scripts.git eeros-project $ git clone https://github.com/eeros-project/eeros-build-scripts.git eeros-project
 $ git checkout sdk_bbb $ git checkout sdk_bbb