User Tools

Site Tools


getting_started:write_app:use_on_cb20

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
getting_started:write_app:use_on_cb20 [2021/03/31 10:19] – [Writing EEROS Applications for cb20 Board] ursgrafgetting_started:write_app:use_on_cb20 [2021/03/31 10:21] – [Say Hello with EEROS] ursgraf
Line 10: Line 10:
  
 ===== Say Hello with EEROS ===== ===== Say Hello with EEROS =====
 +
 +  - Fetch the [[https://github.com/eeros-project/eeros-build-scripts.git|EEROS scripts]] on your host and checkout the branch for the cb20 board <code>
 +$ git clone https://github.com/eeros-project/eeros-build-scripts.git eeros-project
 +$ cd eeros-project
 +$ git checkout sdk_cb20
 +</code>
   - Edit the file ''config.sh.in'' as follows <code>   - Edit the file ''config.sh.in'' as follows <code>
 custom_application=hello custom_application=hello
Line 50: Line 56:
 $ ./make.sh $ ./make.sh
 </code> </code>
 +  - Make changes to "main.cpp", save them and rebuild with <code>
 +$ ./make.sh
 +</code> In order to be able to write your own EEROS programs, you could use any text editor. However, we recommend to use an integrated development environment, see [[getting_started:kdevelop|]].
  
 Continue with [[getting_started:deploy:deploy_cb20|]]. Continue with [[getting_started:deploy:deploy_cb20|]].
getting_started/write_app/use_on_cb20.txt · Last modified: 2024/06/13 13:54 by ursgraf