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: IDE/Renesas/e2studio/RZN2L/Readme.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## 1. Overview
4
4
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.
6
6
7
7
8
8
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
56
56
|xSPI0 boot mode|Short 2-3|Short2-3|
57
57
58
58
## 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.
60
60
61
61

62
62
@@ -106,7 +106,7 @@ Open project under IDE/Renesas/e2studio/RZN2L/wolfBoot with e2Studio, and build
106
106
+ Open Smart Configurator by clicking copied configuration.xml
107
107
+ Click `Generate Project Content` on Smart Configurator
108
108
+ Righ click on the project and Open property of the project
109
-
+ Go to Cross ARM Lincer
109
+
+ Go to Cross ARM Linker
110
110
+ Change Script files(-T) from `fsp_xspi0_boot.ld` to `fsp_xspi0_boot_loader.ld`
@@ -312,8 +312,8 @@ Open project under IDE/Renesas/e2studio/RZN2L/flash_app with e2Studio, and build
312
312
+ Select `INTCPU0` interrupts and remove it
313
313
+ Click `Generate Project Content` on Smart Configurator
314
314
+ 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
317
317
+ Change Script files(-T) from `fsp_xspi0_boot.ld` to `fsp_xspi0_boot_loader.ld`
318
318
+ Build `flash_simple_loader` project
319
319
@@ -324,7 +324,7 @@ To run the application,
324
324
+ Select `J-Link ARM`. Click OK.
325
325
+ Select `R9A07G084M04`. Click OK.
326
326
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.
328
328
329
329
Flash_update.s
330
330
@@ -433,4 +433,4 @@ Example Programs:
433
433
434
434
[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)
435
435
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