Yeah it has only dropped like 10$ US since I bought it a year or more ago. Anything that supports 6e is still expensive as hell despite 7 now being on our doorstep.now I am starting to worry about my AXE1100 , it works well with 388.8 so think that is the last update for a while . just looked at the cost of replacing it $746.00 Canadian, $ no thanks will not spend that on a 2 year old router . Hope it lasts as it has worked well the last 2 years .
Will be following to see if the problem is resolved or it is just faulty hardware .
Ahh well it went back into ro only mode for some reason on one restart then when trying to fix that on one of the reboots it completely formatted the jffs partition. Great.
/* Check if the block is good or bad. If bad returns 1, if good returns 0 */
static int nand_is_blk_bad(PCFE_NAND_CHIP pchip, unsigned short blockNum)
{
#ifdef CONFIG_BRCM_IKOS
/* spare area not supported in sim/emu environment */
return 0; // good block
#else
#if defined(CFG_RAMAPP)
unsigned char *spare;
#else
/* CFE ROM does not have real heap. KMALLOC simply use mem_heapstart memory.
* as caller of this function already use mem_heapstart, we can't use heap again
* must switch to stack. KFREE is a nop for CFE ROM */
unsigned char spare[SPARE_MAX_SIZE];
Now think carefully. Do you really,
really want to mark block 0x%x bad? Marking block 0x%x bad
wrong number of arguments, need to provide block start and optionally block end to erase
Forceably Erase FLASH block? (which includes clearing the bad block marker)
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!