|
下面出现的问题 我模块用的是esp8266-12e的
========================= [SUCCESS] Took 78.05 seconds =========================
INFO Successfully compiled program.
INFO Running: esptool.py --before default_reset --after hard_reset --baud 460800 --chip esp8266 --port /dev/ttyUSB0 write_flash 0x0 config/esp8266/.pioenvs/esp8266/firmware.bin
esptool.py v2.7
Serial port /dev/ttyUSB0
Connecting....
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: 5c:cf:7f:33:b0:8a
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Warning: Could not auto-detect Flash size (FlashID=0x2a2a2a, SizeID=0x2a), defaulting to 4MB
Compressed 397664 bytes to 274007...
Wrote 397664 bytes (274007 compressed) at 0x00000000 in 6.5 seconds (effective 486.2 kbit/s)...
File md5: a0d1196fc8181173a449d83dec561d9e
Flash md5: 379fcc211fe555c2a90804e78480d23b
MD5 of 0xFF is a3733d5bbc0a25bde43e4b83581d6dbc
A fatal error occurred: MD5 of file does not match data in flash!
INFO Upload with baud rate 460800 failed. Trying again with baud rate 115200.
INFO Running: esptool.py --before default_reset --after hard_reset --baud 115200 --chip esp8266 --port /dev/ttyUSB0 write_flash 0x0 config/esp8266/.pioenvs/esp8266/firmware.bin
esptool.py v2.7
Serial port /dev/ttyUSB0
Connecting....
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: 5c:cf:7f:33:b0:8a
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Warning: Could not auto-detect Flash size (FlashID=0x2a2a2a, SizeID=0x2a), defaulting to 4MB
Compressed 397664 bytes to 274007...
Wrote 397664 bytes (274007 compressed) at 0x00000000 in 24.1 seconds (effective 131.9 kbit/s)...
File md5: a0d1196fc8181173a449d83dec561d9e
Flash md5: 379fcc211fe555c2a90804e78480d23b
MD5 of 0xFF is a3733d5bbc0a25bde43e4b83581d6dbc
A fatal error occurred: MD5 of file does not match data in flash!
|
|