Forum: Mikrocontroller und Digitale Elektronik How do I erase the complete flash of a esp32 cam module?


von Temp (Gast)


Lesenswert?

Hello,
Sorr, that I ask this but I haven't Found anything about how can I erase 
the complete flash of my esp32 modul to have a complete deleted esp32 
modul? To avoid errors?

von Dennis H. (c-logic) Benutzerseite


Lesenswert?

It's possible with esptool.py
esptool.py --port /dev/ttyUSB0 erase_flash
you can delete the complete (Q)SPI-FlashROM-IC.
the esp32 has a small ROM, thats load the bootstrap (or bootloader) etc. 
from this (Q)SPI-FlashROM-IC.
"erase_flash         Perform Chip Erase on SPI flash"

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.