Good morning, my friend bought a fonera 2100 (-_-) and tried to modify firmware with these steps
http://myfonblog.blogspot.com/2008/08/h ... d-wrt.htmlFinally fonera don't work anymore. Wlan led is off and 192.168.10.1 is not disponible. Only 192.168.1.254 work, infact, I tried to reload fonera firmware with this procedure
Code:
RedBoot> ip_addr -h 192.168.1.166 -l 192.168.1.254/24
IP: 192.168.1.254/255.255.255.0, Gateway: 0.0.0.0
Default server: 192.168.1.166
RedBoot>
RedBoot> fis init
About to initialize [format] FLASH image system - continue (y/n)? y
*** Initialize FLASH Image System
... Erase from 0xa87e0000-0xa87f0000: .
... Program from 0x80ff0000-0x81000000 at 0xa87e0000: .
RedBoot> fis list
Name FLASH addr Mem addr Length Entry point
RedBoot 0xA8000000 0xA8000000 0x00030000 0x00000000
FIS directory 0xA87E0000 0xA87E0000 0x0000F000 0x00000000
RedBoot config 0xA87EF000 0xA87EF000 0x00001000 0x00000000
RedBoot>
RedBoot> load -r -v -b 0x80040450 rootfs.squashfs
Using default protocol (TFTP)
-
Raw file loaded 0x80040450-0x801c044f, assumed entry at 0x80040450
RedBoot> fis create -b 0x80040450 -f 0xA8030000 -l 0x00700000 -e 0x00000000 rootfs
... Erase from 0xa8030000-0xa8720000: ...................................................................................
... Program from 0x80040450-0x80730450 at 0xa8030000: ...................................................................................
... Erase from 0xa87e0000-0xa87f0000: .
... Program from 0x80ff0000-0x81000000 at 0xa87e0000: .
RedBoot>
RedBoot> load -r -b %{FREEMEMLO} kernel.lzma
Using default protocol (TFTP)
Raw file loaded 0x80040800-0x800c07ff, assumed entry at 0x80040800
RedBoot>
RedBoot> fis create -l 0x000b0000 -r 0x80041000 -e 0x80041000 vmlinux.bin.l7
... Erase from 0xa8730000-0xa87e0000: ...........
... Program from 0x80040800-0x800c0800 at 0xa8730000: ........
... Erase from 0xa87e0000-0xa87f0000: .
... Program from 0x80ff0000-0x81000000 at 0xa87e0000: .
RedBoot> load -r -b %{FREEMEMLO} kernel.lzma
Using default protocol (TFTP)
RedBoot> fis load -l vmlinux.bin.l7
Image loaded from 0x80041000-0x801ba000
RedBoot> exec
Fonera back to work, 192.168.10.1 is accessible, firware is 0.7.1.r1, but after a restart (poweroff), it doesn't work anymore with the same problems that I said.
So, what can I do? My doubt is, what files I have to use to reload original firmware?
Thanks, zack!
Ps. Fonera was bought 2 weeks ago.