srecord

Tools for manipulating EPROM load files in various formats

brewmacoslinux
Try with needOr install directly
Source

About

Tools for manipulating EPROM load files

Commands

srec_catsrec_cmpsrec_infosrec_inputsrec_output

Examples

Convert Intel HEX file to Motorola S-record format$ srec_cat input.hex -Intel -o output.srec -Motorola
Display information about an S-record file$ srec_info firmware.srec
Combine multiple EPROM files and fill gaps with a pattern$ srec_cat file1.srec file2.srec -o combined.srec -fill 0xff