I just got Yun and I am going through the instructions. I configured the wireless correctly, downloaded Arduino 1.5.7 and it sees the port. When I upload, I get the error. I got the same error when I used an Ethernet cable. In the Yun configuration I have tried both "open" and "password" but it never gets to the point of asking for a password. Any ideas?
Complete error (verbose turned off):
Arduino: 1.5.7 (Windows 7), Board: "Arduino Uno"
Sketch uses 1,030 bytes (3%) of program storage space. Maximum is 32,256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes.
avrdude: ser_open(): can't open device "192.168.1.113": The system cannot find the file specified.
The following is what happens when I set upload to verbose:
avrdude: Version 6.0.1, compiled on Apr 3 2014 at 23:12:16
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino/hardware/tools/avr/etc/avrdude.conf"
Using Port : 192.168.1.113
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: ser_open(): can't open device "192.168.1.113": The system cannot find the file specified.