Skip to content

Commit 63da28c

Browse files
committed
Fixes for spelling and typos.
1 parent b92509a commit 63da28c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

IDE/Renesas/e2studio/RZN2L/Readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1. Overview
44

5-
This example demonstrates simple secure firmware boot from extarnal flash by wolfBoot. The exmaple uses SPI boot mode with external flash on the evaluation board.
5+
This example demonstrates simple secure firmware boot from external flash by wolfBoot. The example uses SPI boot mode with external flash on the evaluation board.
66

77

88
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.
@@ -56,7 +56,7 @@ The switch and jumper settings required to run the sample program from external
5656
|xSPI0 boot mode|Short 2-3|Short2-3|
5757

5858
## 3. Operation Overview
59-
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.
59+
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.
6060

6161
![Operation Overview](./doc/image1.png)
6262

@@ -106,7 +106,7 @@ Open project under IDE/Renesas/e2studio/RZN2L/wolfBoot with e2Studio, and build
106106
+ Open Smart Configurator by clicking copied configuration.xml
107107
+ Click `Generate Project Content` on Smart Configurator
108108
+ Righ click on the project and Open property of the project
109-
+ Go to Cross ARM Lincer
109+
+ Go to Cross ARM Linker
110110
+ Change Script files(-T) from `fsp_xspi0_boot.ld` to `fsp_xspi0_boot_loader.ld`
111111
+ Add/Modify FSP generated code :
112112
+ fsp/src/bsp/cmsis/Device/RENESAS/Source/startup.c
@@ -181,8 +181,8 @@ if BSP_CFG_C_RUNTIME_INIT && !defined(EXTERNAL_LOADER)
181181
}
182182
```
183183

184-
185184
+ Build `wolfBoot` project
185+
186186
### 6) Compile the sample application
187187

188188
Open project under IDE/Renesas/e2studio/RZN2L/app_RZ with e2Studio, and build the project.
@@ -202,8 +202,8 @@ Open project under IDE/Renesas/e2studio/RZN2L/app_RZ with e2Studio, and build th
202202
+ Copy <u>configuration.xml</u> and pincfg under `dummy_application` to `app_RZ`
203203
+ Open Smart Configurator by clicking copied configuration.xml
204204
+ Click `Generate Project Content` on Smart Configurator
205-
+ Righ click on the project and Open property of the project
206-
+ Go to Cross ARM Lincer
205+
+ Right click on the project and Open property of the project
206+
+ Go to Cross ARM Linker
207207
+ Change Script files(-T) from `fsp_xspi0_boot.ld` to `fsp_xspi0_boot_app.ld`
208208
+ Add/Modify FSP generated code :
209209
+ fsp/src/bsp/cmsis/Device/RENESAS/Source/startup.c
@@ -312,8 +312,8 @@ Open project under IDE/Renesas/e2studio/RZN2L/flash_app with e2Studio, and build
312312
+ Select `INTCPU0` interrupts and remove it
313313
+ Click `Generate Project Content` on Smart Configurator
314314
+ Go to `BSP` tab and disable C Runtime Initialization under `RZN2L` on Properties page
315-
+ Righ click on the project and Open property of the project
316-
+ Go to Cross ARM Lincer
315+
+ Right click on the project and Open property of the project
316+
+ Go to Cross ARM Linker
317317
+ Change Script files(-T) from `fsp_xspi0_boot.ld` to `fsp_xspi0_boot_loader.ld`
318318
+ Build `flash_simple_loader` project
319319

@@ -324,7 +324,7 @@ To run the application,
324324
+ Select `J-Link ARM`. Click OK.
325325
+ Select `R9A07G084M04`. Click OK.
326326

327-
This simple application just downloads binaly files defiend in `Flash_section.s` and `Flash_updaet.s` through J-Link Flash Downloader. `Flash_update.s` doesn't includes `the app v2` initially.
327+
This simple application just downloads binary files defined in `Flash_section.s` and `Flash_update.s` through J-Link Flash Downloader. `Flash_update.s` doesn't includes `the app v2` initially.
328328

329329
Flash_update.s
330330

@@ -433,4 +433,4 @@ Example Programs:
433433

434434
[RZ/T2, RZ/N2 Group Device Setup Guide for Flash boot Sample program](https://www.renesas.com/jp/ja/document/scd/rzt2-and-rzn2-group-device-setup-guide-flash-boot-sample-program?language=ja&r=1622651)
435435

436-
[RZ/N2L Group Example of separating loader program and application programprojects](https://www.renesas.com/us/en/document/scd/rzn2l-group-example-separating-loader-program-and-application-program-projects?r=1622651)
436+
[RZ/N2L Group Example of separating loader program and application program projects](https://www.renesas.com/us/en/document/scd/rzn2l-group-example-separating-loader-program-and-application-program-projects?r=1622651)

0 commit comments

Comments
 (0)