Ethernet Board

Hi,

I purchased some Ethernet Boards for at project. The programming works fine with the cable from FTDI from adafruit - from my Mac. The exact same setup ie. same cable and board - does not program from my XP.

Here is what I know,
Bot computers run the version 22 software and have the modified boards.txt
The serial port is detected on the XP and I can trail my Serial.prints in my program - programmed from the mac - on the XP serial monitor via the software
I updated the driver for the FTDI port on my XP - without change.

So - the serial connection is OK and I get a led blinking when I try to upload

I get this when uploading,

avrdude: stk500_getsync(): not in sync: resp=0xe0
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0xfc

and in verbose mode,

C:\Program Files\arduino\hardware/tools/avr/bin/avrdude -CC:\Program Files\arduino\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -cstk500v1 -P\.\COM11 -b115200 -D -Uflash:w:C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\build922890584750748815.tmp\AstuteBase.cpp.hex:i

avrdude: 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:\Program Files\arduino\hardware/tools/avr/etc/avrdude.conf"

Using Port : \.\COM11
Using Programmer : stk500v1
Overriding Baud Rate : 115200
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=0xe0

avrdude done. Thank you.

This is a generic error. Generally it means your Uno isn't being reset properly before the upload begins.

For anyone with this problem - I never found a solution. Currently I am uploading using an AVR programmer (the Olimex - stk500v2) - and that works.....