-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Timeout no uploading no arduino mega 2560 #1130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
same here... I'm read a lot about this problem and I didn't find any solutions... |
http://code.google.com/p/arduino/issues/detail?id=181 |
There are various problems with the current bootloader. I'm going to merge this one upstream once I receive sufficient test reports. |
I assume this solved with the proposed fix. Feel free to reopen if needed. |
How to check whether the bootloader is loaded successfully or not? If yes, then I am trying to upload the blink code to ATmega2560, then it gives the error of avrdude stk500v2_getsync() timeout and Receive timeout. Please help me. |
Hi @Chirag2239 , I think your problem can be related to #388, however I have to test it to be sure. In the meantime, please give a try to this PR #3500, I don't know it the updated ArduinoISP sketch is enough or if you also need to update |
I've had the same problem and the solution is. Download XLoader and upload to your arduino. |
I'm having problem in uploading the sketch to the board Arduino Mega 2560. It seems that this occurs when the sketch exceeds 13,000 bytes. For code with less than 13,000 bytes uploading is successful.
I'm using Windows 7, Arduino Mega 2560 and IDE 1.0.2. I have also tried the 1.0 IDE, and continues with the same error.
Please could someone help me?
Below is the result of uploading:
Binary sketch size: 13.026 bytes (of a 258.048 byte maximum)
avrdude: stk500v2_ReceiveMessage(): timeout
...
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
avrdude: stk500v2_ReceiveMessage(): timeout
...
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
avrdude: stk500v2_command(): failed miserably to execute command 0x13
avrdude: stk500v2_paged_write: write command failed
avrdude: stk500v2_ReceiveMessage(): timeout
...
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
avrdude: stk500v2_command(): failed miserably to execute command 0x1d
avrdude: stk500v2_cmd(): failed to send command
avrdude: stk500v2_ReceiveMessage(): timeout
...
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
avrdude: stk500v2_command(): failed miserably to execute command 0x1d
avrdude: stk500v2_cmd(): failed to send command
avrdude: stk500v2_ReceiveMessage(): timeout
The text was updated successfully, but these errors were encountered: