Just a few more points:

    You need to fix up your boot image.  It looks as if you are
mounting the the root filesystem by NFS but you probably don't have /
system in that tree.  You either need to add /system or you need to
change your init.rc to get /system from somewhere.

    If you are getting your partitions from flash, your kernel has two
partitions defined, but Android usually expects 4+ (bootstrap, kernel,
system, data, recovery?).  You either need to make the kernel
partition tables or the boot parameters match your flash layout.

    You won't be able to get the full system running in 64m of ram.
You will see this when everything seems to be running but init crashes
with the cryptic message about something tried to kill it (comes from
a required app dying).

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to