#Custom UF2
1 messages · Page 1 of 1 (latest)
That makes sense, thanks. I usually nuke things and start from scratch TBH, but I can see why you wouldn't want to do that all the time.
Do you know of any available documentation for doing so? Guessing it's some variation on this: https://learn.adafruit.com/how-to-add-a-new-board-to-circuitpython/overview adding/omitting a few details.
not really. you aren't the first to ask but the other person didn't get it going
the closest thing I know of is the broadcom port
which has to make a fs image to include circuitpython itself
OK, thanks for the input. Looks like I'll need to do some poking around.
you can do it easily with picotool
generate a UF2 that includes the drive, that is
that is, for the purpose of saving/cloning a configuration onto other identical boards
https://github.com/raspberrypi/picotool
picotool save --all my_full_board.uf2