From: Shamile Khan <shamile@edgewater.ca>
To: linux-mtd@lists.infradead.org
Subject: Support for Am29LV2562M NOR flash
Date: Tue, 31 Aug 2004 20:32:21 -0400 [thread overview]
Message-ID: <1093998741.21592.22.camel@localhost.localdomain> (raw)
Hello,
I am new to MTD so bear with me. I tried getting MTD sources (as of end
July) to autodetect Am29LV2562M chip in x32 mode (16M * 32-bit).
This chip contains two Am29LV256M chips (16M * 16-bit). However it seems
that it cannot be modelled as two interleaved x16 chips. This is because
the data bits are connected as DQ0-7 (chip1), DQ8-15 (chip2), DQ16-23
(chip1) and DQ24-31 (chip2) i.e it alternates between chips for every
byte. As far as I understand, two x16 chips interleaved have the
configuration DQ0-DQ16 (chip 1), DQ17-31 (chip2). As a consequence, the
command sequences I require are of the form 0x0000XXXX instead of
0x00XX00XX (which MTD supports for interleaved flash chips as I verified
in another board). XX refers to the data part of the command e.g 98 for
CFI query.
I am wondering if I am missing something here. Does MTD support the
flash geometry for Am29LV2562M?
Thanks,
Shamile
--
Shamile Khan
Edgewater Computer Systems, Inc.
1125 Innovation Drive
(2nd Floor)
Kanata, Ontario, K2K 3G6
Tel: (613) 271-1101 ext. 240
Fax: (613) 271-1152
next reply other threads:[~2004-09-01 0:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-01 0:32 Shamile Khan [this message]
2004-09-01 6:05 ` Support for Am29LV2562M NOR flash Manfred Gruber
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=1093998741.21592.22.camel@localhost.localdomain \
--to=shamile@edgewater.ca \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox