File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed
boards/arm/mimxrt1020_evk Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
board_runner_args (pyocd "--target=mimxrt1020" )
8
8
board_runner_args (jlink "--device=MIMXRT1021xxx5A" )
9
+ board_runner_args (linkserver "--device=MIMXRT1021xxxxx:EVK-MIMXRT1020" )
9
10
11
+ include (${ZEPHYR_BASE} /boards/common/linkserver.board.cmake )
10
12
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
11
13
include (${ZEPHYR_BASE} /boards/common/pyocd.board.cmake )
Original file line number Diff line number Diff line change @@ -231,8 +231,23 @@ however the :ref:`pyocd-debug-host-tools` do not yet support programming the
231
231
external flashes on this board so you must reconfigure the board for one of the
232
232
following debug probes instead.
233
233
234
- Option 1: :ref: `opensda-jlink-onboard-debug-probe ` (Recommended)
235
- ----------------------------------------------------------------
234
+ Using LinkServer
235
+ ----------------
236
+
237
+ Install the :ref: `linkserver-debug-host-tools ` and make sure they are in your
238
+ search path. LinkServer works with the default CMSIS-DAP firmware included in
239
+ the on-board debugger.
240
+
241
+ Linkserver is the default runner. You may also se the ``-r linkserver `` option
242
+ with West to use the LinkServer runner.
243
+
244
+ .. code-block :: console
245
+
246
+ west flash
247
+ west debug
248
+
249
+ JLink (on-board): :ref: `opensda-jlink-onboard-debug-probe `
250
+ ----------------------------------------------------------
236
251
237
252
Install the :ref: `jlink-debug-host-tools ` and make sure they are in your search
238
253
path.
@@ -242,8 +257,8 @@ the `OpenSDA J-Link MIMXRT1020-EVK Firmware`_. Check that jumpers J27 and J28
242
257
are **on ** (they are on by default when boards ship from the factory) to ensure
243
258
SWD signals are connected to the OpenSDA microcontroller.
244
259
245
- Option 2 : :ref: `jlink-external-debug-probe `
246
- -------------------------------------------
260
+ External JLink : :ref: `jlink-external-debug-probe `
261
+ -------------------------------------------------
247
262
248
263
Install the :ref: `jlink-debug-host-tools ` and make sure they are in your search
249
264
path.
You can’t perform that action at this time.
0 commit comments