User Tools

Site Tools


getting_started:install_and_setup_development_environment

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:install_and_setup_development_environment [2019/04/25 11:35] – [Getting the Sources with a Script] grafgetting_started:install_and_setup_development_environment [2019/04/25 11:41] – [Getting the Scripts] graf
Line 15: Line 15:
 ===== Getting the Sources with a Script ===== ===== Getting the Sources with a Script =====
 Setting up the correct way of compiling EEROS can be quite cumbersome. We strongly recommend to use our scripts. What to you want to do with EEROS? Setting up the correct way of compiling EEROS can be quite cumbersome. We strongly recommend to use our scripts. What to you want to do with EEROS?
-  * Run some examples, use the simulator, use with ROS / flink / comedi → see below [[getting_started:install_and_setup_development_environment#getting_the_scripts|]]+  * Run some examples, use the simulator, use with ROS / flink / comedi → see below [[getting_started:install_and_setup_development_environment#getting_the_scripts|Getting the Scripts]]
   * Use it on the BeagleBone blue board → see [[https://wiki.ntb.ch/infoportal/software/linux/beagleboneblue]]   * Use it on the BeagleBone blue board → see [[https://wiki.ntb.ch/infoportal/software/linux/beagleboneblue]]
   * Use it on the cb20 board with flink → see [[https://wiki.ntb.ch/infoportal/embedded_systems/imx6/cb]]   * Use it on the cb20 board with flink → see [[https://wiki.ntb.ch/infoportal/embedded_systems/imx6/cb]]
Line 28: Line 28:
   - Choose a meaningful name for the build and install directory.    - Choose a meaningful name for the build and install directory. 
   - Comment or uncomment the necessary hardware libraries. The script will fetch those left uncommented.   - Comment or uncomment the necessary hardware libraries. The script will fetch those left uncommented.
-  - Change the name of your application directory so that it fits your application. Per default a simple motor control will be downloaded. If you don't want to download this and have no other application to download yet, please comment these two lines out.+  - Change the name of your application directory so that it fits your application. Per default a simple motor control will be downloaded. If you don't want to download this, please comment these two lines out. If you have another application in a repository, change the name accordingly.
  
 Now you can run the ''clone'' script  Now you can run the ''clone'' script 
Line 34: Line 34:
 $ ./clone.sh $ ./clone.sh
 </code> </code>
 +After this you can continue with [[getting_started:compile_eeros|]].
  
 ===== Getting the Sources Manually ===== ===== Getting the Sources Manually =====