mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-01-20 07:20:20 +01:00
Adding GPIO sequence to init bootloader mode for ZUMSpot (Pi)
This commit is contained in:
parent
1e6f3c7c99
commit
9696ea5458
3
Makefile
3
Makefile
|
|
@ -181,6 +181,9 @@ serial:
|
|||
serial-bl:
|
||||
$(STM32FLASH) -v -w STM32F10X_Lib/utils/bootloader/generic_boot20_pc13.bin -g 0x0 $(devser)
|
||||
$(STM32FLASH) -v -w bin/$(BINBIN) -g 0x0 -S 0x08002000 $(devser)
|
||||
|
||||
zumspot-pi:
|
||||
$(STM32FLASH) -v -w bin/$(BINBIN) -g 0x0 -R -i 20,-21,21:-20,21 /dev/ttyAMA0
|
||||
|
||||
dfu:
|
||||
ifdef devser
|
||||
|
|
|
|||
Loading…
Reference in a new issue