File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright 2024 NXP
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
+ board_runner_args (linkserver "--device=MCXW716CxxxA:FRDM-MCXW71" )
4
5
board_runner_args (jlink "--device=mcxw716" "--reset-after-load" )
5
6
7
+ include (${ZEPHYR_BASE} /boards/common/linkserver.board.cmake )
6
8
include (${ZEPHYR_BASE} /boards/common/jlink.board.cmake )
Original file line number Diff line number Diff line change @@ -91,6 +91,16 @@ Configuring a Debug Probe
91
91
A debug probe is used for both flashing and debugging the board. This board is
92
92
configured by default to use the MCU-Link CMSIS-DAP Onboard Debug Probe.
93
93
94
+ Using LinkServer
95
+ ----------------
96
+
97
+ Linkserver is the default runner for this board, and supports the factory
98
+ default MCU-Link firmware. Follow the instructions in
99
+ :ref: `mcu-link-cmsis-onboard-debug-probe ` to reprogram the default MCU-Link
100
+ firmware. This only needs to be done if the default onboard debug circuit
101
+ firmware was changed. To put the board in ``DFU mode `` to program the firmware,
102
+ short jumper J5.
103
+
94
104
Using J-Link
95
105
------------
96
106
You can’t perform that action at this time.
0 commit comments