diff options
author | Georgios Karnas <kargeor@gmail.com> | 2019-12-17 07:03:57 -0800 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-12-17 10:03:57 -0500 |
commit | 9c25f42f4a35f4e1ad08e730e25a0094dd2986e2 (patch) | |
tree | ce34681e9752ca1fe75414008ccda69681b53799 /config/generic-printrboard.cfg | |
parent | abf493496c5857cb504c69fe771801781865e5db (diff) | |
download | kutter-9c25f42f4a35f4e1ad08e730e25a0094dd2986e2.tar.gz kutter-9c25f42f4a35f4e1ad08e730e25a0094dd2986e2.tar.xz kutter-9c25f42f4a35f4e1ad08e730e25a0094dd2986e2.zip |
config: Flash instructions for printrboard (#2278)
Signed-off-by: Georgios Karnas <kargeor@gmail.com>
Diffstat (limited to 'config/generic-printrboard.cfg')
-rw-r--r-- | config/generic-printrboard.cfg | 9 |
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. |