Hi,
my Arduino Yùn doesn't boot anymore, even i can upload sketches. I can't see the wifi connection and when i use the YunSerialTerminal the process stops here (i omitted the previous output, if you want i can upload the entire text):
[ 40.440000] PPP generic driver version 2.4.2
[ 40.810000] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 40.930000] NET: Registered protocol family 24
[ 40.970000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
[ 41.420000] i2c /dev entries driver
[ 41.540000] usbcore: registered new interface driver snd-usb-audio
[ 41.570000] Linux video capture interface: v2.00
[ 41.690000] fuse init (API version 7.18)
[ 51.250000] cfg80211: Calling CRDA for country: IT
[ 51.250000] cfg80211: Regulatory domain changed to country: IT
[ 51.260000] cfg80211: DFS Master region: ETSI
[ 51.260000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 51.260000] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 51.260000] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 51.270000] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 51.270000] cfg80211: (5490000 KHz - 5710000 KHz @ 80000 KHz), (N/A, 2700 mBm)
[ 51.270000] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
I tried to enter in failsafe mode, following this tutorial
http://playground.arduino.cc/Hardware/Yun#restoring_a_yunThe problem is that it doesn't start the restoring process:
- preinit -
Press the [f] key and hit [enter] to enter failsafe mode
f
- failsafe -
/etc/preinit: line 1: telnetd: not found
BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
root@(none):/# cd /usr/bin
root@(none):/usr/bin# ./reset-to-factory-anyway
root@(none):/usr/bin#
When i send the command "./reset-to-factory-anyway" the wlan led (blue one) starts blinking for hours, and the following line appears after 1 second. It seems like it can't start the reset program.
What can i do now? Any ideas?
Thanks
PS. At the beginning i tried with the reset buttons, but it didn't work.