File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
hardware/arduino/firmwares Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,7 @@ To burn (Uno):
11
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
12
13
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
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
15
+
16
+ Please note that the Arduino VID and PIDs are only for use with official
17
+ Arduino hardware and should not be used on other products.
You can’t perform that action at this time.
0 commit comments