raspberrypi / pico-examples

BSD 3-Clause "New" or "Revised" License
2.94k stars 844 forks source link

Add note on writing OTP to enc bootloader #553

Open will-v-pi opened 2 months ago

will-v-pi commented 2 months ago

Add a note on how to write the AES key to OTP to the encrypted bootloader readme - prompted by #552

lurch commented 2 months ago

Would it be sensible for this README to refer people to chapter 10 of https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf for more information about secure boot ?

will-v-pi commented 2 months ago

Maybe chapter 5.10.1 instead, as that has more details on how to actually sign binaries? Or could point to both chapters

lurch commented 2 months ago

Maybe chapter 5.10.1 instead, as that has more details on how to actually sign binaries? Or could point to both chapters

I'll leave that decision entirely up to you, as you understand all of this much better than I do!