config: Use consistent advice on flashing the Melzi board
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
5f9ce32fae
commit
077280bb62
|
@ -2,12 +2,12 @@
|
||||||
# this config, the firmware should be compiled for the AVR
|
# this config, the firmware should be compiled for the AVR
|
||||||
# atmega1284p.
|
# atmega1284p.
|
||||||
|
|
||||||
# Note, a number of Melzi boards are shipped without a bootloader. In
|
# Note, a number of Melzi boards are shipped with a bootloader that
|
||||||
# that case, an external programmer will be needed to flash a
|
# requires the following command to flash the board:
|
||||||
# bootloader to the board (for example, see
|
# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex
|
||||||
# http://www.instructables.com/id/Flashing-a-Bootloader-to-the-CR-10/
|
# If the above command does not work and "make flash" does not work
|
||||||
# ). Once that is done, one should be able to use the standard "make
|
# then one may need to flash a bootloader to the board - see the
|
||||||
# flash" command to flash Klipper.
|
# Klipper docs/Bootloaders.md file for more information.
|
||||||
|
|
||||||
# See the example.cfg file for a description of available parameters.
|
# See the example.cfg file for a description of available parameters.
|
||||||
|
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
# CR-10. To use this config, the firmware should be compiled for the
|
# CR-10. To use this config, the firmware should be compiled for the
|
||||||
# AVR atmega1284p.
|
# AVR atmega1284p.
|
||||||
|
|
||||||
# Note, a number of Melzi boards are shipped without a bootloader. In
|
# Note, a number of Melzi boards are shipped with a bootloader that
|
||||||
# that case, an external programmer will be needed to flash a
|
# requires the following command to flash the board:
|
||||||
# bootloader to the board (for example, see
|
# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex
|
||||||
# http://www.instructables.com/id/Flashing-a-Bootloader-to-the-CR-10/
|
# If the above command does not work and "make flash" does not work
|
||||||
# ). Once that is done, one should be able to use the standard "make
|
# then one may need to flash a bootloader to the board - see the
|
||||||
# flash" command to flash Klipper.
|
# Klipper docs/Bootloaders.md file for more information.
|
||||||
|
|
||||||
# See the example.cfg file for a description of available parameters.
|
# See the example.cfg file for a description of available parameters.
|
||||||
|
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
# mini. To use this config, the firmware should be compiled for the
|
# mini. To use this config, the firmware should be compiled for the
|
||||||
# AVR atmega1284p.
|
# AVR atmega1284p.
|
||||||
|
|
||||||
# Note, a number of Melzi boards are shipped without a bootloader. In
|
# Note, a number of Melzi boards are shipped with a bootloader that
|
||||||
# that case, an external programmer will be needed to flash a
|
# requires the following command to flash the board:
|
||||||
# bootloader to the board (for example, see
|
# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex
|
||||||
# http://www.instructables.com/id/Flashing-a-Bootloader-to-the-CR-10/
|
# If the above command does not work and "make flash" does not work
|
||||||
# ). Once that is done, one should be able to use the standard "make
|
# then one may need to flash a bootloader to the board - see the
|
||||||
# flash" command to flash Klipper.
|
# Klipper docs/Bootloaders.md file for more information.
|
||||||
|
|
||||||
# See the example.cfg file for a description of available parameters.
|
# See the example.cfg file for a description of available parameters.
|
||||||
|
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
# Ender 2. To use this config, the firmware should be compiled for the
|
# Ender 2. To use this config, the firmware should be compiled for the
|
||||||
# AVR atmega1284p.
|
# AVR atmega1284p.
|
||||||
|
|
||||||
# Note, a number of Melzi boards are shipped without a bootloader. In
|
# Note, a number of Melzi boards are shipped with a bootloader that
|
||||||
# that case, an external programmer will be needed to flash a
|
# requires the following command to flash the board:
|
||||||
# bootloader to the board (for example, see
|
# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex
|
||||||
# http://www.instructables.com/id/Flashing-a-Bootloader-to-the-CR-10/
|
# If the above command does not work and "make flash" does not work
|
||||||
# ). Once that is done, one should be able to use the standard "make
|
# then one may need to flash a bootloader to the board - see the
|
||||||
# flash" command to flash Klipper.
|
# Klipper docs/Bootloaders.md file for more information.
|
||||||
|
|
||||||
# See the example.cfg file for a description of available parameters.
|
# See the example.cfg file for a description of available parameters.
|
||||||
|
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
# Ender 3. To use this config, the firmware should be compiled for the
|
# Ender 3. To use this config, the firmware should be compiled for the
|
||||||
# AVR atmega1284p.
|
# AVR atmega1284p.
|
||||||
|
|
||||||
# Note, a number of Melzi boards are shipped without a bootloader. In
|
# Note, a number of Melzi boards are shipped with a bootloader that
|
||||||
# that case, an external programmer will be needed to flash a
|
# requires the following command to flash the board:
|
||||||
# bootloader to the board (for example, see
|
# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex
|
||||||
# http://www.instructables.com/id/Flashing-a-Bootloader-to-the-CR-10/
|
# If the above command does not work and "make flash" does not work
|
||||||
# ). Once that is done, one should be able to use the standard "make
|
# then one may need to flash a bootloader to the board - see the
|
||||||
# flash" command to flash Klipper.
|
# Klipper docs/Bootloaders.md file for more information.
|
||||||
|
|
||||||
# See the example.cfg file for a description of available parameters.
|
# See the example.cfg file for a description of available parameters.
|
||||||
|
|
||||||
|
|
|
@ -2,18 +2,12 @@
|
||||||
# use this config, the firmware should be compiled for the AVR
|
# use this config, the firmware should be compiled for the AVR
|
||||||
# atmega1284p.
|
# atmega1284p.
|
||||||
|
|
||||||
# UPDATE 2018
|
# Note, a number of Melzi boards are shipped with a bootloader that
|
||||||
# Newest Tronxy's are coming with bootloader present, so follow
|
# requires the following command to flash the board:
|
||||||
# klipper install instructions but instead of "make flash FLASH_DEVICE=/dev/ttyACM0"
|
|
||||||
# use:
|
|
||||||
# avrdude -p atmega1284p -c arduino -b 57600 -P /dev/ttyUSB0 -U out/klipper.elf.hex
|
# 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
|
||||||
# Note, a number of Melzi boards are shipped without a bootloader. In
|
# then one may need to flash a bootloader to the board - see the
|
||||||
# that case, an external programmer will be needed to flash a
|
# Klipper docs/Bootloaders.md file for more information.
|
||||||
# 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.
|
|
||||||
|
|
||||||
# See the example.cfg file for a description of available parameters.
|
# See the example.cfg file for a description of available parameters.
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,22 @@
|
||||||
# This file contains pin mappings and other appropriate default parameters
|
# This file contains pin mappings and other appropriate default
|
||||||
# for a Wanhao Duplicator i3 v2.1 and its clones
|
# parameters for a Wanhao Duplicator i3 v2.1 and its clones (Monoprice
|
||||||
# (Monoprice Maker Select, Cocoon Create, etc.)
|
# Maker Select, Cocoon Create, etc.).
|
||||||
# See the files example.cfg and example-extras.cfg for a description of available parameters.
|
|
||||||
#
|
#
|
||||||
# This will probably work on older revisions (v1.0, v2.0) of the printer
|
# This will probably work on older revisions (v1.0, v2.0) of the printer
|
||||||
# but is untested on those versions.
|
# but is untested on those versions.
|
||||||
#
|
|
||||||
|
# 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.
|
||||||
|
|
||||||
# For best results with klipper and the Wanhao Duplicator i3, follow these
|
# For best results with klipper and the Wanhao Duplicator i3, follow these
|
||||||
# guidelines:
|
# guidelines:
|
||||||
#
|
#
|
||||||
# - Flash a bootloader to the Melzi board in the printer
|
|
||||||
# See http://www.instructables.com/id/Using-an-Arduino-to-Flash-the-Melzi-Board-Wanhao-I/
|
|
||||||
#
|
|
||||||
# - Make sure the auto-reset jumper is *enabled* on the Melzi board
|
|
||||||
# (See step 1 in the bootloader tutorial above)
|
|
||||||
#
|
|
||||||
# - Locate the USB serial port for your printer in /dev/serial/by-id/ format.
|
# - Locate the USB serial port for your printer in /dev/serial/by-id/ format.
|
||||||
# See https://github.com/KevinOConnor/klipper/blob/master/docs/FAQ.md#wheres-my-serial-port
|
# See https://github.com/KevinOConnor/klipper/blob/master/docs/FAQ.md#wheres-my-serial-port
|
||||||
# It will be something like:
|
# It will be something like:
|
||||||
|
|
Loading…
Reference in New Issue