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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1766,7 +1766,7 @@ O.K.
1766
1766
1767
1767
Reset or power cycle board.
1768
1768
1769
-
Once wolfBoot has performaed validation of the partition and booted the D15 Green LED on P3_13 will illuminate.
1769
+
Once wolfBoot has performed validation of the partition and booted the D15 Green LED on P3_13 will illuminate.
1770
1770
1771
1771
### MCX A: Testing firmware update
1772
1772
@@ -1935,10 +1935,10 @@ Flash Allocation:
1935
1935
Detailed steps can be found at [Readme.md](../IDE/Renesas/e2studio/RA6M4/Readme.md).
1936
1936
1937
1937
## Renesas RZN2L
1938
-
This example demonstrates simple secure firmware boot from extarnal flash by wolfBoot.
1938
+
This example demonstrates simple secure firmware boot from external flash by wolfBoot.
1939
1939
A sample application v1 is securely loaded into internal RAM if there is not higher version in update region. A sample application v2 will be loaded when it is in update region.Both versions behave the same except blinking LED Red(v1) or Yellow(v2). They are compiled by e2Studio and running on the target board.
1940
1940
1941
-
The exmaple uses SPI boot mode with external flash on the evaluation board. On this boot mode, the loader program, which is wolfBoot, is copied to the internal RAM(B-TCM). wolfBoot copies the application program from external flash memory to RAM(System RAM). As final step of wolfBoot the entry point of the copied applicatin program is called if its integrity and authenticity are OK.
1941
+
The example uses SPI boot mode with external flash on the evaluation board. On this boot mode, the loader program, which is wolfBoot, is copied to the internal RAM(B-TCM). wolfBoot copies the application program from external flash memory to RAM(System RAM). As final step of wolfBoot the entry point of the copied application program is called if its integrity and authenticity are OK.
0 commit comments