aboutsummaryrefslogtreecommitdiffstats
path: root/config/generic-melzi.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/generic-melzi.cfg')
-rw-r--r--config/generic-melzi.cfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/generic-melzi.cfg b/config/generic-melzi.cfg
index 22d6f036..55b76daf 100644
--- a/config/generic-melzi.cfg
+++ b/config/generic-melzi.cfg
@@ -2,12 +2,12 @@
# 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.