android-rpi / kernel_manifest

Android-RPi Kernel Manifest
9 stars 19 forks source link

I2C and SPI client driver #5

Open nguyenanhgiau opened 2 years ago

nguyenanhgiau commented 2 years ago

Hi guys,

I try to add a sensor to Android kernel, but I don't find /dev/i2c-x. I'm sure that .config file consist CONFIG_I2C=y and in configs.txt, I add dtparam=i2c_arm=on.

Could you help me check it?

MSang2k commented 1 year ago

Hi guys, Have you find the way to fix it yet? I also met the same problem