From 3cff291f9573db875595257fec9cb4c0fd1396f4 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Wed, 22 Sep 2021 15:37:40 +0530 Subject: [PATCH] bootloader: add note about secure download mode for ESP32 target Closes IDFGH-5857 Closes https://github.com/espressif/esp-idf/issues/7557 --- components/bootloader/Kconfig.projbuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/bootloader/Kconfig.projbuild b/components/bootloader/Kconfig.projbuild index 1ad38ea99a..c3e7f0c127 100644 --- a/components/bootloader/Kconfig.projbuild +++ b/components/bootloader/Kconfig.projbuild @@ -892,6 +892,8 @@ menu "Security features" It is also possible to enable secure download mode at runtime by calling esp_efuse_enable_rom_secure_download_mode() + Note: Secure Download mode is not available for ESP32 (includes revisions till ECO3). + config SECURE_INSECURE_ALLOW_DL_MODE bool "UART ROM download mode (Enabled (not recommended))" help