Guidance for Secure Boot with Raspberry PI and this layer
Does anyone have documentation on how to add the Secure Boot feature?
Links
- Raspberry-Pi-4-Boot-Security.pdf
- [How to use[(https://pip.raspberrypi.com/categories/685-app-notes-guides-whitepapers/documents/RP-003466-WP/Boot-Security-Howto.pdf)
I am also looking for secure boot for PI5. Any steps would help a lot.
I am also looking for this
There exists a tool for provisioning with secure boot + full disk encryption:
https://github.com/raspberrypi/rpi-sb-provisioner
I've been using rpi-sb-provisioner. It works well.
It is built on the techniques here:
https://github.com/raspberrypi/rpi-eeprom/
There exists a tool to provisioning with secure boot + full disk encryption:
https://github.com/raspberrypi/rpi-sb-provisioner
I've been using rpi-sb-provisioner. It works well.
It is built on the techniques here:
https://github.com/raspberrypi/rpi-eeprom/
Thanks! I'll check it out!