virtual SPIFFS in APP partition
Posted: Wed Apr 19, 2023 3:01 pm
Hi, is it possible to embed read-only SPIFFS into APP partition?
Unfortunately, the device has been already shipped to client, but there is a request for some updates, which can be solved by OTA update, but the device doesn't have SPIFFS partition created, only 3 APP partitions (factory, ota1, ota2). I need to embed some web files and it would be easier if I could access them by their names using fopen() rather than asm symbols. So I could edit just VFS path to read file from SD card, or embedded one.
Unfortunately, the device has been already shipped to client, but there is a request for some updates, which can be solved by OTA update, but the device doesn't have SPIFFS partition created, only 3 APP partitions (factory, ota1, ota2). I need to embed some web files and it would be easier if I could access them by their names using fopen() rather than asm symbols. So I could edit just VFS path to read file from SD card, or embedded one.