firmware build instructions with BOARD=

This commit is contained in:
Michael Ossmann
2014-04-24 10:33:21 -06:00
parent be88d2332d
commit 2eaf0c40d9

View File

@ -22,6 +22,15 @@ $ cd firmware/libopencm3
$ make $ make
To build and install a standard firmware image for HackRF One:
$ cd hackrf_usb
$ make -e BOARD=HACKRF_ONE
$ hackrf_spiflash -w hackrf_usb_rom_to_ram.bin
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 git://git.openezx.org/dfu-util.git