I have this problem with Aironet 1130ag accesspoint. After power-on the accesspoint gets stuck at the ROMMON prompt "ap:". I cannot set the IP_ADDR to do the tftp from the ROMMON as the flash system has gone out of memory. Flash_init also did not help.
ap: set IP_ADDR 11.11.11.9
Can't set variable -- out of memory.
-------------------------
This is what happens after power-on:
Xmodem file system is available.
Flashfs[0]: unable to allocate available block.
The system has been interrupted, or encountered an error during initializion of the flash filesystem.
The foolowing commands will initialize the flash filesystem, and finish loading the operating system software:
flash_init
ether_init
tftp_init
boot
When I type this commands, it doesn't help at all. The output will be following:
ap: flash_init
Initializing Flash...
flashfs[0]: out of memory
...done Initializing Flash.
ap: ether_init
Initializing ethernet port 0...
Reset ethernet port 0...
Reset done!
ap: tftp_init
Unable to get our ip address: no "IP_ADDR" variable set
ap: boot
Loading ""...; permission denied
Error loading ""
Interrupt within 5 seconds to abort boot process.
Boot process failed...
ap:
Any help would be appreciated. Thanks.