mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-29 06:01:43 +01:00 
			
		
		
		
	docs: standardize the names of bootloaders in esp-idf
This commit is contained in:
		| @@ -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. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user