updated gpio overlay to specify bus 3

pull/58/head
alanbjohnston 5 years ago committed by GitHub
parent a6cf68b4d7
commit 4a635386fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ Use the down arrow key to go down in the file until you find this line:
Add the following two lines under it: (NOTE: there seems to be an issue with the i2c-gpio.dtbo file in the latest kernal. I'm investigating this temporary fix: https://github.com/raspberrypi/firmware/issues/1401. If adding dtoverlay=i2c-gpio in this step causes your Pi not to boot, then you are encountering this issue)
`dtoverlay=i2c-gpio`
`dtoverlay=i2c-gpio,bus=3,i2c_gpio_delay_us=1,i2c_gpio_sda=23,i2c_gpio_scl=24`
`dtoverlay=pi3-miniuart-bt`

Loading…
Cancel
Save

Powered by TurnKey Linux.