itsanjan / arduino

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

1.0-rc1: Arduino Ethernet upload protocol set to stk500? #649

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Arduino-1.0-rc1
2. Attach Arduino Ethernet board (running optiboot-4.4)
3. Compile & Upload WebServer Sketch from Ethernet examples

What is the expected output? What do you see instead?

Binary sketch size: 10152 bytes (of a 32256 byte maximum)
avrdude: Yikes!  Invalid device signature.
         Double check connections and try again, or use -F to override
         this check.

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?

Environment: Arduino 1.0-rc1
OS: Mac OS X 10.7.1
Board: Arduino Ethernet, running optiboot 4.4

Please provide any additional information below.

FTDI 5V Serial Cable attached to Arduino Ethernet

On a lark, I looked in boards.txt file and noticed this:

ethernet.upload.protocol=stk500

When I change this line to:

ethernet.upload.protocol=arduino

I can properly upload sketches.

Original issue reported on code.google.com by dave.fal...@gmail.com on 21 Sep 2011 at 11:19

GoogleCodeExporter commented 9 years ago
Good catch!  I'll fix this.

Original comment by dmel...@gmail.com on 22 Sep 2011 at 3:57

GoogleCodeExporter commented 9 years ago
https://github.com/arduino/Arduino/commit/bd823bf2013e499877b48ca3c22cef2d86bc88
a6

Original comment by dmel...@gmail.com on 29 Sep 2011 at 3:28