From df6543073b849e563d82939cfec0f430093516aa Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Tue, 30 Dec 2025 16:28:05 -0500 Subject: [PATCH] Add HackRF Pro to firmware/README --- firmware/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/firmware/README b/firmware/README index 8235e816..50a9e45e 100644 --- a/firmware/README +++ b/firmware/README @@ -28,6 +28,7 @@ $ cmake .. $ make $ hackrf_spiflash -w hackrf_usb.bin +If you have a HackRF Pro, add -DBOARD=PRALINE to the cmake command. If you have a Jawbreaker, add -DBOARD=JAWBREAKER to the cmake command. If you have a rad1o, use -DBOARD=RAD1O instead. @@ -48,9 +49,9 @@ For loading firmware into RAM with DFU you will need: http://dfu-util.sourceforge.net/ -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. +To start up HackRF One or HackRF Pro 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. A .dfu file is built by default when building firmware. Alternatively you can use a known good .dfu file from a release package. Load the firmware into RAM