Skip to content

Commit 2befe3a

Browse files
butokkartben
authored andcommitted
boards: nxp: frdm_mcxw71: Add LinkServer runner support
Adds the LinkServer runner support for the FRDM-MCXW71 board. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
1 parent c12030a commit 2befe3a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

boards/nxp/frdm_mcxw71/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright 2024 NXP
22
# SPDX-License-Identifier: Apache-2.0
33

4+
board_runner_args(linkserver "--device=MCXW716CxxxA:FRDM-MCXW71")
45
board_runner_args(jlink "--device=mcxw716" "--reset-after-load")
56

7+
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake)
68
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

boards/nxp/frdm_mcxw71/doc/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@ Configuring a Debug Probe
9191
A debug probe is used for both flashing and debugging the board. This board is
9292
configured 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+
94104
Using J-Link
95105
------------
96106

0 commit comments

Comments
 (0)