From 59b98184bd76fbb89987c6873e2498b9f93df119 Mon Sep 17 00:00:00 2001 From: Yossi Date: Fri, 28 Jul 2017 20:59:28 +0300 Subject: [PATCH] Enable SPI --- stage2/01-sys-tweaks/01-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh index 7a57a0b..ebd5c9c 100755 --- a/stage2/01-sys-tweaks/01-run.sh +++ b/stage2/01-sys-tweaks/01-run.sh @@ -131,6 +131,7 @@ echo "" >> /boot/config.txt echo "#enable piCaera" >> /boot/config.txt echo "start_x=1" >> /boot/config.txt echo "gpu_mem=128" >> /boot/config.txt +echo "dtparam=spi=on" >> /boot/config.txt if [ ${OS_TYPE} == "drideOS" ]; then