diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/generic-melzi.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/generic-melzi.cfg b/config/generic-melzi.cfg index 449f966d..ea5521c4 100644 --- a/config/generic-melzi.cfg +++ b/config/generic-melzi.cfg @@ -4,7 +4,9 @@ # Note that the "make flash" command does not work with Melzi # boards. The boards are typically flashed with this command: -# avrdude -p atmega1284p -c avrisp -P /dev/ttyUSB0 -U flash:w:out/klipper.elf.hex +# avrdude -p atmega1284p -c avrisp -P /dev/ttyUSB0 -U out/klipper.elf.hex +# or on some boards with: +# avrdude -p atmega1284p -c arduino -P /dev/ttyUSB0 -U out/klipper.elf.hex # See the example.cfg file for a description of available parameters. |