Skip to content

bigcat26/mkimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkimage

Rust

brief

A tool for combining binary files in rust language.

usage

./mkimage \
    -o image.bin \
    -f 0xff \
    u-boot.bin,0x100000 \
    kernel.bin,0x400000 \
    padding,0x300000

About

A tool of making embedded system flash image file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages