Skip to content

honorx/MergeBin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MergeBin

Merge multiple binary files into one file

example

Specified Address

MergeBin 0x00000000@boot.bin 0x00002000@app.bin [firmware.bin]

Follow Previous File (Start At 0x00000000)

MergeBin +@boot.bin +@app.bin [firmware.bin]

options

option description
size (-s) Output file size, default is not specified;
pad (-f) Pad free space with specified byte;
help (-h) Print usage massages;