A little zenity-gui for flashing images to the neo

Rorschach r0rschach at lavabit.com
Mon Aug 11 13:01:09 CEST 2008


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");
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.openmoko.org/pipermail/community/attachments/20080811/5992d8be/attachment.pgp 


More information about the community mailing list