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 revision
Previous revision
Next revisionBoth sides next revision
getting_started:write_app:use_on_cb20 [2021/03/24 16:47] – [Use Existing Project] ursgrafgetting_started:write_app:use_on_cb20 [2021/03/31 10:19] – [Writing EEROS Applications for cb20 Board] ursgraf
Line 1: Line 1:
 ====== Writing EEROS Applications for cb20 Board ====== ====== Writing EEROS Applications for cb20 Board ======
 Back to [[getting_started:install:use_with_cb20|]]. Back to [[getting_started:install:use_with_cb20|]].
 +
 +You will use C++ to develop your EEROS applications. For this you need at least some knowledge of the basic language features. A good starting point might be [[https://www.cplusplus.com/doc/tutorial/]]. Minimal help can also be found under [[tools:cplusplus|]].
  
 What do you want to do next? What do you want to do next?
  
-  * [[getting_started:write_app:use_on_bbb#Say Hello with EEROS|]] +  * [[getting_started:write_app:use_on_cb20#Say Hello with EEROS|]] 
-  * [[getting_started:write_app:use_on_bbb#Use Existing Project|]]+  * [[getting_started:write_app:use_on_cb20#Use Existing Project|]]
  
 ===== Say Hello with EEROS ===== ===== Say Hello with EEROS =====
Line 65: Line 67:
 Continue with [[getting_started:deploy:deploy_cb20|]]. Continue with [[getting_started:deploy:deploy_cb20|]].
  
-If you want to use CAN, choose  
-<code> 
-use_can=true 
-</code> 
  
-Setting the entry ''use_custom_application'' to //true// will fetch an existing application from a git repository. Per default this will will be [[https://github.com/eeros-project/simple-motor-control.git]]. However, you could choose another repository in ''config.sh.in''. Or you could set the entry to //false// if you want to develop your own application. \\ 
-Now you can run the ''clone'' script  
-<code> 
-$ ./clone.sh 
-</code> 
  
-After this you can continue with [[getting_started:compile_eeros|]]. 
  
  
Line 83: Line 75:
 There is a test application for the cb20 board in [[https://github.com/ntb-ch/cb20.git]] under the directory ///Software//. If you wish to use this you can alter ''config.sh.in'' as follows There is a test application for the cb20 board in [[https://github.com/ntb-ch/cb20.git]] under the directory ///Software//. If you wish to use this you can alter ''config.sh.in'' as follows
 <code> <code>
-use_custom_application=true 
 custom_application_name=cb20test custom_application_name=cb20test
 </code>   </code>  
Line 95: Line 86:
 </code>   </code>  
  
-Now you can run the ''clone'' script  +After this you continue as given above in [[getting_started:write_app:use_on_cb20#Use Existing Project|]].
-<code> +
-$ ./clone.sh +
-</code> +
- +
-After this you can continue with [[getting_started:compile_eeros|]].+
  
getting_started/write_app/use_on_cb20.txt · Last modified: 2024/06/13 13:54 by ursgraf