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:
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?