User Tools

Site Tools


getting_started:install_and_setup_development_environment:use_with_comedi

This is an old revision of the document!


Use with Comedi

The following is a step-by-step procedure to get started using EEROS with comedi. comedi stands for linux control and measurement device interface. It is a collection of drivers for a variety of common data acquisition plug-in boards.

As a first step install comedi, see http://www.comedi.org/. Next, fetch the EEROS scripts with

$ git clone https://github.com/eeros-project/eeros-build-scripts.git eeros-project
$ cd eeros-project

Edit the file config.sh.in as follows

use_simulator=false
use_flink=false
use_bbblue=false
use_comedi=true
use_ros=false
use_can=false
use_custom_application=true
use_cross_compilation_environment=false
use_ros_setup_script=false

Setting the last entry 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

$ ./clone.sh

After this you can continue with Compile.

getting_started/install_and_setup_development_environment/use_with_comedi.1613144265.txt.gz · Last modified: 2021/02/12 16:37 by ursgraf