Change Makefile to use local hackrf DFU binary, now included.

This commit is contained in:
Jared Boone 2015-07-08 09:19:55 -07:00
parent e1eea8e08a
commit f2c6452c4c
2 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ all: image.bin
list: $(TARGET).lst $(TARGET_M4).lst $(TARGET_M0).lst
program: image.bin
dfu-util --device 1fc9 --download ~/Desktop/binaries/hackrf-2014.08.1/firmware-bin/hackrf_one_usb_ram.dfu --reset
dfu-util --device 1fc9 --download hackrf_one_usb_ram.dfu --reset
sleep 1s
hackrf_spiflash -w image.bin

Binary file not shown.