mirror of https://github.com/wolfSSL/wolfBoot.git
commit
f9b92cb6a9
|
@ -116,7 +116,7 @@ For more information on the `wbaurixtool.sh` script, run `./wbaurixtool.sh --hel
|
||||||
- Note that if you already have generated keys, you can use `./wbaurixtool.sh clean` to remove them first
|
- Note that if you already have generated keys, you can use `./wbaurixtool.sh clean` to remove them first
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ./wbaurixtool.sh keygen --sign-algo ecc256 macros
|
$ ./wbaurixtool.sh keygen --sign-algo ecc256 macros lcf
|
||||||
Generating keys with algorithm: ecc256
|
Generating keys with algorithm: ecc256
|
||||||
Keytype: ECC256
|
Keytype: ECC256
|
||||||
Generating key (type: ECC256)
|
Generating key (type: ECC256)
|
||||||
|
@ -126,6 +126,7 @@ Key type : ECC256
|
||||||
Public key slot: 0
|
Public key slot: 0
|
||||||
Done.
|
Done.
|
||||||
Generating macros file with sign_algo=ecc256, hash_algo=sha256
|
Generating macros file with sign_algo=ecc256, hash_algo=sha256
|
||||||
|
Generating LCF file with header_size=256
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install the Infineon TC3xx SDK into the wolfBoot project
|
### Install the Infineon TC3xx SDK into the wolfBoot project
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue