eerimoq / bincopy

Mangling of various file formats that conveys binary information (Motorola S-Record, Intel HEX, TI-TXT, Verilog VMEM, ELF and binary files).
MIT License
109 stars 38 forks source link

How to convert from HEX to binary? #15

Closed eabase closed 5 years ago

eabase commented 5 years ago

Hi Erik, This is a very cool tool, but the instruction for converting a file from (for example) Intel HEX to binary is missing. How do you do that? Cheers,

eabase commented 5 years ago

Got it: bincopy convert -i ihex <input>.hex -o binary <output>.bin