Flashing a new FS (as uf2) on the Rpi Pico W #13643
Unanswered
adaptiveaurash
asked this question in
RP2040 / Pico
Replies: 2 comments
-
Likely your uf2 is not using the correct location or size for the filesystem for that port and board I've not tried to just flash the file system, but the results appear the same as for a corrupted file system. I suggest to check these with https://github.com/Josverl/vfs_merge |
Beta Was this translation helpful? Give feedback.
0 replies
-
The solution you suggested is actually better! Much appreciated, I'll give it a go. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys,
I'm trying to flash a new FS on Rpi Pico (as a very quick method to replace all files on a pico) I'm generating a uf2 file with the littlefs following this https://github.com/Gadgetoid/dir2uf2
I can create the uf2 file it sems that is getting flashed (is wiping my old py scripts ) but the new files are refusing to show up.
Is it possible what I'm trying to achieve? (I'm a hardware engineer with some sw knowledge)
Thanks,
A
Beta Was this translation helpful? Give feedback.
All reactions