Skip to content

Commit 5c6b88e

Browse files
authored
Merge pull request #83 from mores/missedStep
Adds link back to "The First Boot" in case i2c bus is not found
2 parents 3e7da18 + 1360b4e commit 5c6b88e

File tree

1 file changed

+7
-0
lines changed
  • content/documentation/io-examples/i2c

1 file changed

+7
-0
lines changed

content/documentation/io-examples/i2c/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ i2c-11 i2c 107d508200.i2c I2C adapter
4343
i2c-12 i2c 107d508280.i2c I2C adapter
4444
```
4545

46+
If you are not seeinging i2c-1, then you might have missed a few steps in [The First Boot](../../../prepare/first-boot.md).
47+
The specific line needed to enable i2c is:
48+
```shell
49+
root@rp5:~# raspi-config nonint do_i2c 0
50+
```
51+
52+
4653
Command line tool to immediately scan the standard addresses on I2C bus 1 (i2c-1)
4754
```
4855
root@rp5:~# i2cdetect -y 1

0 commit comments

Comments
 (0)