2010-12-19 19:53:54 +00:00
|
|
|
# Put your custom commands here that should be executed once
|
|
|
|
# the system init finished. By default this file does nothing.
|
|
|
|
|
|
|
|
# set the wifi led pin (=GPIO 7) direction to output
|
|
|
|
gpioctl dirout 7
|
2011-01-09 13:01:37 +00:00
|
|
|
# set rw permissions for spidev
|
|
|
|
chmod 666 /dev/spidev0.0
|
2010-12-19 19:53:54 +00:00
|
|
|
|
|
|
|
exit 0
|