DFU instructions update

This commit is contained in:
Michael Ossmann
2014-08-21 22:15:32 -06:00
parent 109d11558e
commit 635d429a9a

View File

@ -33,7 +33,7 @@ If you have a Jawbreaker, use BOARD=JAWBREAKER instead.
For loading firmware into RAM with DFU you will also need: For loading firmware into RAM with DFU you will also need:
git://git.openezx.org/dfu-util.git http://dfu-util.gnumonks.org/
To start up HackRF One in DFU mode, hold down the DFU button while powering it To start up HackRF One in DFU mode, hold down the DFU button while powering it
on or while pressing and releasing the RESET button. Release the DFU button on or while pressing and releasing the RESET button. Release the DFU button
@ -44,3 +44,7 @@ HackRF operating in DFU mode, you can build firmware for RAM and load it with:
$ cd hackrf_usb $ cd hackrf_usb
$ make -e BOARD=HACKRF_ONE RUN_FROM=RAM program $ make -e BOARD=HACKRF_ONE RUN_FROM=RAM program
Alternatively you can load a .dfu file from a release package with:
$ dfu-util --device 1fc9:000c --alt 0 --download hackrf_usb_ram.dfu