Current Lua downloadable firmware will be posted here

User avatar
By Mateusz Sobalski
#56782 Hi,
I have issue with write new firmware.
I do every thing like in instruction.
i have esp-03.
i do like below
esptool.py --port COM16 --baud 115200 erase_flash
after complit
esptool.py --port COM16 --baud 115200 write_flash -fm qio -fs 4m 0x00000 nodemcu20161005.bin 0x7C000 esp_init_data_default.bin
2 times write 100%
and when i change to normal mode (gpio relase)
esp send somting continusly over serial interface.

but when i write older firmware like 9.6 ; 9.5 ; 9.4 every thing work fine.

can sombody help me?? i spend 2 days for it without any solved.

best regards
Sobal
User avatar
By marcelstoer
#56822
Mateusz Sobalski wrote:
Code: Select allesptool.py --port COM16 --baud 115200 write_flash -fm qio -fs 4m 0x00000 nodemcu20161005.bin 0x7C000 esp_init_data_default.bin


That looks correct for modules with 512kB flash size. I assume you followed http://nodemcu.readthedocs.io/en/master ... g-firmware.

Could it be that the NodeMCU version does not match the esp_init_data_default.bin version? Is nodemcu20161005.bin from the current NodeMCU master branch? How was that binary built?
User avatar
By Mateusz Sobalski
#56852 I do every thing step by step use to difrent type of flashing program

Now i solve problem
I do like this:
esptool.py --port COM16 --baud 115200 write_flash -fm qio -fs 4m 0x00000 nodemcu20161005.bin 0x7C000 esp_init_data_default.bin 0x3fc000 esp_init_data_default.bin

erase program dont solvd problem, only write to both memory alocation.

plis close topic