Skip to content

Instantly share code, notes, and snippets.

@JulianTiller
Created April 16, 2025 07:22
Show Gist options
  • Select an option

  • Save JulianTiller/d06ff2968ab9ae208afd47e542adaa58 to your computer and use it in GitHub Desktop.

Select an option

Save JulianTiller/d06ff2968ab9ae208afd47e542adaa58 to your computer and use it in GitHub Desktop.
udev rules for waveshare devices
# Waveshare devices
# This file should be installed to /etc/udev/rules.d so that you can access the Waveshare hardware without being root
#
# Type this at the command prompt: sudo cp 99-Waveshare.rules /etc/udev/rules.d
# Waveshare USB To UART/I2C/SPI/JTAG Converter in mode 0 (UART0+UART1)
KERNEL=="ttyACM[0-9]*", SUBSYSTEM=="tty" , SUBSYSTEMS=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="55da", MODE="0666"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment