Noob here! Please let me know if this doesn't belong here or something else is wrong with my question.
I have been playing around with arduinos for a few weeks and wanted to try to breadboard micro-controller. I'm trying to burn a bootloader to this one but having problems.
I followed the arduino on a breadboard example exactly (below) (http://arduino.cc/en/Main/Standa...)
The arduino "burn bootloader" function gave me some errors so I tried to burn it from the command line using AVRDUDE and got the same errors (see below).
Is this a problem with me having the wrong chip? Are the ATmega328 and the ATmega328P interchangeable? The ATmega328 is not listed in the AVRDUDE manual
http://www.nongnu.org/avrdude/us...
I bought my programmer on ebay (wrong one?) am running windows 7 (64) and am using these drivers
http://www.protostack.com/downlo...
Any help would be greatly appreciated.
If anyone cares, I eventually want to make something with V-USB from obdev.com