Search found 1 match

by tkordemets
Fri Jun 21, 2019 8:45 pm
Forum: Firmware
Topic: backup firmware
Replies: 9
Views: 18209

Re: backup firmware

In case anyone misses it - I managed to download the firmware and conf with following command lines:

avrdude -p atmega2560 -c wiring -P com5 -b 115200 -F -U flash:r:existingMarlin_fw.hex:i
and
avrdude -p atmega2560 -c wiring -P com5 -b 115200 -F -U eeprom:r:existingMarlin_eeprom.hex:i

where ...