Skip to content

Instantly share code, notes, and snippets.

View eduardsik's full-sized avatar

Eduard Sik eduardsik

View GitHub Profile
@eduardsik
eduardsik / LinuxCNC-Ethercat.md
Created January 6, 2024 22:57 — forked from Bouni/LinuxCNC-Ethercat.md
Linux CNC + EtherCat + RPi 4 Setup

The folowing is a writup from Hakans forum post!

RPi Setup

  1. Download & Write image to SD card: www.linuxcnc.org/iso/linuxcnc-2.8.1-pi4.zip
  2. Configure Wifi via wpa_supplicant.conf
  3. Put SD card into RPi and verify that RT-PREEMT Kernel is running: uname -a
  4. Update everything and reboot: sudo apt update && sudo apt upgrade && sudo reboot