Difference between revisions of "Modify dfu-util For Ubuntu 14.04"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with " #Inside your home directory, download dfu-util git clone git://git.openezx.org/dfu-util.git open dfu-util/src/dfu_load.c add this instruction "[https://en.bitcoin.it/wi...")
 
(No difference)

Latest revision as of 03:08, 8 January 2016

#Inside your home directory, download dfu-util
git clone git://git.openezx.org/dfu-util.git
open dfu-util/src/dfu_load.c
add this instruction "milli_sleep(200);" under line 134
cd dfu-util
./autogen.sh
./configure
make
The resulting binary is dfu-util/src/dfu-util.