Hello,
I am trying to update the firmware on my creality CR-10 printer via raspberry pi. From what I can tell, the bootloader flashed successfully, it recognizes my port, I have sanguino board selected and it starts to upload with no problems. Near the end of the install, I get the error listed below. I am very new to all this, I pretty much made it here from tutorials. So im not sure how to solve this error and I havent been able to locate more info about this issue on the web yet. Can anyone enlighten me? Thank you in advance!
I followed this tutorial : Creality Ender 2, 3 Firmware Bootloader Update via Raspberry PI CR-10 - YouTube
This is the error I got:
Arduino: 1.8.5 (Mac OS X), Board: "Sanguino, ATmega1284 or ATmega1284P (16 MHz)"
Archiving built core (caching) in: /var/folders/xy/wr4hply91498f2pqqghkdyxc0000gn/T/arduino_cache_335035/core/core_Lauszus-Sanguino-2134346_avr_sanguino_cpu_atmega1284p_84a39bcbc3585b440202c3a96c833c2b.a
Sketch uses 126892 bytes (97%) of program storage space. Maximum is 130048 bytes.
Global variables use 4833 bytes (29%) of dynamic memory, leaving 11551 bytes for local variables. Maximum is 16384 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.