Convert a program to ihx format
ao-elftohex [--output-output.ihx] [--verbose] input.elf
ao-elftohex reads the specified .elf file and writes out a .ihx version.
--output=output.ihx
This specifies the output file (default is stdout)
--verbose
Dumps some debug information.
Keith Packard