Skip to content

Commit 1328e02

Browse files
authored
"the page" -> "the OTP page"
1 parent c0a7bba commit 1328e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootloaders/encrypted/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The AES key is just a 32 byte binary file - you can create one with
1010
dd if=/dev/urandom of=privateaes.bin bs=1 count=32
1111
```
1212

13-
You will need to program your OTP using the generated `otp.json` file in the build folder. Note that this will enable secure boot on your device, so only signed binaries can run, and will also lock down the page the AES key is stored in. If you wish to test without enabling secure boot then you can load the `otp.json` file in the source folder, which will just program the AES key and lock down that page.
13+
You will need to program your OTP using the generated `otp.json` file in the build folder. Note that this will enable secure boot on your device, so only signed binaries can run, and will also lock down the OTP page the AES key is stored in. If you wish to test without enabling secure boot then you can load the `otp.json` file in the source folder, which will just program the AES key and lock down that OTP page.
1414
```bash
1515
picotool otp load otp.json
1616
```

0 commit comments

Comments
 (0)