I'm porting the TI-Android-FroYo-DevKit-V2.2 release to our custom OMAP3530/TPS65950 board, which we have been using successfully with Linux for some time. However, I'm totally new to Android. I built a custom kernel using the omap3_evm_android_defconfig as a template, but with changes as needed for our board. Similarly I built the x-loader and u-boot from the same Android release, but with changes required for our board. I used the pre-built root filesystem, and have it mounted over NFS. All this seems to function OK until the actual Android processes start. I keep getting messages in the log such as
init: process 'servicemanager', pid 879 exited
I can't determine why servicemananger is exiting, however. I set loglevel to 8 in init.rc, but it doesn't give any indication of why servicemanager is exiting. I have searched various Android sites and the above message is asked about a few times, but no one has any answers that seem to help. I have searched for servicemanager command-line options that might make it give verbose output, but there don't seem to be any.
Our board doesn't have WiFi or Bluetooth on it. It does have an LCD display. I get a partial display of the green Android logo on it, but never a real Android screen.
Any suggestions?
Thanks, in advance...