User Tools

Site Tools


arduino:burning_a_bootloader

Burning the Arduino Bootloader

Using an Arduino Uno as the ISP

TL;DR:

  1. Select the correct port in Tools > Port
  2. Load the ArduinoISP sketch from Files > Examples into the Arduino that will function as the programmer.
  3. Select “Arduino as ISP” under Tools > Programmer
  4. Select the correct target microcontrller type in Tools > Board (e.g. Arduino/Genuino Uno for ATMEGA328P-PU)
  5. Wire up the target microcontrller to the Arduino that's functioning as the programmer.
  6. Select Tools > Burn Bootloader

I currently get the following warning:

avrdude: WARNING: invalid value for unused bits in fuse “efuse”, should be set to 1 according to datasheet This behaviour is deprecated and will result in an error in future version You probably want to use 0xfd instead of 0x05 (double check with your datasheet first).

Things seem to work right now, but it looks like there might be trouble ahead.

arduino/burning_a_bootloader.txt · Last modified: 2017/03/08 19:15 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki