Skip to content

honorx/uf2conv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uf2conv

Microsoft UF2 & BIN format convert tools

example

Convert BIN to UF2

uf2conv firmware.bin [firmware.uf2]

Dump UF2 to BIN

uf2conv -d firmware.uf2 [firmware.bin]

options

option description
dump (-d) Dump UF2 payload to binary;
flags (-f) Set UF2 block flags, default is 0x00000000;
address (-a) Set target address, default is 0x00000000;
identify (-i) Set family identify, default is 0x00000000;
size (-s) Set UF2 block payload size, default is 256 bytes;
fixed (-F) fixed UF2 block payload size if remaining valid data less then expected;
help (-h) Print usage massages;

About

Microsoft UF2 & BIN format convert tools

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors