Makefile: fix flashboot recipe
This commit is contained in:
parent
cb13fb65de
commit
9dae7b2e7c
@ -90,8 +90,7 @@ flash_dfu: solo.hex bootloader.hex
|
|||||||
# STM32_Programmer_CLI -c port=usb1 -halt -e all --readunprotect
|
# STM32_Programmer_CLI -c port=usb1 -halt -e all --readunprotect
|
||||||
STM32_Programmer_CLI -c port=usb1 -halt -rdu -d all.hex
|
STM32_Programmer_CLI -c port=usb1 -halt -rdu -d all.hex
|
||||||
|
|
||||||
flashboot: solo.hex bootloader.hex
|
flashboot: bootloader.hex
|
||||||
$(VENV) $(merge_hex) solo.hex bootloader.hex all.hex
|
|
||||||
STM32_Programmer_CLI -c port=SWD -halt -e all --readunprotect
|
STM32_Programmer_CLI -c port=SWD -halt -e all --readunprotect
|
||||||
STM32_Programmer_CLI -c port=SWD -halt -d bootloader.hex -rst
|
STM32_Programmer_CLI -c port=SWD -halt -d bootloader.hex -rst
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user