A Beginner’s Guide To Burning Arduino Bootloaders

arduino_bootloader_burner

When it comes to learning about microcontrollers, everyone has to start somewhere. [Lady Ada] recently posted a tutorial on burning the Arduino bootloader to standalone chips for those just getting started with the micro.

The tutorial cites a common situation, where someone is working on a project using an Arduino chip but they don’t want to sacrifice their dev board when just the micro and a few other components would do just fine. A short list of supplies is required, including an Arduino, a proto shield kit, a ZIF socket, and a blank ATmega chip.

The process is probably pretty straightforward and likely familiar to many of you out there. The ZIF socket is soldered to the board and handful of wires are added for powering and programming the new chip. The protoboard is installed on top of the Arduino like any other shield, and using a sketch that [Lady Ada] has made available, the bootloader burning process is a cinch.

It’s a useful tip for newcomers, and definitely a skill that seasoned Arduino users should have under their belts as well.

17 thoughts on “A Beginner’s Guide To Burning Arduino Bootloaders

  1. I whipped up one on a homemade PCB. No need to pull out my Arduino board to hook up a shield or rig up a breadboard. Just pop the fresh chip into the target socket, hook up to computer, and burn.

    1. the photos are of the supported arduino(s) – but we made it even more clear with this additional note!

      “…this tutorial, which is based on the ArduinoISP writeup from Arduino.cc does not work with the newest UNO Arduinos. We’ll try to figure out a workaround. Until then, use only Arduinos with Duemilanove/Diecimila/NG-bootloaders”…

    2. i take it back! we wanted to test to see what happened with an uno, it does indeed work. we put this note on the tutorial…

      “According to the the ArduinoISP writeup from Arduino.cc, thus does not work with the newest UNO Arduinos. BUT we got it to work just fine, so not sure if the issue was fixed or its a rare error, or what.”

      1. I had a project where i was using the 3.3v 8Mhz bootloader and had to burn it to about 8 chips, I just set mine up on a breadboard, i used my UNO to program them, In fact when i was done, we took a drawer full of old atmega8’s and burned the NG bootloader to probably 20chips.

  2. I recently had the pleasure of burning an arduino bootloader onto an ATMega328. After many tutorials showing workarounds I found out I can just plug the uC into the arduino and connect the arvisp programmer. I guess the zif socket is good for producing “arduino chips”.

  3. DOES NOT WORK WITH ARDUINO UNO!

    NOTE: Currently, you cannot use an Arduino Uno as an ISP programmer because the optiboot bootloader does not support this sketch. A revision for this is in progress.

Leave a Reply to The CageybeeCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.