Esp32 flash memory explorer

abansal22
Posts: 105
Joined: Wed Apr 22, 2020 8:24 am

Esp32 flash memory explorer

Postby abansal22 » Sat Nov 21, 2020 9:20 am

Hello,

I was working with esp32 filesystem. I want to transfer files from esp32 flash memory to the pc and vice versa. Do we have any utility to read the flash memory of the esp32?

Thanks in advance.

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

Re: Esp32 flash memory explorer

Postby ESP_Sprite » Sat Nov 21, 2020 3:30 pm

Esptool.py (included in the esp-idf as a submodule) can dump the flash of an attached ESP32. If it contains a filesystem, you'd have to find a way to get the files from there yourself, though.

abansal22
Posts: 105
Joined: Wed Apr 22, 2020 8:24 am

Re: Esp32 flash memory explorer

Postby abansal22 » Sat Nov 21, 2020 3:39 pm

ESP_Sprite wrote:
Sat Nov 21, 2020 3:30 pm
Esptool.py (included in the esp-idf as a submodule) can dump the flash of an attached ESP32. If it contains a filesystem, you'd have to find a way to get the files from there yourself, though.
@esp_sprite : thanks buddy for the speedy reply. Do we have the working example, it will be very helpful.
Thanks in advance!

Who is online

Users browsing this forum: No registered users and 79 guests