On Sat, 2009-02-28 at 23:20 +0800, xiangfu wrote: > Hi > On Feb 28, 2009, at 9:08 PM, Daniel.Li wrote: > > Humm,,, it sounds like that u-boot.bin need to be converted to another > > file format with mkudfu tool? > is some kind of mkimage , > the mkudfu is under "u-boot/tools/mkudfu.c"
OK, I got it. I'll study this a little bit late. Thanks. > > > > > > 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? > > http://wiki.openmoko.org/wiki/Dfu-util Yes, I have read it. What I mean is "../../dfu-util/src/dfu-util". As u know it's out of u-boot range. Maybe it's related with local filesystem. So I don't know the idea to create this file. Maybe it should be modified or well documented. > > > > > > 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) > > > > > > > -- Daniel.Li <[email protected]> PALFocus (http://palfocus.oicp.net)
