Modify dfu-util For Ubuntu 14.04

From Bitcoin Wiki
Revision as of 03:08, 8 January 2016 by Johnson-Fan (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
#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.