1 parent 40acbc2 commit fbe7a81Copy full SHA for fbe7a81
1 file changed
esp8266/README.md
@@ -79,6 +79,16 @@ $ make PORT=/dev/ttyUSB0 FLASH_MODE=qio FLASH_SIZE=32m deploy
79
80
The image produced is `build/firmware-combined.bin`, to be flashed at 0x00000.
81
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
92
First start
93
-----------
94
0 commit comments