Hello;
I'm trying to upload sketches to an arduino UNO smd version using the AVRISP, but I've got the following error:
Binary sketch size: 1018 bytes (of a 32256 byte maximum)
C:\Documents and Settings\user\Desktop\arduino-0022\hardware/tools/avr/bin/avrdude -CC:\Documents and Settings\user\Desktop\arduino-0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -cstk500v1 -P\.\COM9 -Uflash:w:C:\DOCUME~1\user\CONFIG~1\Temp\build896045470357879110.tmp\Blink.cpp.hex:iavrdude: Version 5.4-arduino, compiled on Oct 11 2007 at 19:12:32
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/System wide configuration file is "C:\Documents and Settings\User\Desktop\arduino-0022\hardware/tools/avr/etc/avrdude.conf"
Using Port : \.\COM9
Using Programmer : stk500v1
avrdude: ser_open(): setting dtr
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv:
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: Send: Q [51] [20]
avrdude: Recv:
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51avrdude done. Thank you.
I tried the troubleshooting guide, changed the COM port and baud rate on preferences.txt/boards.txt
Arduino is uploading sketches normaly when I use the USB port. But no luck with the AVRISP.
I've connected the AVRISP on the ICSP pins correctly, because AVR studio is working properly.
Any ideias ?