Skip to content

Commit be6c36e

Browse files
committed
Adding readme about the firmwares.
1 parent ffa3ce7 commit be6c36e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

hardware/arduino/firmwares/README.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Arduino Uno and Mega 2560 Firmwares for the ATmega8U2
2+
3+
This directory contains the firmwares used on the ATmega8U2 on the Arduino
4+
Uno and Arduino Mega 2560. The arduino-usbdfu directory contains the DFU
5+
bootloader on the 8U2; the arduino-usbserial directory contains the actual
6+
usb to serial firmware. Both should be compiled against LUFA 100807. The
7+
two .hex files in this directory combine the dfu and serial firmwares into
8+
a single file to burn onto the 8U2.
9+
10+
To burn (Uno):
11+
avrdude -p at90usb82 -F -P usb -c avrispmkii -U flash:w:UNO-dfu_and_usbserial_combined.hex -U lfuse:w:0xFF:m -U hfuse:w:0xD9:m -U efuse:w:0xF4:m -U lock:w:0x0F:m
12+
13+
To burn (Mega 2560):
14+
avrdude -p at90usb82 -F -P usb -c avrispmkii -U flash:w:MEGA-dfu_and_usbserial_combined.hex -U lfuse:w:0xFF:m -U hfuse:w:0xD9:m -U efuse:w:0xF4:m -U lock:w:0x0F:m

0 commit comments

Comments
 (0)