You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Targets.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2182,7 +2182,7 @@ make
2182
2182
2183
2183
### MCX A: Loading the firmware
2184
2184
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.
2186
2186
- Download and install the tool to update MCU Link to support jlink:
2187
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
2188
@@ -2255,7 +2255,7 @@ c
2255
2255
NXP MCXW716 is a Cortex-M33 microcontroller running at 96MHz.
2256
2256
The support has been tested using FRDM-MCXW716 with the onboard MCU-Link configured in JLink mode.
2257
2257
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)`
2259
2259
placed under "../NXP". Adjust the MCUXPRESSO and MCUXPRESSO_CMSIS variables in your .config file according to your paths.
2260
2260
2261
2261
### MCX W: Configuring and compiling
@@ -2269,7 +2269,7 @@ make
2269
2269
2270
2270
### MCX W: Loading the firmware
2271
2271
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.
2273
2273
- Download and install the tool to update MCU Link to support jlink:
2274
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
2275
@@ -2292,7 +2292,8 @@ O.K.
2292
2292
2293
2293
Reset or power cycle board.
2294
2294
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.
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.
2321
2324
2322
2325
Note: For alternate larger scheme flash `update.bin` to `0x14000` and place trigger_magic.bin at `0x9FFB`.
2323
2326
@@ -3320,7 +3323,7 @@ make
3320
3323
3321
3324
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.
3322
3325
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.
3324
3327
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.
0 commit comments