Skip to content

Commit 86936fc

Browse files
authored
Add note about datasheet
1 parent 1328e02 commit 86936fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bootloaders/encrypted/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ You will need to program your OTP using the generated `otp.json` file in the bui
1515
picotool otp load otp.json
1616
```
1717

18+
> For more information on security see chapter 10 of the [RP2350 datasheet](https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf), and for information on how to sign other binaries to run on a secure chip see chapter 5.10
19+
1820
Then either drag & drop the UF2 files to the device in order (enc_bootloader first, then hello_serial_enc) waiting for a reboot in-between, or run
1921
```bash
2022
picotool load enc_bootloader.uf2

0 commit comments

Comments
 (0)