Search found 3 matches

by krono
Sat Jan 12, 2019 7:21 pm
Forum: ESP32 boards
Topic: ESP32 multiple partitions
Replies: 0
Views: 2114

ESP32 multiple partitions

Hello, I'm trying to mount another recovery partition in addition to the default one mounted on "/flash". I'm doing this because I want to restore a configuration file (json), in case of corruption of the primary partition. I can't mount the second volume because I can't see it using uos.listdir() a...
by krono
Wed Dec 19, 2018 6:47 pm
Forum: ESP32 boards
Topic: ESP32 broken filesystem
Replies: 4
Views: 4170

Re: ESP32 broken filesystem

Thanks guys for the quick reply. Unfortunately the host device has been already in production so we can't change the hardware and file is currently closed at the end of each operation and this did not solve the problem. The file is currently in json format, if I avoid writing a file and treat this d...
by krono
Fri Dec 14, 2018 2:54 pm
Forum: ESP32 boards
Topic: ESP32 broken filesystem
Replies: 4
Views: 4170

ESP32 broken filesystem

Hi, i have an esp32 that is plugged into a device from wich he get current and comunicate with it with serial interface. My problem is that when the device lose current and then the esp32 turn on again, sometimes, the filesystem become corrupted. In production this scenario makes it unusable for the...