From: "Jörn Engel" <joern@wohnheim.fh-wedel.de>
To: Kevin Kaichuan He <hek_u5@yahoo.com>
Cc: linux-mtd@lists.infradead.org
Subject: Re: Q on MTD support for NOR flash
Date: Sun, 10 Nov 2002 09:20:17 +0100 [thread overview]
Message-ID: <20021110082017.GC16704@wohnheim.fh-wedel.de> (raw)
In-Reply-To: <20021110074920.4607.qmail@web14812.mail.yahoo.com>
On Sat, 9 November 2002 23:49:20 -0800, Kevin Kaichuan He wrote:
>
> One Further question is : how do I configure MTD driver to support
> my NOR flash ? For example, the AMD29LV800 flash has two width: 8bits
> or 16bits, how do I let the driver know which width of word I choose ?
> Or can the MTD magically figure out the configuration of my NOR
> flash ?
You need something like this:
CONFIG_MTD=y
CONFIG_MTD_PARTITIONS=y
CONFIG_MTD_CHAR=y
CONFIG_MTD_BLOCK=y
CONFIG_MTD_CFI=y
CONFIG_MTD_GEN_PROBE=y
CONFIG_MTD_CFI_AMDSTD=y
CONFIG_MTD_PHYSMAP=y
CONFIG_MTD_PHYSMAP...=...
Details might vary, have fun figuring those out. Buswidth must be set
for physmap.
Jörn
--
Good warriors cause others to come to them and do not go to others.
-- Sun Tzu
prev parent reply other threads:[~2002-11-10 7:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-09 20:36 Q on MTD support for NOR flash Kevin Kaichuan He
2002-11-09 20:57 ` Jörn Engel
2002-11-10 7:49 ` Kevin Kaichuan He
2002-11-10 8:20 ` Jörn Engel [this message]
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=20021110082017.GC16704@wohnheim.fh-wedel.de \
--to=joern@wohnheim.fh-wedel.de \
--cc=hek_u5@yahoo.com \
--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.