RuntimeError: name too long #14214
Unanswered
skylin008
asked this question in
STM32 / Pyboard
Replies: 2 comments
-
What code are you running in your |
Beta Was this translation helpful? Give feedback.
0 replies
-
Your files are likely being corrupted due to a file write and then power loss. This results in the filesystem being intact, but the files are corrupted on the FAT partition. My guess is you are doing a long write to the flash or SD card and then resetting the power during this write. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used pyboard and rebuild the micropython firmware , the micropython version is : v1.22. I usually used CTRL + D key reset the pboard to debug the python file, any show off error, how to solve this issue, thanks!
MPY: sync filesystems
MPY: soft reboot
RuntimeError: name too long
RuntimeError: name too long
MicroPython v1.22
Beta Was this translation helpful? Give feedback.
All reactions