Arduino uno v3 not load any program.
avrdude: stk500_getsync(): not in sync: resp=0x00
Green and orange led always light. Push Reset button not blink any led.
The RX and TX led is no flashing.
echo test not work.
Windows xp view is "arduino uno" on com 12
Dead 328P-PU or 16u2 ?
ttttkk,try old version IDE, no changes.
If burned 16u2, the computer did not specify how Arduino uno in Device Manager. Am I correct think?
Could there be a problem in 328P-PU?
I can replace it if I buy this chip.
go to \hardware\arduino\boards.txt, find this line "uno.name=Arduino Uno uno.upload.protocol=arduino", replace the protocol=arduino to =stk500.
I don't know if it works on Uno, but it did save me from similar issue with Duemilanove.
I have had the same error, nothing worked. Tried almost every option mentioned.
But the solution for me was simple. I have Windows 7 64-bit.
First remove all drivers and everything wat looks likes al (virtual) USB to COM port driver.
Reboot (its Windows)
Install the right drivers from the Arduino IDE drivers\ map, in my case the 64-bit drivers.
Go to http://www.ftdichip.com/Drivers/VCP.htm make the right choice for your OS and install.
Reboot (not asked but he its Windows)
Then I connected the Arduino en tried to upload the Blink-sketch.
And everything worked as expected.