Wifi resetting and original settings don't work

Hello,

Pressing the WiFI reset button didn't work anymore. The led indicator didn't blink as expected :frowning:
I used the YunSerialTerminal sketch to check the kernel boot and there was an error:


U-Boot 1.1.4-gd995931a-dirty (Aug 7 2013 - 16:16:04)

Arduino Yun (ar9331) U-boot

DRAM: 64 MB
Top of RAM usable for U-Boot at: 84000000
Reserving 142k for U-Boot at: 83fdc000
Reserving 192k for malloc() at: 83fac000
Reserving 44 Bytes for Board Info at: 83fabfd4
Reserving 36 Bytes for Global Data at: 83fabfb0
Reserving 128k for boot params() at: 83f8bfb0
Stack Pointer at: 83f8bf98
Now running in RAM - U-Boot at: 83fdc000
Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
flash size 16777216, sector count = 256
Flash: 16 MB
Using default environment

In: serial
Out: serial
Err: serial
Net: ag7240_enet_initialize...
No valid address in Flash. Using fixed address
No valid address in Flash. Using fixed address
: cfg1 0x5 cfg2 0x7114
eth0: 00:03:7f:09:0b:ad
eth0 up
: cfg1 0xf cfg2 0x7214
eth1: 00:03:7f:09:0b:ad
athrs26_reg_init_lan
ATHRS26: resetting s26
ATHRS26: s26 reset done
eth1 up
eth0, eth1
Hit any key to stop autoboot: 4 3 2 1 0

Booting image at 9fea0000 ...

Image Name: MIPS OpenWrt Linux-3.8.3
Created: 2013-08-19 14:23:28 UTC
Image Type: MIPS Linux Kernel Image (lzma compressed)
Data Size: 1170186 Bytes = 1.1 MB
Load Address: 80060000
Entry Point: 80060000
Verifying Checksum at 0x9fea0040 ...Bad Data CRC
ar7240>

Then I tried to reflash the kernel according the guide in:

here the log:


ar7240> tftp 0x80060000 openwrt-ar71xx-generic-yun-16M-kernel.bin;

Using eth0 device
TFTP from server 192.168.1.9; our IP address is 192.168.1.8
Filename 'openwrt-ar71xx-generic-yun-16M-kernel.bin'.
Load address: 0x80060000
Loading: *T T T T T T T T T T
Retry count exceeded; starting again
eth1 link down
FAIL
Using eth0 device
TFTP from server 192.168.1.9; our IP address is 192.168.1.8
Filename 'openwrt-ar71xx-generic-yun-16M-kernel.bin'.
Load address: 0x80060000
Loading: *T T T T T T T T T T
Retry count exceeded; starting again
eth1 link down
FAIL

What can I do ? any hints?
U-Boot now ends with a "Bad Magic Number" :-((
thank you

Fixed !!! :slight_smile: :slight_smile: :slight_smile:

I realised that the message displayed in the terminal " loading T T T T ..." was a timeout and the TFTP server was not working.
So I changed server and by installing Open TFTP Server (Open TFTP Server download | SourceForge.net) I solved.
I launched the server as standalone it's not needed to install it as service (on windows)

I flashed again kernel and rootfs and now I see again the WLAN

Ciao
Francesco