Skip to content

Commit

Permalink
Add note about datasheet
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi authored Sep 25, 2024
1 parent 1328e02 commit 86936fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootloaders/encrypted/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ You will need to program your OTP using the generated `otp.json` file in the bui
picotool otp load otp.json
```

> 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
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
```bash
picotool load enc_bootloader.uf2
Expand Down

0 comments on commit 86936fc

Please sign in to comment.