mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-01-14 04:19:58 +01:00
add option to flash on orangepi pc\pc plus
Add option to flash on orangepi pc\pc plus on /dev/ttyS3
This commit is contained in:
parent
f74043a040
commit
6dbb436002
13
Makefile
13
Makefile
|
|
@ -476,6 +476,19 @@ mmdvm_hs_hat: zumspot-pi
|
|||
|
||||
mmdvm_hs_dual_hat: zumspot-pi
|
||||
|
||||
hotpot-opipc_opipcplus:
|
||||
ifneq ($(wildcard /usr/local/bin/stm32flash),)
|
||||
/usr/local/bin/stm32flash -v -w bin/$(BINBIN_F1) -g 0x0 -R -i 198,-199,199:-198,199 /dev/ttyS3
|
||||
endif
|
||||
|
||||
ifneq ($(wildcard /usr/bin/stm32flash),)
|
||||
/usr/bin/stm32flash -v -w bin/$(BINBIN_F1) -g 0x0 -R -i 198,-199,199:-198,199 /dev/ttyS3
|
||||
endif
|
||||
|
||||
mmdvm_hs_hat_opi: hotpot-opipc_opipcplus
|
||||
|
||||
mmdvm_hs_dual_hat_opi: hotpot-opipc_opipcplus
|
||||
|
||||
dfu:
|
||||
ifdef devser
|
||||
$(DFU_RST) $(devser) 750
|
||||
|
|
|
|||
Loading…
Reference in a new issue