Welcome! Log In Create A New Profile

Advanced

Upload errors

Posted by dlw 
dlw
Upload errors
July 03, 2018 11:12PM
Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

Below are the errors received during upload to Tronxy printer.
Compiling goes OK.

Any help appreciated.
dlw

Sketch uses 110426 bytes (43%) of program storage space. Maximum is 253952 bytes.
Global variables use 4040 bytes (49%) of dynamic memory, leaving 4152 bytes for local variables. Maximum is 8192 bytes.
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
An error occurred while uploading the sketch

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Re: Upload errors
July 04, 2018 12:24AM
What controller is this?

are you sure it has a 2560 chip on it? (eg many GT2560 actually have a 1284p on them, which uses a different upload baud rate)

This error basically says It cant talk to a boot loader

there are 4 main options

1) there is no bootloader on the chip (many cheap board suppliers do this)
2) the boot loader is using a different baud rate or protocol, this would be unusual for a 2560 based board, very common for 644p and 1284p based boards
3) the board has a jumper to disable the auto reset so the boot loader isnt started. Check your board
4) your using the wrong com port.
Re: Upload errors
July 05, 2018 08:49AM
long usb cable can cause problem. Try to use very short usb cable.
Sorry, only registered users may post in this forum.

Click here to login