"No Flash Chips Recognized." error.
David Woodhouse
dwmw2 at infradead.org
Mon Feb 11 08:58:15 EST 2002
On Mon, 11 Feb 2002, Chung Ming wrote:
> "DiskOnChip found at address 0xEE000"
> No Flash Chips Recognized.
Try this and tell me what it says...
Index: doc2001.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/doc2001.c,v
retrieving revision 1.35
diff -u -r1.35 doc2001.c
--- doc2001.c 2001/10/02 15:05:13 1.35
+++ doc2001.c 2002/02/11 14:02:35
@@ -228,8 +228,10 @@
}
}
- if (nand_flash_ids[i].name == NULL)
+ if (nand_flash_ids[i].name == NULL) {
+ printk("Chip with mfr %02x, id %02x unknown. Tell dwmw2\n");
return 0;
+ }
else
return 1;
}
--
dwmw2
More information about the linux-mtd
mailing list