Sterling
Sterling
DIIDevHeads IoT Integration Server
Created by Boss lady on 6/27/2024 in #middleware-and-os
How can I initialize the I2C bus on the BeagleBone Black Rev C running Embedded Linux?
Alright then, @Boss lady you will have to load in the I2C modules. It's simple, just run the following code;
sudo modprobe i2c-dev
sudo modprobe i2c-dev
Afterwards, check if it's successful by running the following on your terminal;
lsmod | grep i2c
lsmod | grep i2c
9 replies