getting_started:install: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:use_with_cb20 [2021/03/24 16:26] – [Prerequisites] ursgraf | getting_started:install:use_with_cb20 [2024/06/18 11:50] (current) – [Install SDK on the Host] ursgraf | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| The following is a step-by-step procedure to get started using EEROS on the [[https:// | The following is a step-by-step procedure to get started using EEROS on the [[https:// | ||
| - | ===== Prerequisites | + | ===== Install Linux Image on cb20 Blue ===== | 
| - | - Get an suitable | + | Make sure to have the newest | 
| - | - On the host, you have to fetch the cross development SDK for the cb20 board from [[https:// | + | |
| - | Change into the sdk directory and execute the script therein with < | + | Get the image from [[https://wiki.bu.ost.ch/infoportal/software/linux/images/downloads|Downloads]]. | 
| - | $ ./ | + | |
| - | Fetch the [[https://github.com/ | + | |
| - | < | + | |
| - | $ git clone https://github.com/eeros-project/eeros-build-scripts.git cb20 | + | |
| - | $ cd cb20 | + | |
| - | </code> | + | |
| - | Edit the file '' | + | |
| - | < | + | |
| - | use_simulator=false | + | |
| - | use_flink=true | + | |
| - | use_bbblue=false | + | |
| - | use_comedi=false | + | |
| - | use_ros=false | + | |
| - | use_can=false | + | |
| - | use_custom_application=true | + | |
| - | use_cross_compilation_environment=true | + | |
| - | use_ros_setup_script=false | + | |
| - | </ | + | |
| - | The entry '' | + | ===== Install | 
| - |  | + | In order to develop your application on the host, you have to install the cross development | 
| - |  | + |  | 
| + |  | ||
| + |  | ||
| + | $ ./ | ||
| - | Edit the file '' | ||
| - | < | ||
| - | environment_setup_script=/ | ||
| - | </ | ||
| - | This will guide your make script to use the SDK. Make sure that the above path matches your installation path. | ||
| - | If you want to use CAN, choose | + | ===== Install Git ===== | 
| - | < | + | Install the following package on your machine | 
| - | use_can=true | + | $ apt-get install git | 
| </ | </ | ||
| - | Setting the entry '' | + | Continue | 
| - | Now you can run the '' | + | |
| - | < | + | |
| - | $ ./ | + | |
| - | </ | + | |
| - | + | ||
| - | After this you can continue | + | |
| - | + | ||
| - | + | ||
| - | ==== Test Application ==== | + | |
| - | + | ||
| - | There is a test application for the cb20 board in [[https:// | + | |
| - | < | + | |
| - | use_custom_application=true | + | |
| - | custom_application_name=cb20test | + | |
| - | </ | + | |
| - | and further down | + | |
| - | < | + | |
| - | custom_application_git_remote_address=https:// | + | |
| - | custom_application_git_version=master | + | |
| - | + | ||
| - | custom_application_source_dir=" | + | |
| - | custom_application_build_dir=" | + | |
| - | </ | + | |
| - | + | ||
| - | Now you can run the '' | + | |
| - | < | + | |
| - | $ ./ | + | |
| - | </ | + | |
| - | + | ||
| - | After this you can continue with [[getting_started:compile_eeros|]]. | + | |
getting_started/install/use_with_cb20.1616599561.txt.gz · Last modified: 2021/03/24 16:26 by ursgraf
                
                