Replies: 1 comment 8 replies
-
You need to upload the filesystem separately using the tool and method described here: https://arduino-pico.readthedocs.io/en/latest/fs.html#uploading-files-to-the-littlefs-file-system . The files in the |
Beta Was this translation helpful? Give feedback.
8 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.
-
So, I tried to run the LittleFS/FSUpload example.
It would give me an output, like:
but, I never got anything else. So, I hunted for the file "counts.txt" and it wasn't anywhere on my system. I found the "file1.txt" in my
but, there was no counts.txt. So, I put one in there with a value of 100. The program just increased the count to 13. So, I modified the code so that it printed a message if the was no file found (I did the same for the "file1. txt").
This was the output.
So, I don't think this is working the way it seems. So, the Arduino IDE creates the following files in the system /tmp directory.
which files are actually being installed to the Pico (I'm assuming FSUpload.mklittlefs.bin, FSUpload.ino.uf2, and FSUpload.ino.elf created in the /tmp/arduino_build_xxxxx directory)? Is this assumption correct?
Frank
Beta Was this translation helpful? Give feedback.
All reactions