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

From air
Jump to navigation Jump to search
Line 6: Line 6:
   
 
= Steps =
 
= Steps =
  +
  +
1. Open the ArduinoISP firmware (in Examples) to your Arduino board.
  +
  +
2. Select Tools > Board and Serial Port > Arduino Uno (the board that we are using for a programmer)
  +
  +
3. Upload the ArduinoISP sketch into your programmer
  +
  +
4. Disconnect the USB cable from the Arduino Uno.
  +
  +
5. Wire the Arduino board as shown in the picture with the Arduino Uno.
  +
  +
6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the '''Tools > Board > Arduino Nano w/Atmega 168''', then the item '''Tools > Burn Bootloader > Arduino as ISP'''.
  +
  +
7. Now click on Burn Bootloader

Revision as of 12:45, 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 http://letsmakerobots.com/node/32096. These instructions are based on Arduino 1.0.4 running on Ubuntu.

Steps

1. Open the ArduinoISP firmware (in Examples) to your Arduino board.

2. Select Tools > Board and Serial Port > Arduino Uno (the board that we are using for a programmer)

3. Upload the ArduinoISP sketch into your programmer

4. Disconnect the USB cable from the Arduino Uno.

5. Wire the Arduino board as shown in the picture with the Arduino Uno.

6. Plug in your USB cable to the programmer (Arduino Uno). Select the item in the Tools > Board > Arduino Nano w/Atmega 168, then the item Tools > Burn Bootloader > Arduino as ISP.

7. Now click on Burn Bootloader