-->
Page 1 of 1

something wrong with the firmware (FIXED)

PostPosted: Wed Oct 16, 2019 4:05 am
by juanmol
hi! I' having a lot of problems. I've build a firmware at https://nodemcu-build.com with 1.5.4.1-final branch and file gpio http i2c mqtt net node ow spi tmr uart wifi modules. I flash it with:
esptool.py --port COM17 write_flash -fm dio 0x00000 nodemcu-1.5.4.1-final-12-modules-2019-10-16-07-45-22-integer.bin
all perfect. Then I open esplorer, connect and works. But if i clic on Reset, Reload or any other button, the board freezes and i need to press RST on it. How can i fix it?

Re: something wrong with the firmware

PostPosted: Wed Oct 16, 2019 5:32 am
by juanmol
i've execute first:
esptool.py --port COM17 erase_flash
and then the write_flash and now works perfect!