QUERY · ISSUE
Secure boot functionality for esp32
port-esp32
Has secure boot feature on ESP32 been implemented on micropython?. If not then what is the other method to secure the firmware?
CANDIDATE · PULL REQUEST
ports/esp32: Add `MICROPY_BOARD_FROZEN_BOOT_FILE`.
port-esp32
This adds the option to execute custom frozen boot module by defining the macro MICROPY_BOARD_FROZEN_BOOT_FILE. This feature is already available in stm32 and mimxrtrenesas-ra ports.
I think this a useful feature and should be documented and added to other ports too. 👍🏼