"No Flash Chips Recognized." error.

Chung Ming min at hello.org
Mon Feb 18 13:46:24 EST 2002


Hi! I got

Chip with mfr c6dc5eb4, id 00 unknown. Tell dwmw2

regards!
Ming.

----- Original Message ----- 
From: David Woodhouse 
To: Chung Ming 
Cc: linux-mtd at lists.infradead.org 
Sent: Monday, February 11, 2002 9:58 PM
Subject: Re: "No Flash Chips Recognized." error.


On Mon, 11 Feb 2002, Chung Ming wrote:

> "DiskOnChip found at address 0xE0000"
> 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