usedbytes / picowota

A bootloader for OTA WiFi code upload to a Raspberry Pi Pico W
BSD 3-Clause "New" or "Revised" License
116 stars 21 forks source link

authenticate and seal firmware images #10

Open felixdoerre opened 1 year ago

felixdoerre commented 1 year ago

This resolves #6. The security model is as described in that issue:

To use these changes, a corresponding change in https://github.com/usedbytes/serial-flash is required. That I can prepare a PR for, if this change is wanted.