From 9c25f42f4a35f4e1ad08e730e25a0094dd2986e2 Mon Sep 17 00:00:00 2001 From: Georgios Karnas Date: Tue, 17 Dec 2019 07:03:57 -0800 Subject: [PATCH] config: Flash instructions for printrboard (#2278) Signed-off-by: Georgios Karnas --- config/generic-printrboard.cfg | 9 ++++++--- 1 file 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.