hotscrubsboi / sanguino

Automatically exported from code.google.com/p/sanguino
0 stars 0 forks source link

invalid device signature #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download and install arduino via ubuntu 10.4
2. download and install sanguino additions from sanguino.cc
3. try to upload a sketch to attached sanguino board

What is the expected output? What do you see instead?
expected == upload ok. It fails with 'invalid device signature, same as this 
bug here: https://bugs.launchpad.net/arduino/+bug/529444

The fix is as mentioned in the bug comments: change the upload protocol in the 
boards.txt file to 'arduino', stk500is not the right protocol to use 
appearantly.

What version of the product are you using? On what operating system?
18r2.1.4
ubuntu10.4

Please provide any additional information below.
change the line sanguino.upload=stk500 
to
sanguino.upload=arduino
and restart arduino.
thanx!

Original issue reported on code.google.com by Jelle.Bo...@gmail.com on 15 Jul 2010 at 2:19

GoogleCodeExporter commented 9 years ago
Thanks this worked for me, using Arduino 22, Ubuntu 11.04

Original comment by geert.ro...@gmail.com on 26 Jun 2011 at 10:50

GoogleCodeExporter commented 9 years ago
fixed in 0023r3 (cleaning up old issues)

Original comment by sutt...@gmail.com on 19 Feb 2012 at 10:33