Hi,
I recently burned the ATMEGA1284p on an Sanguinololu board. I ordered a
new one and tried to upload a bootloader via AVRDUDE GUIs and Arduino
IDE.
Most GUIs dont support the ATMEGA1284p and the ones who do incl Arduino
give me
1 | avrdude: warning: cannot set sck period. please check for usbasp firmware update.
|
2 | avrdude: Expected signature for ATMEGA1284P is 1E 97 05"
|
AVRDEDUDESS which has ATMEGA1284p support gives me at least this, from
which I interpret that there is a base level of communication.
1 | avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
|
2 | avrdude.exe: AVR device initialized and ready to accept instructions
|
3 |
|
4 | Reading | ################################################## | 100% 0.01s
|
5 |
|
6 | avrdude.exe: Device signature = 0x000102
|
7 | avrdude.exe: Expected signature for ATmega1284P is 1E 97 05
|
I'm running out of ideas so can someone more experienced shed some light
on what the sch period is or what this error means?
Cheers