Configure EtherCAT Parameters
- Using
ifconfig
and get the MAC address. - Modify the configure file:
sudo vim /etc/ethercat.conf
- Set MASTER0_DEVICE to the corresponding network port ID or MAC address, for
example:
MASTER0_DEVICE="eth0" or MASTER0_DEVICE="dc:a6:32:d8:56:bc"
- And set:
DEVICE_MODULES="generic"
- Save the changes and restart the system.