From 635d429a9a802ca5b4b6dcc9eff8f5fdfe5c0ffc Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Thu, 21 Aug 2014 22:15:32 -0600 Subject: [PATCH] DFU instructions update --- firmware/README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/firmware/README b/firmware/README index 96323e81..42ae0ac8 100644 --- a/firmware/README +++ b/firmware/README @@ -33,7 +33,7 @@ If you have a Jawbreaker, use BOARD=JAWBREAKER instead. 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 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 $ 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