From 4a635386fed59267d284e4f21e9198a8a8d2c364 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 23 Aug 2020 19:59:32 -0400 Subject: [PATCH] updated gpio overlay to specify bus 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ffa77ed..7a09fe68 100644 --- a/README.md +++ b/README.md @@ -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`