Problem flashing NodeMCU
Posted: Mon Jan 16, 2017 5:30 am
Hi, I just downloaded a new firmware from https://nodemcu-build.com/.
When I'm trying to flash it with this command:
python ./esptool.py --port=/dev/cu.SLAB_USBtoUART write_flash -fm=dio -fs=4MB 0x00000 nodemcu-master-13-modules-2017-01-13-14-43-14-integer.bin
I got this strange error:
Wrote 476019 bytes (309465 compressed) at 0x00000000 in 27.2 seconds (effective 139.8 kbit/s)...
File md5: 342f49a9e607dc928caf70766fa4e5fc
Flash md5: 39596b35e7ce637c28c8e6e7cff254bc
MD5 of 0xFF is 7b10d95352feea3be31a0ee874a109a6
A fatal error occurred: MD5 of file does not match data in flash!
Any suggestion?
Thanks!!
When I'm trying to flash it with this command:
python ./esptool.py --port=/dev/cu.SLAB_USBtoUART write_flash -fm=dio -fs=4MB 0x00000 nodemcu-master-13-modules-2017-01-13-14-43-14-integer.bin
I got this strange error:
Wrote 476019 bytes (309465 compressed) at 0x00000000 in 27.2 seconds (effective 139.8 kbit/s)...
File md5: 342f49a9e607dc928caf70766fa4e5fc
Flash md5: 39596b35e7ce637c28c8e6e7cff254bc
MD5 of 0xFF is 7b10d95352feea3be31a0ee874a109a6
A fatal error occurred: MD5 of file does not match data in flash!
Any suggestion?
Thanks!!