elf2uf2-rs

Convert ELF files to UF2 format for USB bootloader flashing

brewmacoslinux
Try with needOr install directly
Source

About

Convert ELF files to UF2 for USB Flashing Bootloaders

Commands

elf2uf2-rs

Examples

Convert an ELF file to UF2 format$ elf2uf2-rs firmware.elf firmware.uf2
Convert ELF to UF2 with specific family ID for RP2040$ elf2uf2-rs --family-id 0xe48bff56 firmware.elf firmware.uf2
Display help and available options$ elf2uf2-rs --help