Skip to content

Commit

Permalink
addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
miyazakh authored and danielinux committed Jun 10, 2023
1 parent d9ada91 commit 4e20d5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions IDE/Renesas/e2studio/RX72N/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $ export PATH:$PATH:<wolfBoot>/tools/keytools
$ keygen --ecc256 -g ./pri-ecc256.der
```

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

### 3-5 Generate Signature for app V1

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

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

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

Expand Down Expand Up @@ -300,4 +300,4 @@ Tail Mgc: ????
Current Firmware Version: 2
```

Not the application behavior is almost identical but the Version is "2" this time.
Note That application behavior is almost identical but the Version is "2" this time.
4 changes: 2 additions & 2 deletions docs/Targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@ Flash Allocation:
```

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

## renesas-ra6m4

Expand Down Expand Up @@ -1586,4 +1586,4 @@ Flash Allocation:
0x000F0000: Swap sector
```

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

0 comments on commit 4e20d5a

Please sign in to comment.