whitefox icon indicating copy to clipboard operation
whitefox copied to clipboard

dfu-util does currently only support DFU version 1.0

Open breckan opened this issue 9 years ago • 0 comments

When I run "make program" this is what is spit out:

dfu-util -D build/ch.bin dfu-util 0.5

(C) 2005-2008 by Weston Schmidt, Harald Welte and OpenMoko Inc. (C) 2010-2011 Tormod Volden (DfuSe support) This program is Free Software and has ABSOLUTELY NO WARRANTY

dfu-util does currently only support DFU version 1.0

unable to initialize libusb: -99 make: *** [program] Error 1

Any advice/solutions?

Removed dfu 1.0 and installed dfu-util-0.5 and still not getting anything:

../whitefox$ make program dfu-util -D build/ch.bin make: dfu-util: Command not found make: *** [program] Error 127

breckan avatar Feb 05 '17 18:02 breckan