I am trying to port android on custom board ARM CORTEX-A8 based with 128MB of onenand device. I can see "android" text coming up on the LCD screen but after that nothing is coming. I am using YAFFS2 filesystem. Below is log last few lines:
***************** log start *********************** Freeing init memory: 152K init: cannot open '/initlogo.rle' yaffs: dev is 32505860 name is "mtdblock4" yaffs: passed flags "" yaffs: Attempting MTD mount on 31.4, "mtdblock4" block 363 is bad yaffs: dev is 32505862 name is "mtdblock6" yaffs: passed flags "" yaffs: Attempting MTD mount on 31.6, "mtdblock6" yaffs_read_super: isCheckpointed 0 yaffs: dev is 32505861 name is "mtdblock5" yaffs: passed flags "" yaffs: Attempting MTD mount on 31.5, "mtdblock5" yaffs_read_super: isCheckpointed 0 android_usb gadget: high speed config #1: UMS Only (Not debugging mode) init: cannot find '/system/bin/sh', disabling 'console' init: cannot find '/system/bin/servicemanager', disabling 'servicemanager' init: cannot find '/system/bin/vold', disabling 'vold' init: cannot find '/system/bin/debuggerd', disabling 'debuggerd' init: cannot find '/system/bin/rild', disabling 'ril-daemon' init: cannot find '/system/bin/app_process', disabling 'zygote' init: cannot find '/system/bin/mediaserver', disabling 'media' init: cannot find '/system/bin/playmp3', disabling 'bootsound' init: cannot find '/system/bin/dbus-daemon', disabling 'dbus' init: cannot find '/system/bin/installd', disabling 'installd' init: cannot find '/system/bin/flash_image', disabling 'flash_recovery' init: cannot find '/system/bin/keystore', disabling 'keystore' enabling adb android_usb gadget: high speed config #1: UMS + ADB (Debugging mode) ************************* End of log ****************************** please advise what could be the reason for this. any help will be appreciated. Regards, Jack. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
