skip nuc flash verify

This commit is contained in:
hathach 2020-01-14 18:19:33 +07:00
parent 4de9439fb1
commit 0c1fff735d
3 changed files with 3 additions and 4 deletions

View File

@ -51,8 +51,7 @@ FREERTOS_PORT = ARM_CM0
JLINK_DEVICE = NUC121SC2AE
JLINK_IF = swd
# Flash using Nuvoton's openocd fork at https://github.com/OpenNuvoton/OpenOCD-Nuvoton
# Please compile and install it from github source
flash: $(BUILD)/$(BOARD)-firmware.elf
openocd -f interface/nulink.cfg -f target/numicroM0.cfg -c "program $< verify reset exit"
openocd -f interface/nulink.cfg -f target/numicroM0.cfg -c "program $< reset exit"

View File

@ -38,4 +38,4 @@ JLINK_IF = swd
# Flash using Nuvoton's openocd fork at https://github.com/OpenNuvoton/OpenOCD-Nuvoton
# Please compile and install it from github source
flash: $(BUILD)/$(BOARD)-firmware.elf
openocd -f interface/nulink.cfg -f target/numicroM0.cfg -c "program $< verify reset exit"
openocd -f interface/nulink.cfg -f target/numicroM0.cfg -c "program $< reset exit"

View File

@ -58,4 +58,4 @@ JLINK_IF = swd
# Flash using Nuvoton's openocd fork at https://github.com/OpenNuvoton/OpenOCD-Nuvoton
# Please compile and install it from github source
flash: $(BUILD)/$(BOARD)-firmware.elf
openocd -f interface/nulink.cfg -f target/numicroM0.cfg -c "program $< verify reset exit"
openocd -f interface/nulink.cfg -f target/numicroM0.cfg -c "program $< reset exit"