[fluksod] chmod 666 /dev/spidev0.0 in rc.local

This commit is contained in:
Bart Van Der Meerssche 2011-01-09 14:01:37 +01:00
parent f3516415bd
commit 9a27a1f22d
1 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,7 @@
# set the wifi led pin (=GPIO 7) direction to output
gpioctl dirout 7
# set rw permissions for spidev
chmod 666 /dev/spidev0.0
exit 0