[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gEDA-user: Intel Hex Format



Stephen Williams wrote:

> This sounds a little silly, but I can't find any of my references for
> the Intel hex format. I need to write a reader that can read hex dumps
> so that I can download them into an EZ-USB chip.

I'm not sure what you are trying to do exactly, but objcopy can convert 
it to binary for you (I think).
Try "objcopy --input-target ihex --output-target binary file.hex file.bin"

Regards,
Brendan Simon.