I have followed the steps in this video:
https://www.youtube.com/watch?v=deq10MaxQBw
because the processes in this video:
https://www.youtube.com/watch?v=o1QKSgnk_ig
are outdated.
I have successfully updated the firmware but before it succeeds Arduino shows these messages:
Code: Select all
Build options changed, rebuilding all
In file included from C:\Users\Michael\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.23\cores\arduino/Arduino.h:28:0,
from sketch\MarlinConfig.h:38,
from sketch\configuration_store.h:26,
from sketch\configuration_store.cpp:190:
sketch\configuration_store.cpp: In static member function 'static bool MarlinSettings::Fixed_parameter_load()':
sketch\configuration_store.cpp:859:19: warning: unknown escape sequence: '\F'
SERIAL_ECHOPAIR(" \r\Fixed parameter nbytes; crc error ", (uint32_t)stored_crc);
^
sketch\serial.h:60:40: note: in expansion of macro 'SERIAL_PROTOCOLPAIR'
#define SERIAL_ECHOPAIR(pre,value) SERIAL_PROTOCOLPAIR(pre, value)
^
sketch\configuration_store.cpp:859:3: note: in expansion of macro 'SERIAL_ECHOPAIR'
SERIAL_ECHOPAIR(" \r\Fixed parameter nbytes; crc error ", (uint32_t)stored_crc);
^
Sketch uses 165624 bytes (65%) of program storage space. Maximum is 253952 bytes.
Global variables use 6058 bytes (73%) of dynamic memory, leaving 2134 bytes for local variables. Maximum is 8192 bytes.
My Marlin version is 1.1.8 and the Arduino version is 1.8.5