EBC Exercise 42 udev
Embedded Linux Class by Mark A. Yoder
Here's how to setup udev to set the permissions when a device is brought up.
Clone the BeagleBoard repo
bone$ git clone https://github.com/rcn-ee/repos bone$ cd repos/bb-customizations/suite/buster/debian bone$ ls 10-of-symlink.rules 85-gpio-noroot.rules install 60-omap-tty.rules 86-remoteproc-noroot.rules postinst 80-eeprom-noroot.rules changelog rtl8723bu-blacklist.conf 80-gpio-noroot.rules compat rules 81-pwm-noroot.rules control ti_pru_firmware 82-gpio-config-pin.rules copyright zz-uenv_txt 83-eqep-noroot.rules generic-board-startup.service
Embedded Linux Class by Mark A. Yoder