Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rp2040 LittleFS flash_filer mode r+ problem #34

Open
jscrane opened this issue Oct 14, 2024 · 0 comments
Open

rp2040 LittleFS flash_filer mode r+ problem #34

jscrane opened this issue Oct 14, 2024 · 0 comments
Assignees

Comments

@jscrane
Copy link
Owner

jscrane commented Oct 14, 2024

There is a problem with LittleFS as used through the flash_filer on Pico: advancing through the files hangs on the second file. Also:

  • The first file can be loaded OK.
  • Traversing the directory with dir.next() works on its own.

This seems to be down to the use of file mode r+ (opening in mode r is fine). Also it seems to be an interaction with the PicoDVI library --- it isn't seen when not using that library.

@jscrane jscrane self-assigned this Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant