[beagleboard] Re: I2C Devices on Beagleboard-xM

2013-11-14 Thread porkupan
Just built and installed kernel v. 3.12. Still no /dev/i2c-X! The kernel seems to recognize the i2c devices, but does it load the i2c drivers? The drivers are enabled in the kernel config... root@arm:~# dmesg | grep i2c [1.942260] omap_i2c i2c.10: bus 0 rev4.4 at 2600 kHz [1.942840]

[beagleboard] Re: I2C Devices on Beagleboard-xM

2013-11-14 Thread porkupan
OK, the *I2C Device Interface* was not enabled by default in the kernel config. This topic is completed. On Tuesday, November 12, 2013 1:53:51 PM UTC-5, porkupan wrote: Hello, How do we enable the I2C devices (/dev/i2c-1, -2, -3) on Beagleboard-xM (kernel 3.11)? Do we need to do

Re: [beagleboard] Re: I2C Devices on Beagleboard-xM

2013-11-14 Thread Robert Nelson
On Thu, Nov 14, 2013 at 3:52 PM, porkupan vladimir.bor...@gmail.com wrote: OK, the I2C Device Interface was not enabled by default in the kernel config. This topic is completed. Ahh crap, thanks for the hint.. That should have been enabled by default..