I'm attempting to setup a bootloader for the ATmega8 using the avr109 app note posted here. I'm using the GCC version included in it, along with the WinAVR toolchn.
Using the preprocessor.xls file, I've setup my bootloader to have 1024 words of memory, starting at address 0xc00. The chip runs off the interal RC oscillator at 8MHz, with a baud rate of 19200. I've changed the partcode from 0x77 to 0x76 in order for AVRDUDE to correctly detect it.
The issue ended up being with how I was specifiying the start address. 0xc00 is the word address, and the makefile needed the byte address.
-Matt
_______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list