diff --git a/clone/utility/sats-boot b/clone/utility/sats-boot index 4897c34..3bf9f99 100644 --- a/clone/utility/sats-boot +++ b/clone/utility/sats-boot @@ -39,7 +39,7 @@ if [ -e /home/pi/first_boot ]; then # (2) Enable SPI device # - echo "device_tree_param=spi=on" | sudo tee -a /boot/config.txt > /dev/null; + echo "dtparam=spi=on" | sudo tee -a /boot/config.txt > /dev/null; echo "dtoverlay=spi-bcm2708" | sudo tee -a /boot/config.txt > /dev/null; # (3) Clone SPI python library #