Re: How to upload the firmware to Sanguinololu
Posted: Tue May 17, 2016 5:55 am
How do I get "Sanguino" to show under the tools/boards menu it is not their?
Here you can share you great ideas about hardware innovation. Here you can enjoy more professional and specialized services, Here is a platform for you to make a difference!
http://forum.geeetech.com/
Code: Select all
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xe1
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x73
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x90
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x6c
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xfc
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x30
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x7d
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xc3
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x35
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x39
The right firmware,Arduino version(1.0.1) and board type as this post?Mat2Vence wrote:When I try to upload the code after compilation, I am getting error message :Look strange to me. I have the correct COM port, but it looks like the communication is node made between the ARduino IDE and the Sanguinololu card. For the programming mode, I am using the one I am use to use with ARduino board that is ARVISP mkII. Should I use something else?Code: Select all
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xe1 avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x73 avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x90 avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x6c avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xfc avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x30 avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x7d avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xc3 avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x35 avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x39
Hi,I think the board setting in Arduino is wrong,it should be set like the attachments showing.You can check more detail in the following link:http://www.geeetech.com/forum/viewtopic ... 20&t=16433.tzupi wrote:I have the very same problem.
I have a full aluminium prusa i3 with the upgraded lead screw (sanguino atmega1284p), downloaded the firmware,
using Arduino 1.0.1 (with the sanguino addon), with the newest FTDI drivers. Tried on Windows 10 and OSX 10.10.2 as well.
Started the upload and got the "avrdude: stk500_getsync(): not in sync: resp=0x00" error.
Have to upgrade the firmware because I have to reduce the stepping on the Z axis because of the lead screw.
At the moment the printer is useless unfortunately.