My code doesn't upload to arduino lilypad.

Hi, I’ve recently bought an Arduino Lilypad that I’m brogramming with “FTDI Basic Breakout - 3.3V”. I’ve done this before without any problem, but with this new one arduino it’s not possible. Here’s the output when I send the sketch in debug mode:

Binary sketch size: 920 bytes (of a 14336 byte maximum)

/home/ubuntu/Desktop/arduino-0018/hardware/tools/avrdude -C/home/ubuntu/Desktop/arduino-0018/hardware/tools/avrdude.conf -v -v -v -v -patmega168 -cstk500v1 -P/dev/ttyUSB0 -b19200 -D -Uflash:w:/tmp/build4700057582393089853.tmp/Blink.cpp.hex:i

avrdude: Version 5.4-arduino, compiled on Oct 22 2007 at 13:15:12

Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/

System wide configuration file is “/home/ubuntu/Desktop/arduino-0018/hardware/tools/avrdude.conf”

User configuration file is “/home/ubuntu/.avrduderc”

User configuration file does not exist or is not a regular file, skipping

Using Port : /dev/ttyUSB0

Using Programmer : stk500v1

Overriding Baud Rate : 19200

avrdude: Send: 0 [30] [20]

avrdude: Send: 0 [30] [20]

avrdude: Send: 0 [30] [20]

avrdude: ser_recv(): programmer is not responding

avrdude: stk500_recv(): programmer is not responding

avrdude: Send: Q [51] [20]

avrdude: ser_recv(): programmer is not responding

avrdude: stk500_recv(): programmer is not responding

I think I could upload the Blink example for the first time, but now I don’t know if the led in pin 13 is blinking because of the bootloader or because of the Blink code.

Any Idea?

Thanks

I’m having the exact same problem, but with OS X instead of Ubuntu.