boards: arduino due: add reset after load for Jlink flashing
Force the Arduino Due device to preform a reset after loading the program using JLink, effectively allowing the program to run after west flash. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
c7bb423f3e
commit
d39aa58f10
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
|
||||
include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake)
|
||||
|
||||
board_runner_args(jlink "--device=atsam3x8e" "--speed=4000")
|
||||
board_runner_args(jlink "--device=atsam3x8e" "--speed=4000" "--reset-after-load")
|
||||
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue