mirror of https://github.com/g4klx/MMDVM.git
Adding GPIO sequence to enter serial bootloader mode (F446)
This commit is contained in:
parent
edc53fc347
commit
ff8bf96abb
4
Makefile
4
Makefile
|
@ -175,11 +175,11 @@ endif
|
||||||
|
|
||||||
deploy-pi:
|
deploy-pi:
|
||||||
ifneq ($(wildcard /usr/local/bin/stm32flash),)
|
ifneq ($(wildcard /usr/local/bin/stm32flash),)
|
||||||
/usr/local/bin/stm32flash -w bin/outp.bin -g 0x0 /dev/ttyAMA0
|
/usr/local/bin/stm32flash -w bin/outp.bin -g 0x0 -R -i 20,-21,21:-20,21 /dev/ttyAMA0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(wildcard /usr/bin/stm32flash),)
|
ifneq ($(wildcard /usr/bin/stm32flash),)
|
||||||
/usr/bin/stm32flash -w bin/outp.bin -g 0x0 /dev/ttyAMA0
|
/usr/bin/stm32flash -w bin/outp.bin -g 0x0 -i 20,-21,21:-20,21 /dev/ttyAMA0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Export the current git version if the index file exists, else 000...
|
# Export the current git version if the index file exists, else 000...
|
||||||
|
|
Loading…
Reference in New Issue