Skip to content
Snippets Groups Projects
Commit 138dbaec authored by Tarik Graba's avatar Tarik Graba :scream_cat:
Browse files

i2c-dev should also be added to the loaded modules

Changing only the boot configuration to load the i2c-gpio overlay is not
sufficient, the i2c-dev module should also be loaded.
raspi-config does this when enabling the i2c interface.
parent daad28ef
No related branches found
No related tags found
No related merge requests found
Pipeline #98371 passed
......@@ -55,6 +55,9 @@ Ensure that the line `dtparam=i2c_arm=on` is not present: that would
activate the hardware I²C bus, which cannot be used due to a hardware
bug in the BCM2712 SOC with regard to clock stretching.
Ensure that `i2c-dev` is also present in `/etc/modules` (should be
the case if you have used `raspi-config` to enable the I²C interface).
The Python module is located in `controller/python/controller.py`.
### Firmware updater
......
  • Author Owner

    @sam /etc/modules ou je cherche comment le charger avec la cmdline?

  • @tarik Comme tu veux, ça peut avoir aussi un but didactique de leur faire configurer

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment