Page 1 of 1

esp32-wroom-32 is it possible to restore to factory?

Posted: Wed Mar 29, 2023 9:37 pm
by guest12345
Hi,

I have accidentally flashed app code to 0x1000 instead of 0x10000. Now bootloader is overwritten and maybe some other partitions. Is it possible to restore to factory state? I couldn't find the bin files for bootloader and partition. The other similar board says - 'ESP-IDF v2.0-3-gbef9896 2nd stage bootloader'

Re: esp32-wroom-32 is it possible to restore to factory?

Posted: Thu Mar 30, 2023 6:24 am
by ESP_Sprite
There's generally no need. If you do 'idf.py flash' (assuming you use esp-idf, arduino etc have equivalents) it'll rewrite the bootloader, the partition table and the app.