ESP32 S2 - Filesystem is empty after some time
Hello, i'm working on an ESP32 S2 (WROOM) for a project under MicroPython, the firmware I use is the following: GENERIC_S2-20220117-v1.18.bin
The problem being that the filesystem has completely disappeared after a few days (10 - 15 days) I manage to connect to the REPL but when: ampy --port COM8 ls the filesystem is empty.
My filesystem once the map is functional is composed of .py files including main.py and three libraries and files
.json for configuration.
I do not understand why my filesystem is deleted like this, my program does not fill the memory or create files that could saturate the filesystem itself.
The problem does not seem to come from my program.
I post my problem here because it can come from the MicroPython firmware.
I tried with three different cards and the same thing happens, the card works for a few days, after nothing the filesystem is empty.
Thanks in advance.
Finish off UF2 build support for MP at least for the ESP32-S2/S3 port
@dpgeorge @mattytrentini Can we please finish off the work needed to get UF2 builds out of MP?
From my understanding, it's just the renaming of the FS partition so that the UF2 bootloader can find it is all that's needed?
Mat already got the uf2 build part done.
I feel this is REALLY important to make happen and quickly.
Thanks!