On Sat, 2009-02-28 at 12:16 +0000, Andy Green wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Somebody in the thread at some point said: > | On Sat, 2009-02-28 at 11:18 +0000, Andy Green wrote: > | Somebody in the thread at some point said: > | | Dear List, > | | I checkout a stable version right form repository. > | | * stable --> origin/stable > | | > | | Compile it and flash to Nand, but it failed with below message. Is there > | | anything that I missed? > | | > | | Any help is appreciated, thanks. > | | > | | BTW, my FR is GTA_v6 HW.(FYI) > | | > | | $ sudo ./flashuboot > | > | and what's the content of ./flashuboot? > | > |> $ cat flashuboot > |> #! /bin/bash > |> ./dfu-util -a u-boot -R -D u-boot.bin > > You need to send the .udfu version, ie, u-boot binary that has been > through the mkudfu utility in U-Boot.
Humm,,, it sounds like that u-boot.bin need to be converted to another file format with mkudfu tool? I search mkdufu tool but get nothing. And I didn't see this file in u-boot folder. I found this, but I can't understand what's it about? cat dfu-uboot #!/bin/bash ../../dfu-util/src/dfu-util -a 1 -d 0x1d50:0x5119 -D u-boot.udfu if [ $? -eq 1 ] ; then ../../dfu-util/src/dfu-util -a 1 -d 0x1d50:0x5120 -D u-boot.udfu ../../dfu-util/src/dfu-util -a 1 -d 0x1d50:0x5119 -D u-boot.udfu fi I'm newbie to this, and I think many newbie, like me, have this question . Would you please help to explain it more detail. Or maybe there is a step by step mannual already, which can guide me though this. If so, a link will be appreciated. Thanks for your time and help on this in advance. > > - -Andy > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org > > iEYEARECAAYFAkmpKxIACgkQOjLpvpq7dMqcZgCfdnVoCKV7XE5YEm+7XZvN0HiO > ugYAoIzUEeIKSUB2PEs1irnmhUThc2zU > =P6Un > -----END PGP SIGNATURE----- -- Daniel.Li <[email protected]> PALFocus (http://palfocus.oicp.net)
