mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 16:40:37 +09:00
config: Use consistent advice on flashing the Melzi board
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
# Ender 3. To use this config, the firmware should be compiled for the
|
||||
# AVR atmega1284p.
|
||||
|
||||
# Note, a number of Melzi boards are shipped without a bootloader. In
|
||||
# that case, an external programmer will be needed to flash a
|
||||
# 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.
|
||||
# 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user