Hi !
I'm trying to develop an application on the BeagleBone Black that uses the I²C bus in order to communicate with a temperature sensor.
There should be 3 I²C buses on the BBB according to the documentation (one of them being sort of "hidden"), and I am trying to use the i2c-2. However, for some reason, this bus seems not to be present. When I try and run "i2cdetect -l" the only output I have is :
i2c-0 i2c OMAP I2C adapter I2C adapter
I have been unable to understand why the i2c-2 bus is not recognized (or mapped). I have set up the BeagleBone following the steps described here, and didn't customize it further.
Thanks in advance for the help !
Cyril