I am sure I am doing something stupid but I am trying to generate an eep file for a Tiny 2312 using the following command
avr-objcopy -j .eeprom -O ihex motor.elf motor.eep
but the 1st line of the generated file is invalid (if i am reading it correctly it is specifying an invalid address & I do not know where the data is coming from)
:02000004008179<br /> :10000000FF28632941205761726520323031390061<br /> :10001000493263204D6F746F7220262053657276CB<br /> :100020006F20436F6E74726F6C65722056322E3083<br /> :0100300000CF<br /> :00000001FF</p> <p>
I know I could simply remove this line (& that should be easy to automate) but I would much rather have the file correct in the 1st place.