Sumeet Pal Singh <[EMAIL PROTECTED]> wrote: > Sure the eeprom can be programmed using -U eeprom:w:<yourfilename> > option. but the file needs to be intel hex file or motorola M file.
Not at all. Please read the documentation, it can also be a plain binary file, or values can even be given directly on the command-line. However, both these options are restricted to start writing at address 0 as they don't carry any address information (unlike ihex or srec). -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
