Difference between revisions of "RobAIR2013-RICM5-Suivi/BurnBootloader"

From air
Jump to navigation Jump to search
(Created page with "How to burn a bootloader")
 
Line 1: Line 1:
  +
Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno
How to burn a bootloader
 
  +
  +
= Introduction =
  +
  +
Steps to burn a bootloader onto an ATmega168PA using an Arduino Uno, following the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and letsmakerobots.com/node/32096. These instructions are based on Arduino 1.0.4 running on Ubuntu.
  +
  +
= Steps =

Revision as of 12:23, 13 March 2013

Burning the Arduino Bootloader onto an ATmega168PA using an Arduino Uno

Introduction

Steps to burn a bootloader onto an ATmega168PA using an Arduino Uno, following the tutorials http://arduino.cc/en/Tutorial/ArduinoISP and letsmakerobots.com/node/32096. These instructions are based on Arduino 1.0.4 running on Ubuntu.

Steps