硬件:AM3715
软件:TI-Android-ICS-4.0.3-DevKit-3.0.0
问题:按照 TI-Android-ICS-4.0.3-DevKit-3.0.0 DevelopersGuide 进行移植Android4.0.3
1. 显卡加速有问题,不能进入android界面,暂时不知何原因?
2. 按照E2E给提示去掉显卡加速,能进入锁屏了,但触摸屏不能用?(触摸屏在纯linux或者QT里面是可以用的)
编译android使用以下命令:
# make TARGET_PRODUCT=beagleboard OMAPES=5.x -j4
系统启动信息如下:
|
U-Boot 2010.06-rc1 (10/29/2012 - 15:20:35) OMAP34xx/35xx-GP ES2.1, CPU-OPP2 L3-165MHz In: serial NAND read: device 0 offset 0x280000, size 0x400000 Starting kernel ... Uncompressing Linux... done, booting the kernel. going to omapfb_probe.....
regulator_init_complete: incomplete constraints, leaving VDAC on root@android:/ # |
# getevent -p //可以得到以下设备
|
root@android:/ # getevent -p |
# getevent //此命令下,点击触摸屏,串口没有任何数值输出
# cat /proc/interrupts //这里显示触摸屏没有任何中断发生
|
CPU0 83: 13 INTC mmc0 |