mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
secure_boot: Enable --no-stub if secure boot enabled
ROM code doesn't allow loader stub to be executed in case secure boot in enabled. Providing --no-stub flag to esptool allows user to flash new firmware, given download mode hasn't been disabled
This commit is contained in:
parent
bbc33583ad
commit
1f5473dd1a
@ -472,6 +472,7 @@ menu "Security features"
|
||||
bool "Enable hardware Secure Boot in bootloader (READ DOCS FIRST)"
|
||||
default n
|
||||
depends on IDF_TARGET_ESP32 || IDF_TARGET_ESP32S2 || ESP32C3_REV_MIN_3
|
||||
select ESPTOOLPY_NO_STUB if !IDF_TARGET_ESP32 && !IDF_TARGET_ESP32S2
|
||||
help
|
||||
Build a bootloader which enables Secure Boot on first boot.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user