DexterInd / Raspbian_For_Robots

Raspbian image changes to make it work well with Dexter Industries robots.
http://www.dexterindustries.com/raspbian-for-robots/
Other
32 stars 18 forks source link

Is update duplicating /boot/config.txt entries? #211

Open slowrunner opened 4 years ago

slowrunner commented 4 years ago

I have updated my Raspbian For Robots system several times over the last year, and today noticed that there are duplicated entries for i2c and SPI in the /boot/config.txt file.

...
dtparam=audio=on
start_x=1
gpu_mem=128
dtparam=i2c1=on
dtparam=i2c1=on
dtparam=i2c1=on
dtparam=i2c1=on
dtparam=i2c1=on
dtparam=i2c1=on
dtparam=i2c1=on
dtparam=spi=on
dtparam=i2c_arm=on
dtparam=i2c1=on
dtparam=i2c_arm=on

Might the updates be the cause?