Hi,
I am using ATMEGA328P-PU bootloaded with Arduino UNO optiboot. When i press reset button, LED connected on PIN 13 blinks.
When i upload using Arduino IDE and upload blink sketch, LED blinks 3 times but i get below error
avrdude: stk500_getsync(): not in sync: resp=0x00
I have selected Arduino UNO board and serial port is correctly configured.
below is the verbose output i get :: Please help
Binary sketch size: 1,084 bytes (of a 32,256 byte maximum)
C:\Users\ujjwal\Documents\Arduino\arduino-1.0.1\hardware/tools/avr/bin/avrdude -CC:\Users\ujjwal\Documents\Arduino\arduino-1.0.1\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega328p -carduino -P\\.\COM1 -b115200 -D -Uflash:w:C:\Users\ujjwal\AppData\Local\Temp\build1713308693691843524.tmp\Blink.cpp.hex:i
avrdude: Version 5.11, compiled on Sep 2 2011 at 19:38:36
Copyright (c) 2000-2005 Brian Dean,
http://www.bdmicro.com/ Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Users\ujjwal\Documents\Arduino\arduino-1.0.1\hardware/tools/avr/etc/avrdude.conf"
Using Port : \\.\COM1
Using Programmer : arduino
Overriding Baud Rate : 115200
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 done. Thank you.