Skip to content

Commit c00fe36

Browse files
committed
Fixed LED mapping for mcxw71 in Targets.md
1 parent 57ce4a4 commit c00fe36

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/Targets.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ make
21822182

21832183
### MCX A: Loading the firmware
21842184

2185-
The NXP Freedom MCX W board debugger comes loaded with MCU Link, but it can be updated to JLink.
2185+
The NXP Freedom MCX W board debugger comes loaded with MCU Link, but it can be updated to JLink.
21862186
- Download and install the tool to update MCU Link to support jlink:
21872187
[@NXP: LinkServer for microcontrollers](https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/linkserver-for-microcontrollers:LINKERSERVER#downloads)
21882188

@@ -2255,7 +2255,7 @@ c
22552255
NXP MCXW716 is a Cortex-M33 microcontroller running at 96MHz.
22562256
The support has been tested using FRDM-MCXW716 with the onboard MCU-Link configured in JLink mode.
22572257

2258-
This requires the MCXW SDK from the NXP MCUXpresso SDK Builder. We tested using [mcux-sdk](https://github.com/nxp-mcuxpresso/mcux-sdk) and [CMSIS_5](https://github.com/nxp-mcuxpresso/CMSIS_5)`
2258+
This requires the MCXW SDK from the NXP MCUXpresso SDK Builder. We tested using [mcux-sdk](https://github.com/nxp-mcuxpresso/mcux-sdk) and [CMSIS_5](https://github.com/nxp-mcuxpresso/CMSIS_5)`
22592259
placed under "../NXP". Adjust the MCUXPRESSO and MCUXPRESSO_CMSIS variables in your .config file according to your paths.
22602260

22612261
### MCX W: Configuring and compiling
@@ -2269,7 +2269,7 @@ make
22692269

22702270
### MCX W: Loading the firmware
22712271

2272-
The NXP Freedom MCX W board debugger comes loaded with MCU Link, but it can be updated to JLink.
2272+
The NXP Freedom MCX W board debugger comes loaded with MCU Link, but it can be updated to JLink.
22732273
- Download and install the tool to update MCU Link to support jlink:
22742274
[@NXP: LinkServer for microcontrollers](https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/linkserver-for-microcontrollers:LINKERSERVER#downloads)
22752275

@@ -2292,7 +2292,8 @@ O.K.
22922292
22932293
Reset or power cycle board.
22942294
2295-
Once wolfBoot has performed validation of the partition and booted the D15 Green LED on P3_13 will illuminate.
2295+
The blue led (PA20) will show to indicate version 1 of the firmware has been staged.
2296+
22962297
22972298
### MCX W: Testing firmware update
22982299
@@ -2317,7 +2318,9 @@ echo -n "pBOOT" > trigger_magic.bin
23172318
0xAFFB trigger_magic.bin
23182319
```
23192320

2320-
4) Flash update.bin to 0x13000 (`loadbin update.bin 0x13000`). The D15 RGB LED Blue P3_0 will show if version is > 1.
2321+
4) Flash update.bin to 0x13000 (`loadbin update.bin 0x13000`).
2322+
2323+
Once wolfBoot has performed validation of the partition and staged a firmware with version > 1, the D15 Green LED on PA19 will show.
23212324

23222325
Note: For alternate larger scheme flash `update.bin` to `0x14000` and place trigger_magic.bin at `0x9FFB`.
23232326

@@ -3320,7 +3323,7 @@ make
33203323

33213324
After running the above commands, you should find a file named `final_image.bin` in the root folder of the repository. The image can be flashed directly into the board.
33223325
By default wolfBoot tries to read a wolfBoot image from the SATA drive.
3323-
The drive should be partitioned with a GPT table, wolfBoot tries to load an image saved in the 5th or the 6th partition.
3326+
The drive should be partitioned with a GPT table, wolfBoot tries to load an image saved in the 5th or the 6th partition.
33243327
You can find more details in `src/update_disk.c`. wolfBoot doesn't try to read from a filesystem and the images need to be written directly into the partition.
33253328
This is an example boot log:
33263329
```

0 commit comments

Comments
 (0)