Edited by gaara at 2015-5-15 09:05
Hi,
Seems cool, I exactly have a question for you.
I'm running on Android with Orange 1 normal (A20 SoC), and I would like to run an accelerometer on it. As you can guess, I would like to play with !
The chip I have is
MPU6050 board, but there's no driver for the kernel 3.4.
I can program it with the ATMega chip, but Android can't communicate with serial interface (just an app can do it, and it seems difficult to adapt it in android)
So, i'm trying to adapt this:
http://kernel--tegra.android-sou ... /imu/inv_mpu/README
This is to modify the kernel and add some new drivers.
At this time, drivers are ok, i2ctools can be run, and I see something, but I havn't hack the kernel yet.
I have some problems with initial "omap_register_i2c_bus" (I'm new in C). This fonction is the last to activate the others, in the /ANDROID/lichee/linux-3.4/arch/arm/mach-sun7i/core.c file.
If you have time you can maybe help me and if it works, I give you the rights of my videos !!
Gaara
edit: some details
here and
here