Skip to content

Commit

Permalink
Merge branch 'master' of rmc-github.robotic.dlr.de:common/libethercat
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-LiFe committed Jul 19, 2024
2 parents 230f9f8 + 8d23917 commit b8edada
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ to
GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/disk/by-partlabel/swap0 showopts splash=silent igb-libethercat.ethercat_mac_addr=00:1b:21:ed:35:41 intel_iommu=on preempt=full quiet security=apparmor mitigations=auto processor.max_cstate=1 intel_idle.max_cstate=0 nortsched isolcpus=2,3,4,5 nohz_full=2,3,4,5 mitigations=off idle=poll nosmt systemd.unit=default-offline.target"
```

### Polling Mode

The driver can also be configured without interrupts in polling mode. Therefore append following to the grub config:

```
igb-libethercat.ethercat_polling=1
```

### Rebuild grub config file

Enter
Expand Down

0 comments on commit b8edada

Please sign in to comment.