Crates.io | uf2-util |
lib.rs | uf2-util |
version | 0.1.0 |
source | src |
created_at | 2023-12-16 03:43:50.512711 |
updated_at | 2023-12-16 03:43:50.512711 |
description | A utility for generating an rp2040-compatible uf2 file |
homepage | |
repository | https://github.com/SharpCoder/uf2-util |
max_upload_size | |
id | 1071561 |
size | 18,473 |
uf2-util
is a small utility for generating .uf2 files. This program was designed specifically for the rp2040
and as such it assumes you have two separate binaries. A bootloader that is around 252 bytes, and then some
much larger third-stage binary.
It will automatically calculate and incorporate the bootloader crc checksum into the generated uf2.
Use the cargo package manager to install uf2-util.
cargo install uf2-util
uf2-util --bootrom bootloader.bin --progdata app.bin --out app.uf2
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.