On Thursday 02 September 2010, Joachim Ott wrote: > On 2 September 2010 02:02, Al Johnson <[email protected]> wrote: > > On Wednesday 01 September 2010, Jakob wrote: > >> On 9/1/10, Al Johnson <[email protected]> wrote: > >> > I don't expect the bootloader to make a difference either. I have had > >> > occasions with current shr-u and qi where I have failed to get a fix > >> > quickly, > >> > given up and closed the app, removed the agps data and restarted the > >> > app, and > >> > got a fix quickly. It usually happens when I'm out walking somewhere > >> > with a poorish sky view somewhere unsuitable for debugging... > >> > > >> >> Can someone with Qi show me the > >> >> value of his /proc/cmdline? With my u-boot it is this: > >> >> > >> >> rootfstype=jffs2 root=/dev/mtdblock6 console=ttySAC2,115200 > >> >> console=tty0 loglevel=4 regular_boot > >> >> mtdparts=physmap-flash:-(nor);neo1973-nand:0x00040000(u-boot),0x00040 > >> >> 000 (u- > >> >> boot_env),0x00800000(kernel),0x000a0000(splash),0x00040000(factory),0 > >> >> x0 f6a0 000(rootfs) > >> > > >> > r...@om-gta02 ~ # cat /proc/cmdline > >> > loglevel=4 console=tty0 console=ttySAC2,115200 init=/sbin/init ro > >> > mtdparts=physmap-flash:-(nor);neo1973-nand:0x00040000(qi),0x00040000(d > >> > epr -ub- env),0x00800000(kernel),0x000a0000(depr),0x00040000(identity- > >> > ext2),0x0f6a0000(rootfs) root=/dev/mmcblk0p1 rootdelay=1 loglevel=1 > >> > quiet splash > >> > r...@om-gta02 ~ # cat /boot/append-GTA02 > >> > loglevel=1 quiet splash > >> > _______________________________________________ > >> > Shr-User mailing list > >> > [email protected] > >> > http://lists.shr-project.org/mailman/listinfo/shr-user > >> > >> I made a test yesterday. I flashed the current SHR-U image. After > >> booting gps worked fine. After a suspend it didn't work (time stayed > >> at 1970). After a reboot I instantly got a fix. > >> I also have an old SHR-U from 04/2010 which is working fine (both on > >> uSD) a cat of cmdline of a qi would be interesting (there should be > >> enough people out there with it :) > > > > That's why I included it in my last mail ;-) That's cmdline with qi 2-4-2 > > and shr-u updated a few days ago. > > Your commandline is for a system booted from sd card. I was looking an > example where Qi has booted the system in NAND.
It's almost identical - it changes the location of the rootfs, and can't append anything as it can't read the jffs2 filesystem itself. r...@om-gta02 ~ # cat /proc/cmdline loglevel=4 console=tty0 console=ttySAC2,115200 init=/sbin/init ro mtdparts=physmap-flash:-(nor);neo1973-nand:0x00040000(qi),0x00040000(d epr -ub- env),0x00800000(kernel),0x000a0000(depr),0x00040000(identity- ext2),0x0f6a0000(rootfs) rootfstype=jffs2 root=/dev/mtdblock6 _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
