Lua Firmware problem on Esplorer
Posted: Mon Sep 04, 2017 2:12 am
I have download a new lua firmware from the build service and I upload it in my nodemcu(LOLIN). The upload is done correctly (tools for upload Esptool.py). The command which I gave in esptool for upload the firmware is
When I open the ESPplorer and try to communicate with node it says:
I can understand what is mean and how I can solve this.
Have any suggestions?
Code: Select all
esptool.py --port COM6 write_flash -fm dio -fs 32m 0x00000 nodemcu-dev-17-modules-2017-09-03-19-48-56-integer.bin
When I open the ESPplorer and try to communicate with node it says:
Code: Select all
Can't autodetect firmware, because proper answer not received (may be unknown firmware).
Please, reset module or continue.
boot mode:(3,6)
load 0x40100000, len 27016, room 16
tail 8
chksum 0xef
load 0x00000000, len 0, room 0
tail 0
chksum 0xef
load 0x00000000, len 0, room 8
tail 0
chksum 0xef
csum 0xef
csum err
ets_main.c
I can understand what is mean and how I can solve this.
Have any suggestions?