Skip to content

A utility for generating uf2 files specifically for the rp2040

License

Notifications You must be signed in to change notification settings

SharpCoder/uf2-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uf2-util

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.

Installation

Use the cargo package manager to install uf2-util.

cargo install uf2-util

Usage

uf2-util --bootrom bootloader.bin --progdata app.bin --out app.uf2

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A utility for generating uf2 files specifically for the rp2040

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages