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] ursgrafgetting_started:write_app:use_on_cb20 [2021/03/25 16:28] – [Test Application] ursgraf
Line 4: Line 4:
 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 49: Line 49:
 </code> </code>
  
-Continue with [[getting_started:deploy:deploy_bbb|]].+Continue with [[getting_started:deploy:deploy_cb20|]].
  
 ===== Use Existing Project ===== ===== Use Existing Project =====
Line 63: Line 63:
 </code> </code>
  
-Continue with [[getting_started:deploy:deploy_bbb|]].+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 73:
 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 84:
 </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