well I’m not exactly a noob but the R2 frequently makes me feel like one. Just received a couple of tiny lcd-displays and level converters and wanted to play around a bit.
I activated I2C in config.txt and modprobed i2c-dev.
But now i2cdetect does not detect anything. Am I missing something?
So after all, I have to recompile the kernel, which I’d like to avoid. And I do not understand why there is no sd-image with everything compiled in waiting to be enabled by config?
Thank you much Frank. I’ll have to take a look. Maybe I was too early to order a R2. It’s a nice piece of hardware performing quite good. But I get the feeling the complete system is no more than an early alpha status. Shouldn’t there simply be a MTxxxx-i2c module???
I do appreciate your work very much, but I don’t feel like a kernel-programmer so I won’t be able to help much.
When I got my first Banana I was very excited about the price/performance ratio and everything worked out of the box. Maybe I expected to much.
as i said, the problem is not the module for i2c…that could be loaded later…the problem is the static dtb appended to kernel,that cannot be changed after build
An I2C controller can be routed to different sets of gpio, below is the default configuration for I2C0, I2C1 and I2C2. For your problem, which I2C controller do you use? are there two pull-up resisters on both SCL and SDA signals?
I’m sorry, Gary, but this doesn’t help me much. But I am confident in waiting for an OS Image where I2C and things like that are configurable without the need to recompile the Kernel which I am not able to.
I think the i2c driver in Ubuntu image is available, after installing we can use i2c-dectect, i2c-get and i2c-set to operate i2c device which is connected one of I2C busses.