Hi,
I was bored and just wrote a little zenity-gui for flashing images to the neo: 
http://paste.ubuntuusers.de/391300/ .

For the zenity-gui you need of course zenity and a bash-shell. To make the 
progress-bar work you need to patch dfu-util:

$ diff dfu-util/src/sam7dfu-old.c dfu-util/src/sam7dfu.c
111c111
<       printf("Starting download:\n");
---
>       printf("Starting download: [");
148c148
<                       printf("#\n");
---
>                       putchar('#');
157c157
<       printf("finished!\n");
---
>       printf("] finished!\n");

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to