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 11# Copyright 2024 NXP
22# SPDX-License-Identifier: Apache-2.0
33
4+ board_runner_args(linkserver "--device=MCXW716CxxxA:FRDM-MCXW71" )
45board_runner_args(jlink "--device=mcxw716" "--reset-after-load" )
56
7+ include (${ZEPHYR_BASE} /boards/common/linkserver.board.cmake)
68include (${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
9191A debug probe is used for both flashing and debugging the board. This board is
9292configured by default to use the MCU-Link CMSIS-DAP Onboard Debug Probe.
9393
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+
94104Using J-Link
95105------------
96106
You can’t perform that action at this time.
0 commit comments