Hi,
Has anyone had luck using i2c in android ?
Rather I'm running the 7.0 build. I think I tried 6.0 but didn't have access to the GPIO pins.
09-09-2017, 06:48 AM
(This post was last modified: 09-09-2017, 06:49 AM by elixx.)
Yep, pretty certain that it's just the kernel build lacking i2c opts in the Android images we've been using. There might be the angle to compile the module by itself and insmod it during runtime (I think this was how community samba/cifs support was pulled off in old Android versions), or more likely to just compile a new kernel and drop it into the image, I think would be successful.
I2C works fine out of the box with both armbian mainline and dev kernels.