Skip to content

Commit 2e3c5d8

Browse files
jaenrig-ifxactions-user
authored andcommitted
ports/psoc6/boards/../makefile_mtb.mk: Fixed program target.
Signed-off-by: enriquezgarc <[email protected]>
1 parent dd5f9d2 commit 2e3c5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/psoc6/boards/CY8CPROTO-062-4343W/makefile_mtb.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ mpy_program: $(MPY_MAIN_BUILD_DIR)/firmware.hex
8080
@:
8181
$(info )
8282
$(info Programming using openocd ...)
83-
$(OPENOCD_HOME)/bin/openocd -s $(OPENOCD_HOME)/scripts -s bsps/TARGET_APP_CY8CPROTO-062-4343W/config/GeneratedSource -c "source [find interface/kitprog3.cfg]; $(SERIAL_ADAPTER_CMD) ; source [find target/psoc6_2m.cfg]; psoc6 allow_efuse_program off; psoc6 sflash_restrictions 1; program $(MPY_DIR_OF_MAIN_MAKEFILE)/build/firmware.hex verify reset exit;"
83+
$(OPENOCD_HOME)/bin/openocd -s $(OPENOCD_HOME)/scripts -s $(MPY_DIR_OF_MTB_ADAPTER_MAKEFILE)/bsps/TARGET_APP_CY8CPROTO-062-4343W/config/GeneratedSource -c "source [find interface/kitprog3.cfg]; $(SERIAL_ADAPTER_CMD) ; source [find target/psoc6_2m.cfg]; psoc6 allow_efuse_program off; psoc6 sflash_restrictions 1; program $(MPY_DIR_OF_MAIN_MAKEFILE)/build/firmware.hex verify reset exit;"
8484
$(info Programming done.)
8585

8686
# Use this target to program multiple attached target devices

0 commit comments

Comments
 (0)