getting_started:install_and_setup_development_environment:use_with_cb20
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| getting_started:install_and_setup_development_environment:use_with_cb20 [2019/10/14 18:16] – graf | getting_started:install_and_setup_development_environment:use_with_cb20 [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Use on a cb20 Board ====== | ||
| - | The following is a step-by-step procedure to get started using EEROS on the [[https:// | ||
| - | |||
| - | As cross tool chain, the **arm-linux-gnueabihf-gcc-4.9** is needed. It is recommended to use a Ubuntu 16.04 as host operating system, since this packet is available in the default repositories. | ||
| - | If a Linux host is used in a virtual machine, a [[https:// | ||
| - | |||
| - | Fetch the [[https:// | ||
| - | < | ||
| - | $ git clone https:// | ||
| - | $ cd eeros-project | ||
| - | </ | ||
| - | Edit the file '' | ||
| - | < | ||
| - | use_simulator=false | ||
| - | use_flink=true | ||
| - | use_bbblue=false | ||
| - | use_comedi=false | ||
| - | use_ros=false | ||
| - | use_custom_application=true | ||
| - | </ | ||
| - | Setting the last entry to //true// will fetch an existing application from a git repository. Per default this will will be [[https:// | ||
| - | |||
| - | Now you can run the '' | ||
| - | < | ||
| - | $ ./clone.sh | ||
| - | </ | ||
| - | |||
| - | |||
| - | |||
| - | Change back into your project directory and start the compilation of EEROS, the hardware wrapper library, and the demo application with | ||
| - | < | ||
| - | $ ./make.sh | ||
| - | </ | ||
| - | |||
| - | Finally, load the executable onto the target (see notes below if you are doing this on a brand new board) with | ||
| - | < | ||
| - | $ ./deploy.sh | ||
| - | </ | ||
| - | The default password on the BeagleBone Blue Board is " | ||
| - | Use ssh to get on the target and change into ''/ | ||
| - | Start the demo application with | ||
| - | < | ||
| - | $ sudo ./demo -c HwConfigBBBlue.json | ||
| - | </ | ||
| - | |||
| - | Now, everything is ready. The development can be started in the **BeagleBoneBlue/ | ||
| - | |||
getting_started/install_and_setup_development_environment/use_with_cb20.1571069773.txt.gz · Last modified: 2019/10/14 18:16 by graf