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:
parent
c439346f6d
commit
777592dff1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user