File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,16 @@ $ make PORT=/dev/ttyUSB0 FLASH_MODE=qio FLASH_SIZE=32m deploy
7979
8080The 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+
8292First start
8393-----------
8494
You can’t perform that action at this time.
0 commit comments