Hi,
I've found something. When I prepare my rootfs image, initially in
/bin I have a few files like zcat.zip for example.
Now, in that same rootfs, I have a /system/bin folder which contains the
android servicemanager, vold executables, etc.
Upon booting from NAND, the /system/bin folder is pointing to the /bin
folder, rather than the /system/bin folder, which is why /init cannot find
the android binaries.
How can I fix this?
My u-boot command args are as follows:
setenv nandargs setenv bootargs console=${console} vram=${vram}
omapfb.vram=0:8M omapfb.mode=dvi:${dvimode} omapfb.debug=y
omapdss.def_disp=${defaultdisplay} root=/dev/mtdblock4 rw rootfstype=yaffs2
rootwait init=/init
the init file is under / root.
best regards,
Elvis
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
To unsubscribe from this group, send email to
android-porting+unsubscribegooglegroups.com or reply to this email with the
words "REMOVE ME" as the subject.