Dies ist eine alte Version des Dokuments!


Install the Acontis EtherCAT Stack

Build Module

Compile native

cd <installpath>/Sources/LinkOsLayer/Linux/atemsys
make modules

Cross-Compile

cd <installpath>/Sources/LinkOsLayer/Linux/atemsys
export ARCH=<…>
export CROSS_COMPILE=<…>
cd Sources/atemsys
make modules KERNELDIR=<path to target kernel dir>
sudo insmod <installpath>/Sources/LinkOsLayer/Linux/atemsys/atemsys.ko

You may want to add this line to your .bashrc file