mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 20:35:42 +00:00
Update "make program" to specify DFU mode PID, too.
Addresses comment in issue #27.
This commit is contained in:
@@ -49,7 +49,7 @@ release: $(TARGET).bin $(DFU_HACKRF) $(LICENSE)
|
|||||||
rm -f LICENSE
|
rm -f LICENSE
|
||||||
|
|
||||||
program: $(TARGET).bin
|
program: $(TARGET).bin
|
||||||
dfu-util --device 1fc9 --download hackrf_one_usb_ram.dfu --reset
|
dfu-util --device 1fc9:000c --download hackrf_one_usb_ram.dfu --reset
|
||||||
sleep 1s
|
sleep 1s
|
||||||
hackrf_spiflash -w $(TARGET).bin
|
hackrf_spiflash -w $(TARGET).bin
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user