README
changeset 171 faa7d433239c
child 193 1053a25af575
equal deleted inserted replaced
170:357dd6f677fd 171:faa7d433239c
       
     1 -------------------------------------------------------------------------------
       
     2 
       
     3 $Id$
       
     4 
       
     5 -------------------------------------------------------------------------------
       
     6 
       
     7 General Information
       
     8 ===================
       
     9 
       
    10 This is an Open-Source EtherCAT master implementation for Linux 2.6.
       
    11 
       
    12 For more information, see
       
    13 
       
    14 http://etherlab.org
       
    15 
       
    16 or contact
       
    17 
       
    18 Florian Pose <fp@igh-essen.com>
       
    19 Ingenieurgemeinschaft IgH
       
    20 Heinz-Baecker-Str. 34
       
    21 D-45356 Essen
       
    22 http://igh-essen.com
       
    23 
       
    24 -------------------------------------------------------------------------------
       
    25 
       
    26 Installation
       
    27 ============
       
    28 
       
    29 1) Create a copy of the configuration template:
       
    30 
       
    31   $ cp ethercat.conf.tmpl ethercat.conf
       
    32 
       
    33 2) Adjust the Variables in the configuration file to your needs.
       
    34 
       
    35 3) Build the EtherCAT master and network device driver modules:
       
    36 
       
    37   $ make
       
    38 
       
    39 4) Install the the EtherCAT master (as root):
       
    40 
       
    41   # make install
       
    42 
       
    43   This will create the following files and directories:
       
    44     - /etc/sysconfig/ethercat (configuration file)
       
    45     - /etc/init.d/ethercat    (startup script)
       
    46     - /usr/sbin/rcethercat    (link to startup script)
       
    47 
       
    48   The modules will be placed in /lib/modules/`uname -r`/kernel/drivers/net.
       
    49 
       
    50 -------------------------------------------------------------------------------