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 This parse now also /boot/ from flash and works much much more reliably than accessing the sd card (flash works all the time, sd card is not always detected). Maybe you can also change the kernel parameters of Qi with a hex editor and save recompiling step? Jens _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
