File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed
boards/arm/mimxrt1050_evk Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ if(${CONFIG_BOARD_MIMXRT1050_EVK_QSPI})
10
10
board_runner_args (pyocd "--target=mimxrt1050_quadspi" )
11
11
else ()
12
12
board_runner_args (pyocd "--target=mimxrt1050_hyperflash" )
13
+ board_runner_args (linkserver "--device=MIMXRT1052xxxxB:EVKB-IMXRT1050" )
14
+ include (${ZEPHYR_BASE} /boards/common/linkserver.board.cmake )
13
15
endif ()
14
16
15
17
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
Original file line number Diff line number Diff line change @@ -322,8 +322,23 @@ however the :ref:`pyocd-debug-host-tools` do not yet support programming the
322
322
external flashes on this board so you must reconfigure the board for one of the
323
323
following debug probes instead.
324
324
325
- Option 1: :ref: `opensda-jlink-onboard-debug-probe ` (Recommended)
326
- ----------------------------------------------------------------
325
+ Using LinkServer
326
+ ----------------
327
+
328
+ Install the :ref: `linkserver-debug-host-tools ` and make sure they are in your
329
+ search path. LinkServer works with the default CMSIS-DAP firmware included in
330
+ the on-board debugger.
331
+
332
+ Linkserver is the default runner. You may also se the ``-r linkserver `` option
333
+ with West to use the LinkServer runner.
334
+
335
+ .. code-block :: console
336
+
337
+ west flash
338
+ west debug
339
+
340
+ JLink (on-board): :ref: `opensda-jlink-onboard-debug-probe `
341
+ ----------------------------------------------------------
327
342
328
343
Install the :ref: `jlink-debug-host-tools ` and make sure they are in your search
329
344
path.
@@ -337,8 +352,8 @@ Follow the instructions in `Enable QSPI flash support in SEGGER JLink`_
337
352
in order to support your EVK if you have modified it to boot from QSPI NOR
338
353
flash as specified by NXP AN12108.
339
354
340
- Option 2: :ref: `jlink-external-debug-probe `
341
- -------------------------------------------
355
+ External JLink :ref: `jlink-external-debug-probe `
356
+ ------------------------------------------------
342
357
343
358
Install the :ref: `jlink-debug-host-tools ` and make sure they are in your search
344
359
path.
You can’t perform that action at this time.
0 commit comments