Storing file in ESP32 file system
Posted: Tue Jun 13, 2017 7:36 am
Hi,
I have a requirement to do in ESP32,
I want to split 4MB of flash into 2MB+2MB, for code section and file system.
In file system, I want to download files from cloud(internet) and store it. And need to read/write during esp32 running and able send the file to internet when ever required.
Guide me how to implement this in ESP32.
I am using eclipse with tool chain linked with ESP-IDF.
I have a requirement to do in ESP32,
I want to split 4MB of flash into 2MB+2MB, for code section and file system.
In file system, I want to download files from cloud(internet) and store it. And need to read/write during esp32 running and able send the file to internet when ever required.
Guide me how to implement this in ESP32.
I am using eclipse with tool chain linked with ESP-IDF.