On Sat, Aug 21, 2010 at 06:51:05PM +0200, Jens Seidel wrote: > On Wed, Aug 18, 2010 at 09:23:35PM +0100, Al Johnson wrote: > > On Wednesday 18 August 2010, Jeffrey Ratcliffe wrote: > > > Given that on NAND, there is no /boot, does Qi take any notice of the > > > contents of /boot/append-GTA[123]? How can I check? > > > > cat /proc/cmdline > > > > Qi doesn't read jffs2 so if your rootfs is in NAND it can't check the > > append > > file. AFAIK the only way to change boot args for rootfs in NAND is to > > recompile Qi. > > Or much more easily: Use qi-bootmenu and replace with a hexeditor in > qi-s3c2442-bootmenu-0.1.udfu > > rootfstype=jffs2 root=/dev/mtdblock6 qi-bootmenu-args="-i /dev/mtdblock6" > lpj=498688 > > with > > rootfstype=jffs2 root=/dev/mtdblock6 rootdelay=9 rootwait > lpj=498688
is rootdelay still usefull with rootwait? Qi built in SHR is using rootwait for some time (but without any rootdelay): http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=658cc049e046b15a4ffe074aaee182dc9415761a Regards, -- Martin 'JaMa' Jansa jabber: [email protected] _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
