We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17f34b commit 08449c5Copy full SHA for 08449c5
install.sh
@@ -27,6 +27,10 @@ cd ..
27
printf "Backing up $CONFIG\n"
28
cp $CONFIG "config.preinstall-$DATESTAMP.txt"
29
30
+printf "Setting up i2c and SPI..\n"
31
+raspi-config nonint do_spi 0
32
+raspi-config nonint do_i2c 0
33
+
34
printf "Setting up serial for PMS5003..\n"
35
# Disable serial terminal over /dev/ttyAMA0
36
raspi-config nonint do_serial 1
0 commit comments