A simple (Linux) utility to convert ELF files to HEX (S-Record) files.
- ELF - binary format used on Linux and other OSes.
- HEX - Motorola S-Record format used commonly in the embedded world.
ELF files are very elegant and contain a lot of information. When working on an embedded system the overhead of ELF is commonly more than the amount of memory you have. S-Record files are much more portable here.
[download]
[source]