Skip to content

Commit 3854f23

Browse files
MaureenHelmgalak
authored andcommitted
doc: boards: Edit nxp board and debug probe docs
Incorporates minor documentation edits recommended by David Kinder after PR #14000 was merged. Signed-off-by: Maureen Helm <[email protected]>
1 parent 1eead93 commit 3854f23

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

boards/arm/frdm_k64f/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ path.
233233
Follow the instructions in :ref:`opensda-jlink-onboard-debug-probe` to program
234234
the `OpenSDA J-Link Generic Firmware for V3.2 Bootloader`_. Note that Segger
235235
does provide an OpenSDA J-Link Board-Specific Firmware for this board, however
236-
it is not compatible with the newer DAPLink bootloader.
236+
it is not compatible with the DAPLink bootloader.
237237

238238
Add the argument ``-DOPENSDA_FW=jlink`` when you invoke ``cmake`` or ``west
239-
build`` to override the default runner to from pyOCD to J-Link:
239+
build`` to override the default runner from pyOCD to J-Link:
240240

241241
.. zephyr-app-commands::
242242
:zephyr-app: samples/hello_world

boards/arm/frdm_kl25z/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Follow the instructions in :ref:`opensda-jlink-onboard-debug-probe` to program
150150
the `OpenSDA J-Link FRDM-KL25Z Firmware`_.
151151

152152
Add the argument ``-DOPENSDA_FW=jlink`` when you invoke ``cmake`` or ``west
153-
build`` to override the default runner to from pyOCD to J-Link:
153+
build`` to override the default runner from pyOCD to J-Link:
154154

155155
.. zephyr-app-commands::
156156
:zephyr-app: samples/hello_world

boards/arm/frdm_kw41z/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Follow the instructions in :ref:`opensda-jlink-onboard-debug-probe` to program
169169
the `OpenSDA J-Link FRDM-KW41Z Firmware`_.
170170

171171
Add the argument ``-DOPENSDA_FW=jlink`` when you invoke ``cmake`` or ``west
172-
build`` to override the default runner to from pyOCD to J-Link:
172+
build`` to override the default runner from pyOCD to J-Link:
173173

174174
.. zephyr-app-commands::
175175
:zephyr-app: samples/hello_world

doc/guides/debugging/probes.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ This debug probe is compatible with the following debug host tools:
7979
This probe is realized by programming the OpenSDA microcontroller with DAPLink
8080
OpenSDA firmware. NXP provides `OpenSDA DAPLink Board-Specific Firmwares`_.
8181

82-
Before you program the firmware, make sure to install the debug host tools
83-
first.
82+
Install the debug host tools before you program the firmware.
8483

8584
As with all OpenSDA debug probes, the steps for programming the firmware are:
8685

@@ -118,8 +117,7 @@ recommended when available. Board-specific firmwares are required for i.MX RT
118117
boards to support their external flash memories, whereas generic firmwares are
119118
compatible with all Kinetis boards.
120119

121-
Before you program the firmware, make sure to install the debug host tools
122-
first.
120+
Install the debug host tools before you program the firmware.
123121

124122
As with all OpenSDA debug probes, the steps for programming the firmware are:
125123

@@ -151,8 +149,7 @@ This debug probe is compatible with the following debug host tools:
151149
- :ref:`jlink-debug-host-tools`
152150
- :ref:`openocd-debug-host-tools`
153151

154-
Before you use this debug probe, make sure to install the debug host tools
155-
first.
152+
Install the debug host tools before you program the firmware.
156153

157154
.. _LPCScrypt:
158155
https://www.nxp.com/lpcscrypt

0 commit comments

Comments
 (0)