probonopd / RF100-Firmware

Conrad Electronic Renkforce RF100 Firmware
https://www.conrad.de/de/renkforce-rf100-3d-drucker-starter-kit-inkl-filament-1507428.html
GNU General Public License v3.0
7 stars 5 forks source link

Document how to backup and how to flash firmware #7

Closed probonopd closed 7 years ago

probonopd commented 7 years ago

Document how to backup and how to flash firmware

probonopd commented 7 years ago

Original 1.0 firmware installed on the machine from the factory. Acquired using

sudo avrdude -v -c stk500v2 -p m2560 -P /dev/ttyUSB0 -b 115200 -U flash:r:rf100_1.0.bin:i

rf100_1.0.tar.gz

Note: I had to disconnect a device that I had attached to the printer via the serial port.

probonopd commented 7 years ago

Writing fimware works with the -D switch:

sudo avrdude -v -c stk500v2 -p m2560 -P /dev/ttyUSB0 -b 115200 -U flash:w:RF100\ V1.1.cpp.hex:i -D
probonopd commented 7 years ago

From the Arduino IDE, selecting "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560) on /dev/ttyX" lets you upload the sketch also from the Arduino IDE. Programmer: "AVRISP mkII" (the default one).