Hi,
I have started working on a new project that uses OTA. For the program code this is working fine. It uploads code from the web and runs in new partition.
However, I want to expand the application to include html web files and mp3 files (it is ADF project).
At the moment the html files are in a "web_store" partition in the and mp3 files in "audio" partition.
This works ok if I only want to make changes to the code but if I want to change some of the html elements or mp3 files, what is a good way do this? Like, could I use a rest api to simply get the files and then some function to flash then during run time into the partition?
Thanks
OTA with external reources
-
- Posts: 1708
- Joined: Mon Oct 17, 2022 7:38 pm
- Location: Europe, Germany
Re: OTA with external reources
You can use SPIFFS or FatFS (with wear levelling) to read and write files from/to flash.
Or use "bare-bones" Partition API to write to a partition.
Or use "bare-bones" Partition API to write to a partition.
Re: OTA with external reources
Thanks for your reply.
So, I can use say api rest method to read file to ram then just save to spiffs as a file and make sure my code retrieves data for html and mp3 from spiffs.
So, I can use say api rest method to read file to ram then just save to spiffs as a file and make sure my code retrieves data for html and mp3 from spiffs.
Who is online
Users browsing this forum: Baidu [Spider] and 75 guests