How can I initialize the I2C bus on the BeagleBone Black Rev C running Embedded Linux?
Hey guys, how can I initialize the I2C bus on the BeagleBone Black Rev C running Embedded Linux? I am getting the error
Failed to open the bus: No such file or directory, but I have verified that the I2C module is loaded and checked the device tree overlay. Here are the steps I took to verify the I2C module:- Loaded the I2C module using
modprobe i2c-dev. - Checked that the device tree overlay for I2C is applied correctly.