File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ sudo apt-get install -y protobuf-compiler libprotobuf-dev
21
21
- ` git clone https://gitlab.com/etherlab.org/ethercat.git `
22
22
- ` cd ethercat `
23
23
- use the ` stable-1.6 ` branch ` git checkout stable-1.6 `
24
- - if needed ` stable-1.5 ` will work too
24
+ - if needed ` stable-1.5 ` will work too (for older linex kernel <6.12)
25
25
- ` ./bootstrap `
26
26
- ` ./configure --enable-generic --disable-8139too `
27
27
- ` make all modules `
@@ -46,7 +46,7 @@ In order configure the `ethercat` we need to give the master the MAC address of
46
46
- Modify the file ` /usr/local/etc/ethercat.conf `
47
47
- ` MASTER0_DEVICE ` - set the mac address (ex. ` d0:63:b4:05:47:37 ` ) or the name of the port (ex. ` enp8s0f2 ` )
48
48
- ` DEVICE_MODULES ` set to ` ”generic” `
49
- - Then condifure the udev rules for ` /dev/EtherCAT0 ` (go to the mode ` 0666 ` )
49
+ - Then configure the udev rules for ` /dev/EtherCAT0 ` (go to the mode ` 0666 ` )
50
50
- create the ethercat rule: ` sudo nano /etc/udev/rules.d/99-EtherCAT.rules `
51
51
- add the following line: ` KERNEL == "EtherCAT[0-9]*" , MODE ="0666", GROUP ="users" `
52
52
- reload the rules: ` sudo udevadm control --reload-rules && sudo udevadm trigger `
@@ -97,4 +97,4 @@ strict graph bus {
97
97
master [label= " EtherCAT\nMaster" ]
98
98
99
99
}
100
- ```
100
+ ```
You can’t perform that action at this time.
0 commit comments