![](http://forum.arduino.cc/media/technophilia/arduino project/300 rs arduino/DSC00319.JPG)Hello,
I have used Atmega328p chip, (tested the chip and programmed the bootloader with ref to below link
http://www.gammon.com.au/forum/?id=11637....)
I have build breadboard arduino(Standalone)..with ref to the below link
But there was a prob with External crystal oscillator...then i moved to Minimal Circuit (Eliminating the External Clock) with 8 mhz and uploaded the code with arduino board with ref to below link
I have added breadboard.zip (unzipped) to boards.txt and selected ...tools>boards>"ATmega328 on a breadboard (8 MHz internal clock)" when burning the bootloader(uploading the code)
here there is an error..we can see uploading but we are not getting done uploading..with below message
Binary sketch size: 2,660 bytes (of a 30,720 byte maximum) - 8% used
processing.app.debug.RunnerException
at processing.app.debug.BasicUploader.uploadUsingPreferences(BasicUploader.java:126)
at processing.app.Sketch.upload(Sketch.java:1649)
at processing.app.Sketch.exportApplet(Sketch.java:1608)
at processing.app.Sketch.exportApplet(Sketch.java:1580)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2408)
at java.lang.Thread.run(Thread.java:679)
Please help me..thanks in advance...