From: "Chung Ming" <min@hello.org>
Cc: <linux-mtd@lists.infradead.org>
Subject: Re: "No Flash Chips Recognized." error.
Date: Sat, 16 Feb 2002 19:41:41 +0800 [thread overview]
Message-ID: <003a01c1b6de$e88a0980$f801a8c0@minibm> (raw)
In-Reply-To: Pine.LNX.4.44.0202112157400.1558-100000@lapdancer.baythorne.internal
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/
next prev parent reply other threads:[~2002-02-16 11:30 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='003a01c1b6de$e88a0980$f801a8c0@minibm' \
--to=min@hello.org \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.