Page 1 of 1

ESP32 DATA STORE

Posted: Thu Mar 03, 2022 2:33 pm
by lx393ale
Hello everyone,
I need to store the read-only data (100kbyte) in a relative firmware address of the file, to be able to update both firmware and data with a single file. Also I must have the ability to update via OTA with the double partition.

I haven't found any help documentation. Can anyone point me to a link or give me a suggestion?

Thanks in advance.

Re: ESP32 DATA STORE

Posted: Thu Mar 03, 2022 9:43 pm
by WiFive

Re: ESP32 DATA STORE

Posted: Fri Mar 04, 2022 10:29 am
by lx393ale
Thanks for reply!
I have another questions: I have a simple .txt files (with some strings) added in CMakesLists.txt like descripted on link in your answer.
There's a way to find this strings in the firmware.bin file generated?

In the future I will have to modify the firmware.bin file to change the strings contained in the .txt file without having to recompile the whole project every time.