aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-melzi.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-12-11 17:28:59 -0500
committerKevin O'Connor <kevin@koconnor.net>2017-12-11 17:33:29 -0500
commit319221ee235bf01674eb014a9dcb0a062acf48d3 (patch)
tree098b3b4b7feb77f8372e6311cc7a828bd9b852c3 /config/generic-melzi.cfg
parent4a5801bb2ef825f307f39ff0a961b186397da57e (diff)
downloadkutter-319221ee235bf01674eb014a9dcb0a062acf48d3.tar.gz
kutter-319221ee235bf01674eb014a9dcb0a062acf48d3.tar.xz
kutter-319221ee235bf01674eb014a9dcb0a062acf48d3.zip
docs: Provide additional information on "make flash" failures
Add some additional information on "make flash" problems. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-melzi.cfg')
-rw-r--r--config/generic-melzi.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/generic-melzi.cfg b/config/generic-melzi.cfg
index 449f966d..ea5521c4 100644
--- a/config/generic-melzi.cfg
+++ b/config/generic-melzi.cfg
@@ -4,7 +4,9 @@
# Note that the "make flash" command does not work with Melzi
# boards. The boards are typically flashed with this command:
-# avrdude -p atmega1284p -c avrisp -P /dev/ttyUSB0 -U flash:w:out/klipper.elf.hex
+# avrdude -p atmega1284p -c avrisp -P /dev/ttyUSB0 -U out/klipper.elf.hex
+# or on some boards with:
+# avrdude -p atmega1284p -c arduino -P /dev/ttyUSB0 -U out/klipper.elf.hex
# See the example.cfg file for a description of available parameters.