Hi,

I tried to install Kamikaze on a Fon2100. I can get the Redboot Prompt over Telnet. The first steps from the manual in the Wiki (http://wiki.openwrt.org/toh/fon/fonera) work well:

RedBoot> ip_address -h 192.168.1.10
IP: 192.168.1.254/255.255.255.0, Gateway: 0.0.0.0
Default server: 192.168.1.10
RedBoot> load -r -b %{FREEMEMLO} openwrt-atheros-vmlinux.lzma -m http
Raw file loaded 0x80040800-0x801008bc, assumed entry at 0x80040800
RedBoot> fis init -f
About to initialize [format] FLASH image system - continue (y/n)? y
*** Initialize FLASH Image System
... Erase from 0xa8030000-0xa87e0000: ...........................................................................................................................
... Erase from 0xa87e0000-0xa87f0000: .
... Program from 0x80ff0000-0x81000000 at 0xa87e0000: .
RedBoot> fis create -e 0x80041000 -r 0x80041000 vmlinux.bin.l7

... Erase from 0xa8030000-0xa80f00bd: .............
... Program from 0x80040800-0x801008bd at 0xa8030000: .............
... Erase from 0xa87e0000-0xa87f0000: .
... Program from 0x80ff0000-0x81000000 at 0xa87e0000: .
RedBoot> RedBoot> load -r -b %{FREEMEMLO} openwrt-atheros-root.squashfs -m HTTP

Raw file loaded 0x80040800-0x801e08bd, assumed entry at 0x80040800

But the last command does not work:

fis create rootfs
... Erase from 0xa80f0000-0xa829017b: ...........................
... Program from 0x80040800-0x801e08be at 0xa80f00bd: ..........................V
Can't program region at 0xa8290000: Unknown error

In other Posts in different forums it is written that there is not enough space on the flash memory but I erease the whole flash memory with the "fis init -f" command. Is maybe the flash memory broken and what can I try?

(Last edited by dr.gonzo42 on 13 Nov 2011, 22:36)