Hi :
I want to use I2C module and I follow this website(http://beaglebone.cameon.net/home/i2c-devices) to enable I2C-2, but after I reboot the device, why i can't see I2C-2 in the /dev/*??
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Ivan,
Have you enabled the I2C 2 module support in dts file ?
Check I2C-2 pinmuxing.
What is your SDK version ?
Hi, i am using kernel 3.8 from the BBB main support website, it didn't use device tree. I found this page(http://beaglebone.cameon.net/home/i2c-devices) have turtorial, now my I2C module can work, thank you.