add 0.9.4 pre-build bin
This commit is contained in:
parent
152107feab
commit
3fa2b7e54d
|
@ -0,0 +1,9 @@
|
|||
#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
|
|
@ -0,0 +1,9 @@
|
|||
#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
|
|
@ -0,0 +1,8 @@
|
|||
#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.
|
|
@ -0,0 +1,3 @@
|
|||
#Flash the firmware
|
||||
nodemcu_512k_xxxxx.bin: 0x00000<br />
|
||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue