User Tools

Site Tools


getting_started:install_and_setup_development_environment:use_with_comedi

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
Last revisionBoth sides next revision
getting_started:install_and_setup_development_environment:use_with_comedi [2021/02/12 17:27] ursgrafgetting_started:install_and_setup_development_environment:use_with_comedi [2021/03/17 14:49] ursgraf
Line 5: Line 5:
 <code> <code>
 $ git clone https://github.com/eeros-project/eeros-build-scripts.git eeros-project $ git clone https://github.com/eeros-project/eeros-build-scripts.git eeros-project
 +$ git checkout host
 $ cd eeros-project $ cd eeros-project
 </code> </code>
Line 10: Line 11:
 <code> <code>
 use_simulator=false use_simulator=false
-use_flink=false 
-use_bbblue=false 
 use_comedi=true use_comedi=true
 use_ros=false use_ros=false
-use_can=false 
-use_custom_application=true 
-use_cross_compilation_environment=false 
 use_ros_setup_script=false use_ros_setup_script=false
 </code> </code>
-Setting the 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]].  
  
 Now you can run the ''clone'' script  Now you can run the ''clone'' script 
Line 26: Line 21:
 </code> </code>
  
-After this you can continue with [[getting_started:compile_eeros|]].+After this you can continue with [[getting_started:compile_eeros_host|]].