ESP32-WROOM-32 Module

velmurugan7kmvs
Posts: 15
Joined: Mon Jun 29, 2020 9:10 am

ESP32-WROOM-32 Module

Postby velmurugan7kmvs » Sat Apr 02, 2022 6:28 am

Hi All,

Newbie to ESP32 programming.
Accidentally programmed the application firmware bin on the memory location 0x1000 using the following command,
esptool --chip ESP32 -p COM32 --before default_reset --after hard_reset write_flash 0x1000 esp32.bin

Seem i overwritten the bootloader at 0x1000 :(
I am getting the following error from the device continuously,

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371

How to i reprogram the bootloader at 0x1000. Please help.

ESP_Sprite
Posts: 9580
Joined: Thu Nov 26, 2015 4:08 am

Re: ESP32-WROOM-32 Module

Postby ESP_Sprite » Sat Apr 02, 2022 8:17 am

What SDK do you use? If esp-idf, simply run 'idf.py flash'.

allrobot
Posts: 17
Joined: Wed Nov 03, 2021 7:15 am

Re: ESP32-WROOM-32 Module

Postby allrobot » Mon Apr 04, 2022 1:53 pm

Maybe see https://randomnerdtutorials.com/getting ... ith-esp32/

Arduino is suitable for beginners

Who is online

Users browsing this forum: Bing [Bot] and 209 guests