aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-creality-ender2-2017.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-11-13 14:32:52 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-11-13 14:32:52 -0500
commit077280bb62adcbaeaf36b827a9de7f0e24d06e12 (patch)
tree83d4b17e2ee368372bdf52f78875888fdfd07047 /config/printer-creality-ender2-2017.cfg
parent5f9ce32fae034288e13a698b94b4fe69efd35ecf (diff)
downloadkutter-077280bb62adcbaeaf36b827a9de7f0e24d06e12.tar.gz
kutter-077280bb62adcbaeaf36b827a9de7f0e24d06e12.tar.xz
kutter-077280bb62adcbaeaf36b827a9de7f0e24d06e12.zip
config: Use consistent advice on flashing the Melzi board
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/printer-creality-ender2-2017.cfg')
-rw-r--r--config/printer-creality-ender2-2017.cfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/printer-creality-ender2-2017.cfg b/config/printer-creality-ender2-2017.cfg
index 0a124081..1e80ded5 100644
--- a/config/printer-creality-ender2-2017.cfg
+++ b/config/printer-creality-ender2-2017.cfg
@@ -2,12 +2,12 @@
# Ender 2. To use this config, the firmware should be compiled for the
# AVR atmega1284p.
-# Note, a number of Melzi boards are shipped without a bootloader. In
-# that case, an external programmer will be needed to flash a
-# bootloader to the board (for example, see
-# http://www.instructables.com/id/Flashing-a-Bootloader-to-the-CR-10/
-# ). Once that is done, one should be able to use the standard "make
-# flash" command to flash Klipper.
+# Note, a number of Melzi boards are shipped with a bootloader that
+# requires the following command to flash the board:
+# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex
+# If the above command does not work and "make flash" does not work
+# then one may need to flash a bootloader to the board - see the
+# Klipper docs/Bootloaders.md file for more information.
# See the example.cfg file for a description of available parameters.