Restore Arduino Yun after "openwrt-ar71xx-generic-yun-16M-rootfs-squashfs.bin"

BIG PROBLEM HELP me..

Hello ... =)

I've done completely mess I upgraded my yun through "PUTTY" with the file "openwrt-ar71xx-generic-yun-16M-rootfs-squashfs.bin" and now I can not do more to recognize my Arduino on the my network .. let alone on "IDE (1.6.5)" .. what can I do?

I did:

1 - open "PUTTY" entered the IP address of 192.168.1.2 my yun

2 - set port 22 and clicked open

3 - ssh root@ArduinoXXX.local, enter the password

4 - Run-sysupgrade /mnt/sda1/openwrt-ar71xx-generic-yun-16M-rootfs-squashfs.bin

5 - did the reboot does not work anymore ... nothing .. = (

even PUTTY not have plus communication. if pinging the old (even tried the default 192.168.240.1 and others) address did not answer

I tried several times, but the button reset on the my yun not did return on basic, defaul state. The WEBpanel not entry (Error HTTP 404.0 - Not Found) and in my
device management i see my arduino yun but with error (28)

P.S. when was all right.. =) the version IDE 1.6.6 and 1.6.7 not worked in my windows system.

Tips to restore the card?!?

Thanks..

YunSerialterminal

Upload this to an Arduino Yún via serial (not WiFi) then open the serial monitor at 115200 to see the boot process of Linux. You can also use the serial monitor as a basic command line interface for Linux using this sketch

Post output boot process of Linux here.

Arduino:1.6.5 (Windows 8.1), Scheda:"Arduino Yún"

Board at 192.168.1.2 is not available

and not is possible select the port in tools menu..

Select Board:Arduino Yun
Select Port:COMX

Removing unused COM Ports from Windows:

Windows COM port number over than COM9

Install Arduino Drivers on Windows 8

Hi sonnyyu,

I restarted windows after I changed physical USB port and now recognized me as COM8.
through monitor the result is this... .

Now what should I do? for rechange the normal web panel?

root@Arduino:/# ifconfig
eth1      Link encap:Ethernet  HWaddr 90:A2:DA:F8:06:76
          inet addr:192.168.0.199  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1014588 errors:0 dropped:37802 overruns:0 frame:0
          TX packets:49302 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:190927419 (182.0 MiB)  TX bytes:3545033 (3.3 MiB)
          Interrupt:4

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:136 errors:0 dropped:0 overruns:0 frame:0
          TX packets:136 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:48625 (47.4 KiB)  TX bytes:48625 (47.4 KiB)

wlan0     Link encap:Ethernet  HWaddr 90:A2:DA:F0:06:76
          inet addr:192.168.240.1  Bcast:192.168.240.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:647 errors:0 dropped:0 overruns:0 frame:0
          TX packets:188 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:44817 (43.7 KiB)  TX bytes:24761 (24.1 KiB)

PUTTY eth1 ip address or use browser open http://eth1_ip/ (http://192.168.0.199/).
Make sure connect ethernet port.

At command line windows type "ifconfig", click send.

Hi Sonnyyu,

I finally got a bit of time and I fixed thanks to you.

Before i had to recognize the COM port on my PC. She did not want in any way.

I simply used a different USB port and it has been recognized. Then i simply connected the Ardu through a router to the same network as my pc. (my mistake:before i had the Ardu directly connected to my PC and was not detected).

Finally by the web panels i have charged the latest relase.

Thank of the aid and unlocking of my Ardu =)