From 4fa4182cc3454af2ca889995139c2c2bc041f459 Mon Sep 17 00:00:00 2001 From: Alexander Pietsch Date: Tue, 1 Jun 2021 17:03:10 +0200 Subject: [PATCH] fix: i2c bug --- stage2/05-Hw-tweaks/02-run-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/05-Hw-tweaks/02-run-chroot.sh b/stage2/05-Hw-tweaks/02-run-chroot.sh index 8047ae600f..f8389a1d32 100644 --- a/stage2/05-Hw-tweaks/02-run-chroot.sh +++ b/stage2/05-Hw-tweaks/02-run-chroot.sh @@ -31,4 +31,4 @@ echo -e "\n# leaflet DTOverlay\ndtoverlay=leaflet-5-4" >> /boot/config.txt #i2c echo -e "\n# I2C\ndtparam=i2c_arm=on" >> /boot/config.txt -echo -e "\n# I2C\ndi2c-dev\ni2c-bcm2708" >> /etc/modules +echo -e "\n# I2C\ni2c-dev\ni2c-bcm2708" >> /etc/modules