Skip to content

Commit

Permalink
secure-boot-otp-provisioning: Reword the README.md
Browse files Browse the repository at this point in the history
Change the TUI method description according to the latest Kconfig
wordings.

Meanwhile make the third key generation not optional, to trim the
operation branches.

Signed-off-by: Baocheng Su <[email protected]>
  • Loading branch information
BaochengSu committed Dec 15, 2023
1 parent 14dccea commit b7f9676
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipes-bsp/secure-boot-otp-provisioning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ the second keys is leaked as well, user can switch to use this key.
```shell
openssl req -x509 -newkey rsa:4096 -keyout custMpk.pem -nodes -outform pem -out custMpk.crt -sha256
openssl req -x509 -newkey rsa:4096 -keyout custSmpk.pem -nodes -outform pem -out custSmpk.crt -sha256
# optional the third key
#openssl req -x509 -newkey rsa:4096 -keyout custBmpk.pem -nodes -outform pem -out custBmpk.crt -sha256
openssl req -x509 -newkey rsa:4096 -keyout custBmpk.pem -nodes -outform pem -out custBmpk.crt -sha256
```

> :warning:
Expand Down Expand Up @@ -155,7 +154,7 @@ Above options could also be achieved by:

Then

- select `Firmware image for PG2 devices` as the `Image type`
- select `Firmware images` as the `Image type`
- check `Secure boot` and `OTP provisioning` in `Image features`
- select among `OTP provisioning command type`

Expand Down

0 comments on commit b7f9676

Please sign in to comment.