(1)Just built Arduino compatable RBBB (really bare bones board) with serial programming adapter/ (TTL-RS232 converter). Connected LED between pin 13 of Atmega168 and gnd.
(2)Downloaded Arduino-0012 to PC.
(3)Connected power (9v) to RBBB, attached converter/progrmm. adapter between RBBB and serial port, com1, on PC.
(4)Pilot light comes on. pin 13 LED flashes on and off
(5)Booted up Arduino-0012 alpha > SKETCHBOOK > EXAMPLES > DIGITAL > BLINK
(6)Tried uploading to I/O board, but get error: Problem uploading to board . In dark rectangle below BLINK program there are two messages:
(i) avrdude: stk500_get sync(): not in sync: resp+0x00
(ii)avrdude: stk500_disable():protocol error, expect=0x14, resp=0x51
LED connected to pin 13 flashes, but it seems to flash more frequently than one flash per second as BLINK pgm. calls for
I don't think that the pgm BLINK is being uploaded to RBBB.
What is the proper procedure for uploading Arduino programs ?
Thank you
Patrick