Skip to content

Instantly share code, notes, and snippets.

View andrewweiol's full-sized avatar

Andrew Wei andrewweiol

  • Maogo Inc.
  • Shanghai,China
  • 07:43 (UTC -12:00)
View GitHub Profile
@andrewweiol
andrewweiol / LinuxCNC-Ethercat.md
Created December 27, 2021 07:11 — 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