@@ -213,12 +213,12 @@ The image should be of the following format:
213
213
Image header format includes two bytes, ` F1 ` and ` F2 ` , which desribe
214
214
SPI flash parameters that ROM bootloader uses to load the rest of the firmware.
215
215
216
- - Flash mode. F1 byte. Can be ` 0 ` - qio, ` 1 ` - qout, ` 2 ` - dio, ` 3 ` - dout
217
- - FLash size. High 4 bits of F2 byte. For ESP32: ` 0 ` - 1m, ` 1 ` - 2m, ` 2 ` -
218
- 4m, ` 3 ` - 8m, ` 4 ` - 16m. For ESP8266 : ` 0 ` - 512k , ` 1 ` - 256k , ` 2 ` - 1m , ` 3 `
219
- - 2m, ` 4 ` - 4m, ` 8 ` - 8m, ` 9 ` - 16m
220
- - Flash frequency. Low 4 bits of F2 byte. Can be ` 0 ` - 40m, ` 1 ` - 26m, ` 2 ` -
221
- 20m, ` f ` - 80m
216
+ - Flash mode. F1 byte, ` 0 ` : qio, ` 1 ` : qout, ` 2 ` : dio, ` 3 ` : dout
217
+ - FLash size. High 4 bits of F2 byte,
218
+ - for ESP32 : ` 0 ` : 1m , ` 1 ` : 2m , ` 2 ` : 4m , ` 3 ` : 8m, ` 4 ` : 16m
219
+ - for ESP8266: ` 0 ` : 512k, ` 1 ` : 256k, ` 2 ` : 1m, ` 3 ` : 2m, ` 4 ` : 4m, ` 8 ` : 8m, ` 9 ` : 16m
220
+ - Flash frequency. Low 4 bits of F2 byte, ` 0 ` : 40m, ` 1 ` : 26m, ` 2 ` :
221
+ 20m, ` f ` : 80m
222
222
223
223
By default, ` esputil ` fetches flash params ` F1 ` and ` F2 ` from the existing
224
224
bootloader by reading first 4 bytes of the bootloader from flash. It is
0 commit comments