summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Roversi <diegor@tiscali.it>2018-03-11 12:50:38 +0100
committerDiego Roversi <diegor@tiscali.it>2018-03-11 12:50:38 +0100
commit107be96f65d8885bfa7c45c3a9440671bc8c073d (patch)
tree44da6f430c90b6f85d02c0b81674806eae2f1f4d
parentd7b39eed5194f0bfe7f5c8713abb6f99607f5081 (diff)
add istruction about how flash it with avrdudeindent2
-rw-r--r--TERES-HID/flash.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/TERES-HID/flash.txt b/TERES-HID/flash.txt
new file mode 100644
index 0000000..8ad8a4f
--- /dev/null
+++ b/TERES-HID/flash.txt
@@ -0,0 +1,10 @@
+avrdude -v -p m32u4 -P /dev/ttyACM0 -c avrisp -b 19200 -U flash:w:KeyboardMouse.hex
+
+# Flashed using a AVR-T32U4, with this ArduinoISP firmware from arduino:
+# https://github.com/arduino/Arduino/blob/master/build/shared/examples/11.ArduinoISP/ArduinoISP/ArduinoISP.ino
+
+# Some more hints:
+# http://heliosoph.mit-links.info/arduinoisp-reading-writing-fuses-atmega328p/
+# https://forum.arduino.cc/index.php?topic=332158.0
+# https://petervanhoyweghen.wordpress.com/2012/09/16/arduinoisp-on-the-leonardo/
+# http://electronut.in/bootloader-atmega32u4/ \ No newline at end of file