mirror of https://github.com/Desuuuu/klipper.git
config: Flash instructions for printrboard (#2278)
Signed-off-by: Georgios Karnas <kargeor@gmail.com>
This commit is contained in:
parent
abf493496c
commit
9c25f42f4a
|
@ -2,9 +2,12 @@
|
||||||
# through D). To use this config the firmware should be compiled for
|
# through D). To use this config the firmware should be compiled for
|
||||||
# the AVR at90usb1286.
|
# the AVR at90usb1286.
|
||||||
|
|
||||||
# Note that the "make flash" command is unlikely to work on the
|
# Note that the "make flash" command will not work for Printrboard!
|
||||||
# Printrboard. See the RepRap Printrboard wiki page for instructions
|
# To flash:
|
||||||
# on flashing.
|
# - 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.
|
# See the example.cfg file for a description of available parameters.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue