aw-lights/README.adoc

14 lines
255 B
Plaintext
Raw Permalink Normal View History

2021-07-31 14:29:21 -04:00
# aw-lights
----
# Install packages
xbps-install fake-hwclock
ln -s /etc/sv/fake-hwclock/ /var/service/
# Enable SPI
echo 'dtparam=spi=on' >>/boot/config.txt
2021-08-01 18:55:43 -04:00
# Allow big buf for SPI
echo 'options spidev bufsiz=65536' > /etc/modprobe.d/spidev.conf
2021-07-31 14:29:21 -04:00
----