@@ -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
7979in the specified file. The public key is stored in a key store as a C source code
8080in "src/keystore.c" soo that it can be compiled and linked with wolfBoot.
8181If 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
159159the 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.
217217After hitting any key, the application calls wolfBoot_success() to set boot partition
218218state 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,
221221after checking the integrity and authenticity, it jumps to the application.
222222You can see the state is Success("00").
223223
@@ -300,4 +300,4 @@ Tail Mgc: ????
300300Current 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.
0 commit comments