Hey guys,
I tried to get a bootloader on the Creality Ender 3 board. I followed this Guide from TH3D. The ArduinoISP step works after I selected the Arduino Nano with the old bootloader. But now I am at the step where I select Sanguino as board and Arduino as ISP and run boatload. But I got this Error message.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x15
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x15
avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14
avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x01
avrdude: stk500_initialize(): (a) protocol error, expect=0x14, resp=0x10
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude: stk500_disable(): unknown response=0x12
Fehler beim Brennen des Bootloaders.
Could someone identify what could be the problem here?