Merge branch 'docs/standardize_bootloader_names_both_en_cn' into 'master'

docs: standardize the names of bootloaders in esp-idf

See merge request espressif/esp-idf!33704
This commit is contained in:
Ren Peiying
2024-10-23 15:28:30 +08:00
40 changed files with 361 additions and 290 deletions

View File

@@ -116,7 +116,7 @@ Generally, try to avoid using the raw SPI flash functions to the "main" SPI flas
SPI Flash Size
--------------
The SPI flash size is configured by writing a field in the software bootloader image header, flashed at offset 0x1000.
The SPI flash size is configured by writing a field in the ESP-IDF second stage bootloader image header, flashed at offset 0x1000.
By default, the SPI flash size is detected by ``esptool.py`` when this bootloader is written to flash, and the header is updated with the correct size. Alternatively, it is possible to generate a fixed flash size by setting :ref:`CONFIG_ESPTOOLPY_FLASHSIZE` in the project configuration.