Re: DFUScript v0.1 - Script to help flashing

2008-09-14 Thread Shawn "prjktdtnt" Thompson
Dale, After looking at the source I may actually be able to assist in adding some of the code. I have work today so it would have to be later on. Also a suggestion is instead of telling someone to turn on their device and press ok, allow them to also cancel this action (for people like me w

Re: DFUScript v0.1 - Script to help flashing

2008-09-14 Thread Dale Maggee
Shawn, replies inline. Shawn "prjktdtnt" Thompson wrote: > Dale, > I would be honored to see my code used in a project that serves a > wider audience. I wrote the script mainly for my own use and figured I > would submit it as a community project for those who wanted to use > and/or improv

Re: DFUScript v0.1 - Script to help flashing

2008-09-14 Thread Dale Maggee
Bill, > On my work laptop with an external sun usb keyboard, I get two codes, so > have to specify the FR when flashing. > > I can get a list (dfu-util -l) from it tomorrow afternoon if you wish. > that would be great > ./dfu-util -d 0x1d50:0x5119 -a kernel -R -D uImage > > BillK > Thanks for

Re: DFUScript v0.1 - Script to help flashing

2008-09-14 Thread Shawn "prjktdtnt" Thompson
Dale, I would be honored to see my code used in a project that serves a wider audience. I wrote the script mainly for my own use and figured I would submit it as a community project for those who wanted to use and/or improve upon it. To find multiple DFU devices I would have to type "df

Re: DFUScript v0.1 - Script to help flashing

2008-09-14 Thread Dale Maggee
Shawn, I don't have multiple devices which support DFU, but I'd love to add support for this in my utility, so can you give me some advice on how this might work? - is there a way to list attached devices which are DFU-capable? - how are these hex codes obtained? - since you have them hardcod

Re: DFUScript v0.1 - Script to help flashing

2008-09-13 Thread Shawn "prjktdtnt" Thompson
Minh, I am aware of Dale's work but if you have multiple devices that support DFU then the gui will error out. I have seen the UI and it does look very promising. I may stop using my script and go back to Dale's gui when it supports the ability to select a specific device. I am kind of a CL

Re: DFUScript v0.1 - Script to help flashing

2008-09-13 Thread Minh Ha Duong
Shawn: are you aware of Dale's work ? May I suggest also a link to the script's page from: http://wiki.openmoko.org/wiki/Flashing_the_Neo_FreeRunner#A_script_to_do_all_this_from_a_nice_GUI... Minh ___ Openmoko community mailing list community@lists.ope

Re: DFUScript v0.1 - Script to help flashing

2008-09-12 Thread Shawn Thompson
Quick update: Thanks to Rod Whitby (rwhitby) I corrected some errors on the wiki page and the script itself (FreeRunner not subject to being bricked by u-boot update, etc). The new updated script can be downloaded from http://projects.openmoko.org/projects/dfuscript/ A wiki page with