Boot loader successful, but not.

Hello,

I am using one of the multitude of tutorials out there to burn a boot loader into an ATMEGA328P.

I have my Board1 (which is the programmer, loaded with ArduinoISP)

On a custom board (lets call it Board2), I have the ATMEGA328P with no program or boot loader on it.

I have connected it correctly (using the ICSP header on Board2)

I then burn the bootloader, and it says at the bottom that it is successful.
However, once I put this chip into an Uno, I can not upload a program because there is no boot loader.

Any thoughts?

bootloader.png

Sorry, but your pictures does not say anything. Post the log from the bootload process, detailed.

Hi Budvar10,

I appreciate your response.

There is however no log information, after I hit Burn Boot loader, it says successful without any log information.

My programmer (UNO) has the Arduino as IPS program.

I plug in the ATMEGA328P using the ICSP pins, with Pin 10 going to reset.

On the Arduino IDE, I make sure I am on the correct Port, and then hit burn bootloader.
It says successfull.

However when I put that Chip into an UNO, and try to upload a program it fails saying:

Sketch uses 3510 bytes (10%) of program storage space. Maximum is 32256 bytes.
Global variables use 370 bytes (18%) of dynamic memory, leaving 1678 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xcb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xcb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xcb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xcb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xcb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xcb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xcb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xcb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xcb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xcb
Problem uploading to board.  See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

Dan

Disregard, this issue solved, new issue arose.

May I ask, how was it resolved?

Looks like incorrect serial speed is used. If standard bootloader is present, Uno L blinks 3x fast after each reset. Does it?
Which bootloader you've selected, which board, clock speed etc. Switch on verbose mode in Preferences for more detailed log and post it.