File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
hardware/arduino/firmwares Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments