TinyUF2 in pico-ice-sdk #272
josuah
started this conversation in
Show and tell
Replies: 2 comments 16 replies
-
To be sure, is the license compatible with integration in the pico-ice-sdk? |
Beta Was this translation helpful? Give feedback.
2 replies
-
The way it turned out, the TinyUF2 library we came-up with from your implementation could eventually be integrated directly into TinyUSB, just like it was done for DFU. The TinyUF2 code you implemented is really portable, helping a lot with this. Does it make sense? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, and thank you for this open-source implementation of TinyUF2!
We are using it as part of an SDK, to provide UF2 flashing for an iCE40 FPGA board.
An RP2040 MCU is handling USB and connected to the FPGA (to start and stop it, i/o with it...) and its flash (for programming it).
The TinyUF2 bootloader have been reduced to a "smol" library that is now part of the pico-ice-sdk.
https://github.com/tinyvision-ai-inc/pico-ice-sdk/tree/main/src/tinyuf2
Beta Was this translation helpful? Give feedback.
All reactions