Search found 3 matches

by ok8266
Fri Jan 17, 2020 5:05 pm
Forum: ESP8266 boards
Topic: The file system, raw flash and wear levelling
Replies: 5
Views: 3654

Re: The file system, raw flash and wear levelling

@Roberthh: Alright, thanks for the explanation. I'll use littlefs2 then, I now got it built and installed on a test board and it seems to work.
by ok8266
Fri Jan 17, 2020 10:49 am
Forum: ESP8266 boards
Topic: The file system, raw flash and wear levelling
Replies: 5
Views: 3654

Re: The file system, raw flash and wear levelling

Thank you both for the suggestions. I was not aware of the littlefs option for ESP8266 and it seems to be in general a good solution to my problem. For various reasons (deployment...) I still wonder about my idea to preallocate a big file on the current fatfs and then just rewriting parts of it - is...
by ok8266
Thu Jan 16, 2020 10:30 am
Forum: ESP8266 boards
Topic: The file system, raw flash and wear levelling
Replies: 5
Views: 3654

The file system, raw flash and wear levelling

Hi, on a Wemos D1 mini, I want to use the available remaining flash space to regularly store some data and then send it upstream when the conditions permit. I now have a collected a few questions regarding the management of the flash from micropython: Do I understand it correctly that micropython's ...