diff --git a/firmware/bootstrap/Makefile b/firmware/bootstrap/Makefile index 72741808a..11c6c8354 100644 --- a/firmware/bootstrap/Makefile +++ b/firmware/bootstrap/Makefile @@ -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 diff --git a/firmware/bootstrap/hackrf_one_usb_ram.dfu b/firmware/bootstrap/hackrf_one_usb_ram.dfu new file mode 100644 index 000000000..f1426d7f2 Binary files /dev/null and b/firmware/bootstrap/hackrf_one_usb_ram.dfu differ