Skip to content

Commit 226161e

Browse files
authored
Update installation_ethercat.md
1 parent 4a7e24c commit 226161e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation/installation_ethercat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sudo apt-get install -y protobuf-compiler libprotobuf-dev
2121
- `git clone https://gitlab.com/etherlab.org/ethercat.git`
2222
- `cd ethercat`
2323
- 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)
2525
- `./bootstrap`
2626
- `./configure --enable-generic --disable-8139too`
2727
- `make all modules`
@@ -46,7 +46,7 @@ In order configure the `ethercat` we need to give the master the MAC address of
4646
- Modify the file `/usr/local/etc/ethercat.conf`
4747
- `MASTER0_DEVICE` - set the mac address (ex. `d0:63:b4:05:47:37`) or the name of the port (ex. `enp8s0f2`)
4848
- `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`)
5050
- create the ethercat rule: `sudo nano /etc/udev/rules.d/99-EtherCAT.rules`
5151
- add the following line: `KERNEL == "EtherCAT[0-9]*" , MODE ="0666", GROUP ="users"`
5252
- reload the rules: `sudo udevadm control --reload-rules && sudo udevadm trigger`
@@ -97,4 +97,4 @@ strict graph bus {
9797
master [label="EtherCAT\nMaster"]
9898

9999
}
100-
```
100+
```

0 commit comments

Comments
 (0)