Hi, I'm trying to burn this bootloader onto my atmega on a board through the ISP header.
I am using the Arduino as the ISP programmer.
When I use the latest version of the sketch, I get the error:
avrdude: stk500_getsync(): not in sync: resp=0x00
which is pretty generic, and I have no clue what to do with it.
When I use the older version of the ArduinoISP sketch (the version that ships with the 1.0 IDE) I get
avrdude: stk500_paged_write(): (a) protocol error, expect=0x14, resp=0x64
avrdude: stk500_cmd(): programmer is out of sync
which I still don't have a clue.
Does anyone have a solution for this?
The same errors come up both through the IDE and with the command line avrdude.
And to clarify, It is a Reprap Gen 7 board (I dont think this should matter) and I am running it at 20mhz.
Thanks!