As Suhas Pharkute wrote:

> When I use avrdude,
> 
> avrdude.exe -p m8 -c avrisp -P com4 (tried with config file too)
> 
> It gives me error get_sync() failed, returned 0x03 , and could not find any
> docs on this error

The AVRISP (which is the name of an original Atmel device) talks
STK500 protocol.  Your device talks AVR910 protocol, so use -c avr910
or maybe -c avr109 instead.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)


_______________________________________________
AVR-chat mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-chat

Reply via email to