Skip to content

Commit 0768ebe

Browse files
committed
Adding note about Arduino VID and PIDs.
1 parent 5c22a1e commit 0768ebe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hardware/arduino/firmwares/README.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ To burn (Uno):
1111
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
1212

1313
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.

0 commit comments

Comments
 (0)