Skip to content

Commit 4e20d5a

Browse files
miyazakhdanielinux
authored andcommitted
addressed review comments
1 parent d9ada91 commit 4e20d5a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

IDE/Renesas/e2studio/RX72N/Readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ export PATH:$PATH:<wolfBoot>/tools/keytools
7575
$ keygen --ecc256 -g ./pri-ecc256.der
7676
```
7777

78-
It generates a pair of private and public key with -g option. The private key is stored
78+
This generates a pair of private and public keys with -g option. The private key is stored
7979
in the specified file. The public key is stored in a key store as a C source code
8080
in "src/keystore.c" soo that it can be compiled and linked with wolfBoot.
8181
If you have an existing key pair, you can use -i option to import the pablic
@@ -153,9 +153,9 @@ $ rx-elf-objcopy.exe -O binary\
153153

154154
### 3-5 Generate Signature for app V1
155155

156-
"sign" command under tools/keytools benerates a signature for the binary with a specified version.
157-
It generates a file contain a partition header and application image. The partition header
158-
contain generated signature and other control fields. Output file name is made up from
156+
The `sign` command under tools/keytools generates a signature for the binary with a specified version.
157+
It generates a file containing a partition header and application image. The partition header
158+
includes the generated signature and other control fields. Output file name is made up from
159159
the input file name and version like app_RenesasRx01_v1.0_signed.bin.
160160

161161
```
@@ -217,7 +217,7 @@ Hit any key to call wolfBoot_success the firmware.
217217
After hitting any key, the application calls wolfBoot_success() to set boot partition
218218
state and wait for any key again.
219219

220-
if you re-start the boot program at this moment,
220+
If you re-start the boot program at this moment,
221221
after checking the integrity and authenticity, it jumps to the application.
222222
You can see the state is Success("00").
223223

@@ -300,4 +300,4 @@ Tail Mgc: ????
300300
Current Firmware Version: 2
301301
```
302302

303-
Not the application behavior is almost identical but the Version is "2" this time.
303+
Note That application behavior is almost identical but the Version is "2" this time.

docs/Targets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ Flash Allocation:
15581558
15591559
```
15601560

1561-
Detail steps can be found at [Readme](../IDE/Renesas/e2studio/RX72N/Readme.md).
1561+
Detailed steps can be found at [Readme](../IDE/Renesas/e2studio/RX72N/Readme.md).
15621562

15631563
## renesas-ra6m4
15641564

@@ -1586,4 +1586,4 @@ Flash Allocation:
15861586
0x000F0000: Swap sector
15871587
```
15881588

1589-
Detail steps can be found at [Readme](../IDE/Renesas/e2studio/RA6M4/Readme.md).
1589+
Detailed steps can be found at [Readme](../IDE/Renesas/e2studio/RA6M4/Readme.md).

0 commit comments

Comments
 (0)