Documentation/esp32: The linker scripts now is generated to decided

wether to run from IRAM or Flash based on Kconfig options.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2021-07-26 21:23:40 +02:00
committed by saramonteiro
parent 28b1e35a33
commit 96d093a545
@@ -587,8 +587,7 @@ Running from IRAM is a good debug option. You should be able to load the
ELF directly via JTAG in this case, and you may not need the bootloader. ELF directly via JTAG in this case, and you may not need the bootloader.
NuttX supports a configuration option, CONFIG_ESP32_DEVKITC_RUN_IRAM, that may be NuttX supports a configuration option, CONFIG_ESP32_DEVKITC_RUN_IRAM, that may be
selected for execution from IRAM. This option simply selects the correct selected for execution from IRAM.
linker script for IRAM execution.
Skipping the Secondary Bootloader Skipping the Secondary Bootloader
--------------------------------- ---------------------------------