esp32 problem: MD5 of file does not match data in flash!

preview_player
Показать описание
I tried:
esptool --chip esp32 --port COM4 --baud 115200 --after hard_reset erase_flash

And
esptool --chip esp32 erase_flash

both option doesnt worked.
What should I do?
Рекомендации по теме
Комментарии
Автор

Wait don't do that
just use this code in Command prompt code below and then try to erase flash it will work I have faced the same issue and fixed my issue with this code


py -3.10 -m esptool --port COM5 write_flash_status --non-volatile 0

GiGa_Side
Автор

This appears like corrupt memory, have one with same problem, need solution....

lazl
Автор

FAIL

Chip is ESP32D0WDQ6 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 4c:11:ae:9c:d6:20
Enabling default SPI flash mode...
Erasing flash (this may take a while)...

A fatal error occurred: ESP32 ROM does not support function erase_flash.

johnyoungieyoung