public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* "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-16 11:41   ` Chung Ming
@ 2002-02-16 14:40     ` David Woodhouse
  0 siblings, 0 replies; 12+ messages in thread
From: David Woodhouse @ 2002-02-16 14:40 UTC (permalink / raw)
  To: Chung Ming; +Cc: linux-mtd

min@hello.org said:
> 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 ....." . 

At what physical address is the DiskOnChip? 

--
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-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

* Re: "No Flash Chips Recognized." error.
  2002-02-19 19:45       ` Chung Ming
@ 2002-02-19 21:30         ` David Woodhouse
       [not found]           ` <021101c1b9b5$247c0050$f801a8c0@minibm>
  0 siblings, 1 reply; 12+ messages in thread
From: David Woodhouse @ 2002-02-19 21:30 UTC (permalink / raw)
  To: Chung Ming; +Cc: linux-mtd

min@hello.org said:
> Yes, I have this: 
>       printk("Chip with mfr %02x, id %02x unknown. Tell dwmw2\n");

It's still printing two random values off the stack instead of the actual 
mfr and id values. Add the actual numbers.

	printk("Chip with mfr %02x, id %02x unknown. Tell dwmw2\n", mfr, id);

--
dwmw2

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: "No Flash Chips Recognized." error.
       [not found]           ` <021101c1b9b5$247c0050$f801a8c0@minibm>
@ 2002-02-20  8:51             ` David Woodhouse
  2002-02-20  9:18               ` Chung Ming
  0 siblings, 1 reply; 12+ messages in thread
From: David Woodhouse @ 2002-02-20  8:51 UTC (permalink / raw)
  To: Chung Ming; +Cc: linux-mtd

min@hello.org said:
> ahhh!! ok,now I got 
> mfr = 98, ID = 98.

Hmmm. That's odd - getting the same value for the chip ID as for the 
manufacturer looks suspicious. Precisely what model/size of DiskOnChip is 
this?

--
dwmw2

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: "No Flash Chips Recognized." error.
  2002-02-20  8:51             ` David Woodhouse
@ 2002-02-20  9:18               ` Chung Ming
  2002-02-21  8:30                 ` David Woodhouse
  0 siblings, 1 reply; 12+ messages in thread
From: Chung Ming @ 2002-02-20  9:18 UTC (permalink / raw)
  To: David Woodhouse; +Cc: linux-mtd

It's a M-sys DoC Millenium, 8MB,  MD-2800-D08, I have tried dozens of times,
and one time I got accidentally detected it, then I can't detect again, I am
not sure if this is a hardware problem, or maybe this parts is dead ?

Regards.

Ming.


----- Original Message -----
From: David Woodhouse
To: Chung Ming
Cc: linux-mtd@lists.infradead.org
Sent: Wednesday, February 20, 2002 4:51 PM
Subject: Re: "No Flash Chips Recognized." error.



min@hello.org said:
> ahhh!! ok,now I got
> mfr = 98, ID = 98.

Hmmm. That's odd - getting the same value for the chip ID as for the
manufacturer looks suspicious. Precisely what model/size of DiskOnChip is
this?

--
dwmw2

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: "No Flash Chips Recognized." error.
  2002-02-20  9:18               ` Chung Ming
@ 2002-02-21  8:30                 ` David Woodhouse
  2002-02-22  6:59                   ` Chung Ming
  0 siblings, 1 reply; 12+ messages in thread
From: David Woodhouse @ 2002-02-21  8:30 UTC (permalink / raw)
  To: Chung Ming; +Cc: linux-mtd

min@hello.org said:
> It's a M-sys DoC Millenium, 8MB,  MD-2800-D08, I have tried dozens of
> times, and one time I got accidentally detected it, then I can't
> detect again, I am not sure if this is a hardware problem, or maybe
> this parts is dead ?

Very strange. Maybe it's a timing problem. Ollie?

--
dwmw2

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: "No Flash Chips Recognized." error.
  2002-02-21  8:30                 ` David Woodhouse
@ 2002-02-22  6:59                   ` Chung Ming
  0 siblings, 0 replies; 12+ messages in thread
From: Chung Ming @ 2002-02-22  6:59 UTC (permalink / raw)
  To: David Woodhouse; +Cc: linux-mtd

Got it working after replace a new DoC Millenium. that DoC was DIED. so we
can found it but with strange IDs that not recognized by MTD.

Thank you very much for help me, david.

----- Original Message -----
From: David Woodhouse
To: Chung Ming
Cc: linux-mtd@lists.infradead.org
Sent: Thursday, February 21, 2002 4:30 PM
Subject: Re: "No Flash Chips Recognized." error.



min@hello.org said:
> It's a M-sys DoC Millenium, 8MB,  MD-2800-D08, I have tried dozens of
> times, and one time I got accidentally detected it, then I can't
> detect again, I am not sure if this is a hardware problem, or maybe
> this parts is dead ?

Very strange. Maybe it's a timing problem. Ollie?

--
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