* "No Flash Chips Recognized." error.
@ 2002-02-11 13:39 Chung Ming
2002-02-11 13:58 ` David Woodhouse
0 siblings, 1 reply; 12+ messages in thread
From: Chung Ming @ 2002-02-11 13:39 UTC (permalink / raw)
To: linux-mtd
Hi.
I just got two brand new of DoC Millenium (8 MB), and everytime I modprobe
docprobe I see
"DiskOnChip found at address 0xE0000"
No Flash Chips Recognized.
"DiskOnChip found at address 0xE2000"
No Flash Chips Recognized.
.
.
"DiskOnChip found at address 0xEE000"
No Flash Chips Recognized.
I also couldn't compile mtd/util/ but I think it shoudln't hurt DoC
detection?
Regards.
Ming.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: "No Flash Chips Recognized." error.
2002-02-11 13:39 "No Flash Chips Recognized." error Chung Ming
@ 2002-02-11 13:58 ` David Woodhouse
2002-02-16 11:41 ` Chung Ming
2002-02-18 18:46 ` Chung Ming
0 siblings, 2 replies; 12+ messages in thread
From: David Woodhouse @ 2002-02-11 13:58 UTC (permalink / raw)
To: Chung Ming; +Cc: linux-mtd
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
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: "No Flash Chips Recognized." error.
2002-02-11 13:58 ` David Woodhouse
@ 2002-02-16 11:41 ` Chung Ming
2002-02-16 14:40 ` David Woodhouse
2002-02-18 18:46 ` Chung Ming
1 sibling, 1 reply; 12+ messages in thread
From: Chung Ming @ 2002-02-16 11:41 UTC (permalink / raw)
Cc: linux-mtd
Hi David, now I can't get any reply from this DoC millenium, no "DiskOnChip
found at address.." anymore just "possible DoC with unknow chipID found at
....." .
I wonder if DoC got damaged or they just keep using different flash? I will
buy a new one and test again.
Regards.
Ming.
----- Original Message -----
From: David Woodhouse
To: Chung Ming
Cc: linux-mtd@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 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
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: "No Flash Chips Recognized." error.
2002-02-11 13:58 ` David Woodhouse
2002-02-16 11:41 ` Chung Ming
@ 2002-02-18 18:46 ` Chung Ming
2002-02-18 19:14 ` David Woodhouse
1 sibling, 1 reply; 12+ messages in thread
From: Chung Ming @ 2002-02-18 18:46 UTC (permalink / raw)
To: David Woodhouse; +Cc: linux-mtd
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@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
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: "No Flash Chips Recognized." error.
2002-02-18 18:46 ` Chung Ming
@ 2002-02-18 19:14 ` David Woodhouse
2002-02-19 19:45 ` Chung Ming
0 siblings, 1 reply; 12+ messages in thread
From: David Woodhouse @ 2002-02-18 19:14 UTC (permalink / raw)
To: Chung Ming; +Cc: linux-mtd
+ printk("Chip with mfr %02x, id %02x unknown. Tell dwmw2\n");
Oops. Try it with the numbers in :)
--
dwmw2
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: "No Flash Chips Recognized." error.
2002-02-18 19:14 ` David Woodhouse
@ 2002-02-19 19:45 ` Chung Ming
2002-02-19 21:30 ` David Woodhouse
0 siblings, 1 reply; 12+ messages in thread
From: Chung Ming @ 2002-02-19 19:45 UTC (permalink / raw)
To: David Woodhouse; +Cc: linux-mtd
Yes, I have this:
_______________________________________________________________
doc->id = id;
doc->chipshift = nand_flash_ids[i].chipshift;
break;
}
}
if (nand_flash_ids[i].name == NULL)
{
printk("Chip with mfr %02x, id %02x unknown. Tell dwmw2\n");
return 0;
}
else
return 1;
}
_________________________________________________________________
still shows the same :(
----- Original Message -----
From: David Woodhouse
To: Chung Ming
Cc: linux-mtd@lists.infradead.org
Sent: Tuesday, February 19, 2002 3:14 AM
Subject: Re: "No Flash Chips Recognized." error.
+ printk("Chip with mfr %02x, id %02x unknown. Tell dwmw2\n");
Oops. Try it with the numbers in :)
--
dwmw2
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2002-02-22 6:48 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-11 13:39 "No Flash Chips Recognized." error Chung Ming
2002-02-11 13:58 ` David Woodhouse
2002-02-16 11:41 ` Chung Ming
2002-02-16 14:40 ` David Woodhouse
2002-02-18 18:46 ` Chung Ming
2002-02-18 19:14 ` David Woodhouse
2002-02-19 19:45 ` Chung Ming
2002-02-19 21:30 ` David Woodhouse
[not found] ` <021101c1b9b5$247c0050$f801a8c0@minibm>
2002-02-20 8:51 ` David Woodhouse
2002-02-20 9:18 ` Chung Ming
2002-02-21 8:30 ` David Woodhouse
2002-02-22 6:59 ` Chung Ming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox