From 748d29c394fbccdc2ce1669124e14b776dbc0e7d Mon Sep 17 00:00:00 2001 From: "harshal.patil" Date: Fri, 20 Jun 2025 10:50:28 +0530 Subject: [PATCH] fix(bootlaoder): Fix documentation as ESP32 does not support secure download mode --- components/bootloader/Kconfig.projbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bootloader/Kconfig.projbuild b/components/bootloader/Kconfig.projbuild index 36c74875e0..a53b68e388 100644 --- a/components/bootloader/Kconfig.projbuild +++ b/components/bootloader/Kconfig.projbuild @@ -1227,7 +1227,7 @@ 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). + Note: Secure Download mode is not available for ESP32. config SECURE_INSECURE_ALLOW_DL_MODE bool "UART ROM download mode (Enabled (not recommended))"