Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 366 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 366 Bytes

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