Commit 13c69796 authored by funshine's avatar funshine
Browse files

add 1M,2M,4M flash support

parent 0a5bf152
#Flash the firmware
nodemcu_1M_xxxxx.bin: 0x00000<br />
#Or
eagle.app.v6.flash.bin: 0x00000<br />
eagle.app.v6.irom0text.bin: 0x10000<br />
esp_init_data_default.bin: 0xfc000<br />
blank.bin: 0xfe000
#Flash the firmware
nodemcu_2M_xxxxx.bin: 0x00000<br />
#Or
eagle.app.v6.flash.bin: 0x00000<br />
eagle.app.v6.irom0text.bin: 0x10000<br />
esp_init_data_default.bin: 0x1fc000<br />
blank.bin: 0x1fe000
\ No newline at end of file
#Flash the firmware
eagle.app.v6.flash.bin: 0x00000<br />
eagle.app.v6.irom0text.bin: 0x10000<br />
esp_init_data_default.bin: 0x3fc000<br />
blank.bin: 0x3fe000
###ESP8266's bootloader doesn't support flashing a single file 4Mbytes.
\ No newline at end of file
#Flash the firmware
nodemcu_512k_xxxxx.bin: 0x00000<br />
......@@ -5,7 +5,8 @@ version 0.9.2 build 2014-12-19
2014-12-19<br />
**Important** Re-arrange GPIO MAP due to development kit.[New Gpio Map](#new_gpio_map)<br />
Add bitwise operation module.<br />
Modify net.socket:connect() api to accept domain name, auto DNS.
Modify net.socket:connect() api to accept domain name, auto DNS.<br />
Add firmware for flash size 1Mbytes, 2Mbytes, 4Mbytes.
[more change log](https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#change_log)<br />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment