Skip to content

Commit fbe7a81

Browse files
committed
esp8266/README: Add notice about 512K version.
1 parent 40acbc2 commit fbe7a81

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

esp8266/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ $ make PORT=/dev/ttyUSB0 FLASH_MODE=qio FLASH_SIZE=32m deploy
7979

8080
The image produced is `build/firmware-combined.bin`, to be flashed at 0x00000.
8181

82+
__512KB FlashROM version__
83+
84+
The normal build described above requires modules with at least 1MB of FlashROM
85+
onboard. There's a special configuration for 512KB modules, which can be
86+
built with `make 512k`. This configuration is highly limited, lacks filesystem
87+
support, WebREPL, and has many other features disabled. It's mostly suitable
88+
for advanced users who are interested to fine-tune options to achieve a required
89+
setup. If you are an end user, please consider using a module with at least 1MB
90+
of FlashROM.
91+
8292
First start
8393
-----------
8494

0 commit comments

Comments
 (0)