Skip to content

Commit 57ce4a4

Browse files
committed
Fixed Linkserver instructions
1 parent f4d1c02 commit 57ce4a4

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

docs/Targets.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,15 @@ make
21822182

21832183
### MCX A: Loading the firmware
21842184

2185-
The NXP Freedom MCX A board debugger comes loaded with MCU Link, but it can be updated to JLink. See https://docs.nxp.com/bundle/UM12012/page/topics/Updating_MCU_Link_firmware.html
2185+
The NXP Freedom MCX W board debugger comes loaded with MCU Link, but it can be updated to JLink.
2186+
- Download and install the tool to update MCU Link to support jlink:
2187+
[@NXP: LinkServer for microcontrollers](https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/linkserver-for-microcontrollers:LINKERSERVER#downloads)
2188+
2189+
- put the rom bootloader in 'dfu' mode by adding a jumper JP8 (ISP_EN)
2190+
2191+
- run `scripts/program_JLINK` to update the onboard debugger
2192+
2193+
- when the update is complete, remove the jumper in JP8
21862194

21872195
Use JLinkExe tool to upload the initial firmware: `JLinkExe -if swd -Device MCXA153`
21882196

@@ -2261,7 +2269,15 @@ make
22612269

22622270
### MCX W: Loading the firmware
22632271

2264-
The NXP Freedom MCX W board debugger comes loaded with MCU Link, but it can be updated to JLink. See https://docs.nxp.com/bundle/UM12012/page/topics/Updating_MCU_Link_firmware.html
2272+
The NXP Freedom MCX W board debugger comes loaded with MCU Link, but it can be updated to JLink.
2273+
- Download and install the tool to update MCU Link to support jlink:
2274+
[@NXP: LinkServer for microcontrollers](https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/linkserver-for-microcontrollers:LINKERSERVER#downloads)
2275+
2276+
- put the rom bootloader in 'dfu' mode by adding a jumper in JP5 (ISP_EN)
2277+
2278+
- run `scripts/program_JLINK` to update the onboard debugger
2279+
2280+
- when the update is complete, remove the jumper in JP5
22652281

22662282
Use JLinkExe tool to upload the initial firmware: `JLinkExe -if swd -Device MCXW716`
22672283

0 commit comments

Comments
 (0)