Is it possible to obtain the uf2 generated? #53
Answered
by
earlephilhower
KBLiveSolutions
asked this question in
Q&A
-
As the title says, is there a way to get the .uf2 that creates the file system, so that I can drop it on multiple RP2040 in a row, and then drop the uf2 of my arduino code? |
Beta Was this translation helpful? Give feedback.
Answered by
earlephilhower
Sep 20, 2024
Replies: 1 comment 3 replies
-
The program outputs all the command lines used, so you can either re-run them manually in a command window or just copy the UF2 file it lists using the GUI or CLI:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, on the 2040 there's no separate UF2 generation step. You can make one using the command line given with
-o filesystem.uf2
option to the uf2conv.py, like