1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/sltb001a: reset before flashing

When it was running 'hello-world', the board could not be flashed through
JLinkExe anymore and only through the drag and drop support.

By resetting the board before doing 'loadbin' it can now be flashed
properly.
This commit is contained in:
Gaëtan Harter 2019-02-25 14:09:58 +01:00
parent c439346f6d
commit 777592dff1
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -11,6 +11,7 @@ include $(RIOTMAKE)/tools/serial.inc.mk
# setup JLink for flashing
export JLINK_DEVICE := EFR32MG1PxxxF256
export JLINK_PRE_FLASH = r
include $(RIOTMAKE)/tools/jlink.inc.mk
# add board common drivers