diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2010-09-27 12:20:38 -0400 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2010-09-27 12:20:38 -0400 |
commit | 0785eebdadbbd15b51970f5589082a3ab33e997f (patch) | |
tree | 1365f245ef5e7fb0977be6be9f1cb05a1c53f029 /firmwares | |
parent | 7bc34012a27edce5aa68b323b14315ccc7c61a18 (diff) |
Adding note about Arduino VID and PIDs.
Diffstat (limited to 'firmwares')
-rw-r--r-- | firmwares/README.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firmwares/README.txt b/firmwares/README.txt index c2e840b..5ed763c 100644 --- a/firmwares/README.txt +++ b/firmwares/README.txt @@ -11,4 +11,7 @@ To burn (Uno): 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 To burn (Mega 2560): -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
\ No newline at end of file +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 + +Please note that the Arduino VID and PIDs are only for use with official +Arduino hardware and should not be used on other products.
\ No newline at end of file |