|
@@ -50,7 +50,7 @@ Copy the firmware to your printer host:
|
50
|
50
|
|
51
|
51
|
scp /tmp/build6072035599686630843.tmp/Marlin.cpp.hex a.b.c.d:/tmp/
|
52
|
52
|
|
53
|
|
-Connect to your printer host via ssh, stop Octoprint or any other service that may block your USB device and make sure you have avrdude installed, the run:
|
|
53
|
+Connect to your printer host via ssh, stop Octoprint or any other service that may block your USB device and make sure you have avrdude installed, then run:
|
54
|
54
|
|
55
|
55
|
avrdude -C/etc/avrdude.conf -v -v -v -patmega2560 -cwiring -P/dev/ttyUSB0 \
|
56
|
56
|
-b115200 -D -Uflash:w:/tmp/Marlin.cpp.hex:i
|