aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/generic-printrboard.cfg9
1 files changed, 6 insertions, 3 deletions
diff --git a/config/generic-printrboard.cfg b/config/generic-printrboard.cfg
index 9552a766..24814864 100644
--- a/config/generic-printrboard.cfg
+++ b/config/generic-printrboard.cfg
@@ -2,9 +2,12 @@
# through D). To use this config the firmware should be compiled for
# the AVR at90usb1286.
-# Note that the "make flash" command is unlikely to work on the
-# Printrboard. See the RepRap Printrboard wiki page for instructions
-# on flashing.
+# Note that the "make flash" command will not work for Printrboard!
+# To flash:
+# - Connect the "BOOT" jumper.
+# - Press the reset button (on board) to enter into DFU mode.
+# - Connect via USB and run:
+# avrdude -c flip1 -p usb1286 -U flash:w:out/klipper.elf.hex
# See the example.cfg file for a description of available parameters.