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
+24-23Lines changed: 24 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1719,36 +1719,25 @@ The support has been tested using FRDM-MCXA153 with the onboard MCU-Link configu
1719
1719
This requires the MCXA SDK from the NXP MCUXpresso SDK Builder. We tested using `SDK_2.14.2_MCXA153` and placed into `../NXP/MCXA153` by default (see .config or set with `MCUXPRESSO`).
1720
1720
MCUXpresso SDK Builder
1721
1721
1722
-
### Configuring and compiling
1722
+
### MCX A: Configuring and compiling
1723
1723
1724
-
Copy the example configuration file:
1724
+
Copy the example configuration file and build with make:
1725
1725
1726
-
`cp config/examples/mcxa.config .config`
1727
-
1728
-
Compile via:
1726
+
```sh
1727
+
cp config/examples/mcxa.config .config`
1728
+
make
1729
+
```
1729
1730
1730
-
`make`
1731
-
1732
-
### Loading the firmware
1731
+
### MCX A: Loading the firmware
1733
1732
1734
1733
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
1735
1734
1736
-
Use JLinkExe tool to upload the initial firmware:
1737
-
1738
-
`JLinkExe -if swd -Device MCXA153`
1735
+
Use JLinkExe tool to upload the initial firmware: `JLinkExe -if swd -Device MCXA153`
1739
1736
1740
1737
At the Jlink prompt, type:
1741
1738
1742
1739
```
1743
1740
loadbin factory.bin 0
1744
-
'loadbin': Performing implicit reset & halt of MCU.
1745
-
ResetTarget() start
1746
-
Reset via SYSRESETREQ and reset pin + halt after bootloader
1747
-
ResetTarget() end - Took 111ms
1748
-
AfterResetTarget() start
1749
-
SRAM_XEN set to RWX
1750
-
FLASH and IFR set to RWX
1751
-
AfterResetTarget() end - Took 7.40ms
1752
1741
Downloading file [factory.bin]...
1753
1742
J-Link: Flash download: Bank 0 @ 0x00000000: Skipped. Contents already match
1754
1743
O.K.
@@ -1758,17 +1747,17 @@ Reset or power cycle board.
1758
1747
1759
1748
Once wolfBoot has performaed validation of the partition and booted the D15 Green LED on P3_13 will illuminate.
0 commit comments