Update readme.txt

This commit is contained in:
Espressif Systems
2015-05-29 20:43:17 +08:00
parent ce2ee9deb2
commit ace44aa2ab

View File

@ -1,4 +1,4 @@
1<EFBFBD><EFBFBD>compile options 1¡¢compile options
(1) COMPILE (1) COMPILE
Possible value: gcc Possible value: gcc
@ -27,14 +27,14 @@
Possible value: QIO/QOUT/DIO/DOUT Possible value: QIO/QOUT/DIO/DOUT
Default value: QIO Default value: QIO
(4) SPI_SIZE (4) SPI_SIZE_MAP
Possible value: 256/512/1024/2048/4096 Possible value: 0/2/3/4/5/6
Default value: 512 Default value: 0
For example: For example:
make COMPILE=gcc BOOT=new APP=1 SPI_SPEED=40 SPI_MODE=QIO SPI_SIZE=512 make COMPILE=gcc BOOT=new APP=1 SPI_SPEED=40 SPI_MODE=QIO SPI_SIZE_MAP=0
2<EFBFBD><EFBFBD>You can also use gen_misc to make and generate specific bin you needed. 2¡¢You can also use gen_misc to make and generate specific bin you needed.
Linux: ./gen_misc.sh Linux: ./gen_misc.sh
Windows: gen_misc.bat Windows: gen_misc.bat
Follow the tips and steps. Follow the tips and steps.