This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

init error, android can not boot up on omap5432-uevm



Hi,


I prepare the emmc flash files according to http://omapedia.org/wiki/Panda5AJ.1.5_Release_Notes.

But the init error occured and android can not boot up.

The log is following:

[    4.560119] input: gpio-keys as /devices/platform/gpio-keys.0/input/input2
[    4.568389] twl_rtc twl_rtc.9: setting system clock to 2000-01-01 02:18:23 UTC (946693103)
[    4.577087] ALSA device list:
[    4.580200]   #0: OMAP5EVM
[    4.583038]   #1: OMAPHDMI
[    4.586151] Freeing init memory: 352K
[    4.592102] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
[    4.766571] sr_classp5_calib_work: smartreflex_mpu: Calibration complete: Voltage Nominal=880000 Calib=890000 Dyn=880000 OPP_margin=0 total_margin=0
[    9.010803] fs_mgr: Cannot mount filesystem on /dev/block/platform/omap_hsmmc.0/by-name/system at /system
[    9.021118] init: fs_mgr_mount_all returned an error
[    9.031036] init: Unable to open persistent property directory /data/property errno: 2
[    9.046661] init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'
[    9.059722] HDCP: failed to load keys
[    9.059722]
[    9.059783] init: cannot find '/system/bin/vold', disabling 'vold'
[    9.059814] init: cannot find '/vendor/bin/pvrsrvinit', disabling 'pvrsrvinit'
[    9.059844] init: cannot find '/system/bin/uim-sysfs', disabling 'uim'
[    9.059844] init: cannot find '/system/bin/netd', disabling 'netd'
[    9.059875] init: cannot find '/system/bin/debuggerd', disabling 'debuggerd'
[    9.059906] init: cannot find '/system/bin/rild', disabling 'ril-daemon'
[    9.059906] init: cannot find '/system/bin/surfaceflinger', disabling 'surfaceflinger'
[    9.059936] init: cannot find '/system/bin/app_process', disabling 'zygote'
[    9.059936] init: cannot find '/system/bin/drmserver', disabling 'drm'
[    9.059967] init: cannot find '/system/bin/mediaserver', disabling 'media'
[    9.059967] init: cannot find '/system/bin/installd', disabling 'installd'
[    9.059997] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[    9.060028] init: cannot find '/system/bin/keystore', disabling 'keystore'
[    9.060028] init: cannot find '/system/bin/sdcard', disabling 'sdcard'
[    9.060211] init: property 'ro.product.manufacturer' doesn't exist while expanding '${ro.product.manufacturer}'
[    9.060211] init: cannot expand '${ro.product.manufacturer}' while writing to '/sys/class/android_usb/android0/iManufacturer'
[    9.060241] init: property 'ro.product.model' doesn't exist while expanding '${ro.product.model}'
[    9.060241] init: cannot expand '${ro.product.model}' while writing to '/sys/class/android_usb/android0/iProduct'
[    9.245239] init: cannot find '/system/bin/sh', disabling 'console'
[    9.252227] android_usb: already disabled
[    9.256713] android_usb: already disabled
[    9.261016] android_usb: already disabled
[    9.266235] warning: `adbd' uses 32-bit capabilities (legacy support in use)
[    9.273773] adb_open
[    9.276092] mtp_bind_config
[    9.279052] adb_bind_config
[    9.622772] android_work: sent uevent USB_STATE=CONNECTED
[    9.628692] android_work: sent uevent USB_STATE=DISCONNECTED
[    9.753692] android_work: sent uevent USB_STATE=CONNECTED
[    9.772155] android_usb gadget: high-speed config #1: android
[    9.778625] android_work: sent uevent USB_STATE=CONFIGURED

Please help to check what the problem, thanks very much

JIanqiang Yan