I'm running windows 8 with Arduino 1.0.6 downloading to an Arduino Pro Mini 5v (I have no idea if it's 328 or 168 but it doesn't work in either case).
I have a SolarBotics TTLy FTDI adapter going from the usb cable to the pro mini.
When I plug in the cable, the green light on the FTDI adapter lights up.
When I attempt to send a sketch to the arduino, one of two things happen:
The red and blue buttons blink frantically for a few seconds
The blue light comes on and the red light blinks slowly about six times
In any case, it ends with the "avrdude: stk500_getsync(): not in sync: resp=0x00" error.
I have checked the forums. I have tried this on multiple machines, mac and PC. I'm sure it's the right port--it's the only port on this machine. I've updated serial drivers, I do not have any of the pins attached to anything except the FTDI driver. I have reset several times. In short, I'm stumped.
If anyone has any suggestions I would be extremely grateful. Thank you.
Further information: there does not seem to be any consistency as to which of the two options above will happen, but if I turn on verbose mode they both have the same result:
OK, I figured it out this morning. Turns out I didn't have the pinouts from the FTDI going to the proper pins on the mini. Went through and matched everything up properly and it was a lot happier.