Replies: 5 comments 14 replies
-
What type of "reset" are you talking about? Any software and reset on the dev board should not result in a "power loss". That is not to say there might be some drop-out in your 5V supply. Oscilloscope required and monitor 5V and 3V3 supplies during your "reset". Having to save data before the unit shuts-down due to power failure or a reset is another challenge. |
Beta Was this translation helpful? Give feedback.
-
What flash filesystem are you using? If you are using FAT, backup flash and reformat flash with If you are using Littlefs2, possible causes of corruption could be for example problems with the power supply such as low voltage or high frequency noise. Or else a defective flash. |
Beta Was this translation helpful? Give feedback.
-
This sounds very similar to my experience with the Nano RP2040 Connect, which was fixed using a manual format of the partitions |
Beta Was this translation helpful? Give feedback.
-
Which is a big point in its favour. See this note for the reason. |
Beta Was this translation helpful? Give feedback.
-
I have the same problem :
MPY: soft reboot |
Beta Was this translation helpful? Give feedback.
-
I regurlarly see my Arduino Nano ESP32 having it's filesystem corrupted. It always happens after a reset, either giving Unicode error when trying to read my
main.py
file or the whole OS corrupted as withNow, the question is - why do I so regularly have file corruptions? Is it expected to having flash corruptions every ~10 times the board is reset? What can I do to prevent these regular corruptions when it experiences power loss once in a while?
I am only writing error messages to the file system. My power supply is 5.1 V 3.1 A.
Beta Was this translation helpful? Give feedback.
All reactions