Hey,
is there any possibility / option, that the EEPROM will not be erased with a new firmware/flash?
I am collecting data during the whole runtime and want to use them further beyond a new flash...
Thanks in advance!
Don't erase EEPROM with new firmware/flash
-
- Posts: 9727
- Joined: Thu Nov 26, 2015 4:08 am
Re: Don't erase EEPROM with new firmware/flash
What EEPROM do you mean? There's no such part in a canonical ESP32 system, although there is flash; that normally wouldn't be entirely erased when uploading new firmware, however. Can you give us some more information about what data you're trying to save, and how you flash your ESP32?
Re: Don't erase EEPROM with new firmware/flash
Sorry, of course.... I mean the flash area (EEPROM emulation), that is accessible with the arduino lib EEPROM.h
I am saving data in a 2D-matrix with EEPROM.put. With EEPROM.get I can access my matrix again after reboot. Everything is fine.
But after re-flash my data is gone
I am saving data in a 2D-matrix with EEPROM.put. With EEPROM.get I can access my matrix again after reboot. Everything is fine.
But after re-flash my data is gone
-
- Posts: 9727
- Joined: Thu Nov 26, 2015 4:08 am
Re: Don't erase EEPROM with new firmware/flash
Ah, gotcha. This is pretty Arduino-specific, so I'll move your post to that forum.
Re: Don't erase EEPROM with new firmware/flash
Hmm is this really arduino specific?
I am just using the lib to get access to the "EEPROM" area, but developing with eclipse/esp-idf.
I had hoped to customize the flash process somehow, so that the "EEPROM" area will not be erased.
I am just using the lib to get access to the "EEPROM" area, but developing with eclipse/esp-idf.
I had hoped to customize the flash process somehow, so that the "EEPROM" area will not be erased.
Re: Don't erase EEPROM with new firmware/flash
NVS is not typically erased during a firmware flash, so this pseudo partition type of "EEPROM" must act a little differently, and that's definitely specific to Arduino.
Interestingly, EEPROM implementation has just been overhauled for the next release to use a normal NVS partition. See https://github.com/espressif/arduino-es ... 78b3a5643b
I'd suggest updating (or waiting for next release), or using the superior Preferences library instead.
Interestingly, EEPROM implementation has just been overhauled for the next release to use a normal NVS partition. See https://github.com/espressif/arduino-es ... 78b3a5643b
I'd suggest updating (or waiting for next release), or using the superior Preferences library instead.
Who is online
Users browsing this forum: No registered users and 81 guests