-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Somebody in the thread at some point said: | Andy Green wrote: |> Somebody in the thread at some point said: |> |> | i also use dfu-kboot(write by andy) download kboot to "u-boot" |> partition. |> | when i start the GTA02 ,it 's AUX LED always blink and screen go to |> | light. it do not boot , |> | is there something with my GTA02. or which step i am wrong. | if the battery low power , is it may cause this case? | the GTA02 not charge , i always use GTA01 charge the battery , | so i not sure the battery power.
No the red LED blinking means you are actually working OK :-) You have booted Linux then, which panics because your SD Card does not have the ext2 filesystem the default kernel commandline expected. Edit the commandline in ./include/device_configuration.h to use something like (all one line) mtdparts=physmap-flash:-(nor);neo1973-nand:0x00040000(u-boot),0x00040000(u-boot_env),0x00800000(kernel),0x000a0000(splash),0x00040000(factory),0x0f6a0000(rootfs) rootfstype=jffs2 root=/dev/mtdblock6 console=tty0 console=ttySAC2,115200 loglevel=8 init=/sbin/init then it will try to boot the rootfs from normal NAND partition. You will need to correct the partition offsets in mtdparts section so they match the ones from your U-Boot environment. - -Andy -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAkiilA0ACgkQOjLpvpq7dMpObwCfUK08leDn7IklbbJqZlu9DXgw IE4An2O7Dg3+zBChaYuKnq+G/iHuhv50 =cNnv -----END PGP SIGNATURE-----
