fp@171: ------------------------------------------------------------------------------- fp@171: fp@171: $Id$ fp@171: fp@171: ------------------------------------------------------------------------------- fp@171: fp@171: General Information fp@171: =================== fp@171: fp@171: This is an Open-Source EtherCAT master implementation for Linux 2.6. fp@171: fp@171: For more information, see fp@171: fp@171: http://etherlab.org fp@171: fp@171: or contact fp@171: fp@171: Florian Pose fp@171: Ingenieurgemeinschaft IgH fp@171: Heinz-Baecker-Str. 34 fp@171: D-45356 Essen fp@171: http://igh-essen.com fp@171: fp@171: ------------------------------------------------------------------------------- fp@171: fp@193: Requirements fp@171: ============ fp@171: fp@193: 1) Software requirements fp@193: fp@193: Configured sources for the Linux 2.6 kernel are required to build the EtherCAT fp@193: master. fp@193: fp@193: 2) Hardware requirements fp@193: fp@193: The EtherCAT master needs a RTL8139 (or compatible) network interface card to fp@193: run. Drivers for other widespread devices (i. e. Intel PRO/100) will be fp@193: implemented soon. fp@193: fp@193: ------------------------------------------------------------------------------- fp@193: fp@193: Building and installing fp@193: ======================= fp@193: fp@171: 1) Create a copy of the configuration template: fp@171: fp@171: $ cp ethercat.conf.tmpl ethercat.conf fp@171: fp@171: 2) Adjust the Variables in the configuration file to your needs. fp@171: fp@171: 3) Build the EtherCAT master and network device driver modules: fp@171: fp@171: $ make fp@171: fp@171: 4) Install the the EtherCAT master (as root): fp@171: fp@171: # make install fp@171: fp@171: This will create the following files and directories: fp@171: - /etc/sysconfig/ethercat (configuration file) fp@171: - /etc/init.d/ethercat (startup script) fp@171: - /usr/sbin/rcethercat (link to startup script) fp@171: fp@193: The modules will be placed in /lib/modules//kernel/drivers/net fp@193: (where is the Linux kernel version configured in ethercat.conf). fp@171: fp@171: ------------------------------------------------------------------------------- fp@193: fp@193: Realtime & Tuning fp@193: ================= fp@193: fp@193: Realtime patches for the Linux kernel are supported, but not required. The fp@193: realtime processing has to be done by the calling module (see API fp@193: documentation). The EtherCAT master code itself is (except for the free-run fp@193: mode) completely passive. fp@193: fp@193: To avoid frame timeouts, deactivating DMA access for hard drives is fp@193: recommented (hdparm -d0 ). fp@193: fp@193: -------------------------------------------------------------------------------