Hi leonardo,
I have the exact same problem, in a slightly different configuration.
I rebuild the 4.2.2_1.1.0-ga Android release and try to boot it from the network (downloading the kernel through TFTP and booting with the root filesystem on NFS).
The Linux kernel is booting correctly and I get a shell on the serial line; however the Zygote process seems to crash regularly (about every 30 seconds) so that killed the mediaserver and netd daemons to restart them when the zygorte is restarted by init, and thus I get stuck at the shining ANDROID logo forever... ;-(
Note I comment out everything in /fstab.freescale (as I have everything on my NFS root filesystem) and avoid remounting / read-only.
The start of the console output (just after mounting the root filesystem) is as follows:
VFS: Mounted root (nfs filesystem) on device 0:12.
Freeing init memory: 244K
init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
android_usb: already disabled
android_usb: already disabled
mtp_bind_config
adb_bind_config
adb_open
input: eCompass as /devices/virtual/input/input9
root@android:/ # eth0: no IPv6 routers present
imx-ipuv3 imx-ipuv3.0: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
warning: `zygote' uses 32-bit capabilities (legacy support in use)
request_suspend_state: wakeup (3->0) at 79420332679 (2013-08-15 19:39:25.669813677 UTC)
init: untracked pid 2310 exited
init: untracked pid 2315 exited
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
request_suspend_state: wakeup (0->0) at 106990319682 (2013-08-15 19:39:53.239801013 UTC)
init: untracked pid 2621 exited
init: untracked pid 2622 exited
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
ERROR: v4l2 capture: slave not found!
I've checked the mounted filesystems and everything seems OK:
root@android:/ # mount
rootfs / rootfs rw 0 0
192.168.233.1:/tftpboot/rootfs-sabresd_6dq/ / nfs rw,relatime,vers=2,rsize=4096,wsize=4096,namlen=255,hard,nolock,proto=udp,timeo=11,retrans=3,sec=sys,mountaddr=192.168.233.1,mountvers=1,mountproto=udp,local_lock=all,addr=192.168.233.1 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/secure tmpfs rw,relatime,mode=700 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/shm tmpfs rw,relatime,size=1024k,mode=775,uid=1000,gid=1003 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
none /sys/kernel/debug debugfs rw,relatime 0 0
root@android:/ #
Have you any Idea on what could cause teh Zygote to crash unexpectedy?
Thanks in advance for any hint,
Bernard