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

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

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 the

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 improve upon

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

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

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

DFUScript v0.1 - Script to help flashing

2008-09-12 Thread Shawn Thompson
Community, I got a little bored today and somewhat inspired to write a script to help those flashing their freerunner or 1973 often. dfu-utils has to have a -d argument if you have multiple DFU capable devices on your computer. I got tired of typing out the -d and hex code or copy and

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