Skip to content

Problem to load Pico Little Fs data form IDE 1.8.19 to a Pico 2 W #2738

Answered by earlephilhower
AlainF-ing asked this question in Q&A
Discussion options

You must be logged in to vote

That (obsolete) plug in doesn't really support Pico2. There's a whole new UF2 format requirement and build steps needed. You can migrate to the 2.x IDE and use the supported TypeScript uploader I wrote which works on ESP32, ESP8266, Pico, and Pico2, see the repo.

That said, if you're really stuck on the Java 1.8 IDE from a few years back, adding those commands to the java-run build process isn't too complicated. But it's not something I'll be working on.

Also, FWIW, UF2 files are around 2x the size of the actual binary uploaded. They use some magic FAT-format specific sector-sized packets which have a lot of overhead (but are amazingly compatible across different OS uploads!).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@AlainF-ing
Comment options

@earlephilhower
Comment options

@AlainF-ing
Comment options

Answer selected by AlainF-ing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants