pycom / pycom-micropython-sigfox

A fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.
MIT License
198 stars 167 forks source link

OSError: 8 when creating/modifying file in GPy 1.20.2.r5 LittleFS #591

Open quentinmissler opened 2 years ago

quentinmissler commented 2 years ago

Hello,

I have a problem with one of my GPy cards with firmware 1.20.2.r5 in LittleFS.

When I try to create or modify a file I get the error : OSError: 8.

I can read the contents of the files without problems.

I have the problem with 2 different cards. The cards worked fine for several weeks before getting this error.

It is also impossible to program a new code with Pymakr (on VsCode), I have the same error:

Failed to write file, trying again...
Failed to write file, trying again...
Failed to write file: 8
quentinmissler commented 2 years ago

Now almost all our cards are blocked and I still don't have a solution...