Thanks for the reply. I have developed Arduino UNO board using a breadboard and assembled it. I do not have any ATMEGA328 chip with preloaded bootloader, i have 10 blank chips for ATMEGA328-PU and want to bootload it with Arduino UNO hex.
Thanks for the reply. I have developed Arduino UNO board using a breadboard and assembled it. I do not have any ATMEGA328 chip with preloaded bootloader, i have 10 blank chips for ATMEGA328-PU and want to bootload it with Arduino UNO hex.
As fungus suggested, an Uno would make a great programmer since it can be configured to perform as an ISP and then back to other Uno projects. Here is a great sketch that is blazing fast:
For the dedicated types, there is the AVRISP MkII:
And then there is the classic USBtinyISP, it just can't flash over 64k:
If you bootload those chips, you are going to need a USB to UART board like:
He doesn't have a Uno, so those sketches won't help.
@OP you either need to get a programmer (around $20) like the USBtinyISP mentioned above, or buy at least one chip with the bootloader on it. Then you can use it to flash other chips.
I have a programmer that uses AVR911 protocol. I thought I can burn the hex of the bootloader UNO "ATmegaBOOT_168_atmega328" in the path arduino\avr\bootloaders. I can program the chips without bootloader but I cannot burn any bootloader. I'd like to burn original one. I searched a lot but nothing has worked out for me. Any idea?