The Android 2.3.4 works in our board (DM3725), so we want to porting ICS to this board. We downloaded the AM37X ICS source package and use the following command to build the root filesystem since there is no SGX in DM3725:
make TARGET_PRODUCT=omap3evm -j2
When we ues ICS built root file system to boot up, the system pop up a diaglog to show "Unfortunately, System UI has stopped" and TouchPanel doesn't work.
My boot script is: "mem=512M@0x80000000 console=ttyO2,115200n8 androidboot.console=ttyO2 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootdelay=1 init=/init ip=off omapfb.mode=lcd:800x600MR-16@60 omapdss.def_disp=lcd omap_vout.vid1_static_vrfb_alloc=y vram=8M omapfb.vram=0:8M"
Attached is my logcat log. Can anyone help me to support this? thanks!
6403.session.log