From 455608665f473426776cf4a6c3c5d77d0873b0ce Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 4 Jan 2021 11:15:48 -0500 Subject: [PATCH] added sudo raspi-config nonint do_i2c 0 to turn on I2C --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 65e129cf..001f6130 100755 --- a/install.sh +++ b/install.sh @@ -82,10 +82,13 @@ sudo cp ~/CubeSatSim/systemd/rpitx.service /etc/systemd/system/rpitx.service sudo systemctl enable rpitx + sudo cp /boot/config.txt /boot/config.txt.0 sudo cp /boot/cmdline.txt /boot/cmdline.txt.0 +sudo raspi-config nonint do_i2c 0 + #if [ "$1" = "u" ]; then #fi