Are you programming a 328, or a 328P? a 328 will require some changes/additions to a couple files, but the procedure is just like and other operation with ArduinoISP.
Do you have a crystal/resonator hooked up properly? or are you going to use the internal Osc?
If you have a 328P w/16Mhz clock then just select Uno.
i am trying to burn atmega328p-pu (blank chip)
using an internal oscillator
got the settings in the boards.txt (on mac it is inside the application package....)
uploaded the arduino isp sketch, plugged the 10uf.
set up programmer: arduino as isp
chose board : 328p on a breadboard
now i am trying to burn bootloader on it (for 8mhz)
but on ide 1.0.1 on the "burn bootloader" option i dont have a submenus. i.e : no options like : burn w/ arduino uno
and when i just use burn bootloader, it compiles, but i get:
avrdude: stk500_recv(): programmer is not responding
same for uploading the blink sketch using "upload using programmer"
now i am trying to burn bootloader on it (for 8mhz)
but on ide 1.0.1 on the "burn bootloader" option i dont have a submenus. i.e : no options like : burn w/ arduino uno
After uploading the ArduinoISP sketch to the UNO did you do Tools->Programmer->Arduino as ISP as well as selecting the target (chip to be programmed) in Tools->Board before doing Tools->Burn Bootloader?
yes... i got the general idea, and was able to burn an attiny
the problem is the specific settings - i.e add the board (atmega on breadboard[solved])
and burning it or burning abootloader on it
now i am trying to burn bootloader on it (for 8mhz)
but on ide 1.0.1 on the "burn bootloader" option i dont have a submenus. i.e : no options like : burn w/ arduino uno
After uploading the ArduinoISP sketch to the UNO did you do Tools->Programmer->Arduino as ISP as well as selecting the target (chip to be programmed) in Tools->Board before doing Tools->Burn Bootloader?
sadly yes...
if you dont have other ideas, how can i debug the problem ?
i want to thank you all again, its great that you can have someone that can help.
my background is in software, and its not easy teaching yourself electronics.....
so i really appreciate it