From cec4f1a11dbb9ad3ef0e5ef6bf63914e48b142fd Mon Sep 17 00:00:00 2001 From: Dominic Spill Date: Thu, 27 Oct 2016 12:47:26 -0600 Subject: [PATCH] Update readme to reflect DFU changes --- firmware/README | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/firmware/README b/firmware/README index 89d31a7f..6ded0231 100644 --- a/firmware/README +++ b/firmware/README @@ -42,15 +42,7 @@ 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 after the 3V3 LED illuminates. -With dfu-util and dfu-suffix (from the dfu-util package) installed and with the -HackRF operating in DFU mode, you can build firmware for RAM and load it with: - -$ cd hackrf_usb -$ mkdir build -$ cd build -$ cmake .. -DRUN_FROM=RAM -$ make hackrf_usb-program - -Alternatively you can load a .dfu file from a release package with: +A .dfu file is built by default when building firmware. Alternatively you can +load a known good .dfu file from a release package with: $ dfu-util --device 1fc9:000c --alt 0 --download hackrf_usb_ram.dfu