Skip to content

kevin-doolaeghe/arduino_usb_firmware_with_lufa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LUFA Library - Arduino USB Firmware

Atmega 16u2 firmware upload

  1. Install package dfu-programmer
sudo apt-get install dfu-programmer
  1. Reset the Atmega 16u2 to enter programming mode by shorting RESET and GND pins (pins 5 and 6).

  2. Program the Arduino board

sudo dfu-programmer at90usb82 erase
sudo dfu-programmer at90usb82 flash UNO-dfu_and_usbserial_combined.hex --suppress-bootloader-mem
sudo dfu-programmer at90usb82 reset