Skip to content

Commit

Permalink
fix: i2c bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Pietsch committed Jan 27, 2022
1 parent 7bd9fb5 commit 4fa4182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage2/05-Hw-tweaks/02-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4fa4182

Please sign in to comment.