Skip to content

Commit 39a23c4

Browse files
committed
Update readme
1 parent feedffb commit 39a23c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ The image should be of the following format:
213213
Image header format includes two bytes, `F1` and `F2`, which desribe
214214
SPI flash parameters that ROM bootloader uses to load the rest of the firmware.
215215

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
222222

223223
By default, `esputil` fetches flash params `F1` and `F2` from the existing
224224
bootloader by reading first 4 bytes of the bootloader from flash. It is

0 commit comments

Comments
 (0)