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

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Erase Flash memory:
Option 1:
python -m esptool --chip esp32 --port COM6 --baud 115200 --after hard_reset erase_flash
Option 2:
python -m esptool --port COM15 write_flash_status --non-volatile 0

rabindrasharma
Автор

having the commands pasted in the video description would have been a nice touch

justind
Автор

Thank you for this, I had the same problem. Unfortunately neither of the lines helped but I figured out my problem. At the same time I was trying to flash over the serial port, I had my ESP-PROG hardware debugging board plugged in. When I removed the ESP-PROG, the serial flash worked. I hope others with the same problem can see this comment.

MikesTropicalTech
Автор

python -m esptool --port COM4 write_flash_status --non-volatile 0
Thanks you. This solved my problem, just make sure have install python and esptool and closed the arduino IDE before run the command.

fqccydm
Автор

ive found what was causing the MD5 error. It was the 3.3V pin in the ESP.
When loading the code on your ESP, make sure to disconect any external device/component conected in the 3.3V pin.
When something is using power from the ESP through this pin, it makes the flash memory cause error and corrupt data.

gabrieltrindade
Автор

After searching for this solution for 2 years, finally you solved my problem, thank you very much for your help. Great job.

shamsheralamraja
Автор

Thanks you so much.
This solved my problem: python -m esptool --port COM3 write_flash_status --non-volatile 0

FabrizioBiscossi
Автор

Salvaste mi ESP32!!! Muchas gracias desde Venezuela!

jonathanleonardobolivargar
Автор

Thank you so much sir 😊
I was thinking that my esp32 development board has been destroyed

sudhanshushekhar
Автор

I do the same thing, but the problem not resold please give me the solution

-Gangsterr-blbs
Автор

Perfect Worked exactly as explained, Thanks for taking the time to share!

perryscopevids
Автор

Very helpful. I dont have to waste an ESP32 board now. It works again! Thank you 🙂

hirnamputierter
Автор

Thank you so much! This worked for me for the ESP32 TTGO

arnold_nl
Автор

Thank you, your video saved my device ESP32Cam

Friendroid
Автор

in my case cmd is showing
A fatal error occurred: Could not open COM3, the port doesn't exist

Though I have checked multiple time, esp was connected to com3

mahbubulhaque
Автор

python -m esptool --chip esp32 --port COM4 --baud 115200 --after hard_reset erase_flash

ludwingiturbe
Автор

It is not solving my problem, tried both methods but no success 😕. Help me resolving this issue!!

hamzo
Автор

Thank you soooo much it really fixed my issue

jeyasuriya
Автор

hi, Thank you for your effort. The second option worked and my problem was solved.

yahyakulunk.
Автор

Crack maquina fiera tifon. Muchas gracias!!!

valentinsgiglio