* MTD JEDEC driver installation
@ 2001-10-03 11:52 Jesús Sánchez
2001-10-08 9:34 ` David Woodhouse
0 siblings, 1 reply; 2+ messages in thread
From: Jesús Sánchez @ 2001-10-03 11:52 UTC (permalink / raw)
To: linux-mtd
[-- Attachment #1: Type: text/plain, Size: 250 bytes --]
Hi everyone
I want to install the mtd driver for a AM29FC16B flash chip. This chip is not a
CFI compatible chip, it is a JEDEC one. I would like to know how to install the
driver, and how to access the flash through the file system.
Thanks
Jesus
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Card for Jesús Sánchez --]
[-- Type: text/x-vcard; charset=us-ascii; name=jsanchez.vcf, Size: 433 bytes --]
begin:vcard
n:Sánchez Gutiérrez;Jesús
tel;fax:(+34) 91 336 73 73
tel;work:(+34) 91 336 74 50
x-mozilla-html:FALSE
url:http://laurel.datsi.fi.upm.es/~jsanchez
org:Laboratorio de Sistemas Operativos;Departamento de Arquitectura y Tecnología de Sistemas Informáticos
adr:;;Campus de Montegancedo s/n;Boadilla del Monte;Madrid;28660;España
version:2.1
email;internet:jsanchez@laurel.datsi.fi.upm.es
fn:Jesús Sánchez Gutiérrez
end:vcard
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: MTD JEDEC driver installation
2001-10-03 11:52 MTD JEDEC driver installation Jesús Sánchez
@ 2001-10-08 9:34 ` David Woodhouse
0 siblings, 0 replies; 2+ messages in thread
From: David Woodhouse @ 2001-10-08 9:34 UTC (permalink / raw)
To: Jesús Sánchez; +Cc: linux-mtd
jsanchez@laurel.datsi.fi.upm.es said:
> I want to install the mtd driver for a AM29FC16B flash chip. This
> chip is not a CFI compatible chip, it is a JEDEC one. I would like to
> know how to install the driver, and how to access the flash through
> the file system.
First, make sure your chip is listed in drivers/mtd/chips/jedec_probe.c - if
it isn't, add the relevant entry into the jedec_table[].
Then, provide a 'map' driver for access to your chip. This could be as
simple as the 'nora' driver if the flash is connected sensibly, or you
could configure the 'physmap' driver to work correctly (you also need to
make it call do_map_probe("jedec_probe", ....) instead of the current
"cfi_probe").
--
dwmw2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-10-08 9:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-03 11:52 MTD JEDEC driver installation Jesús Sánchez
2001-10-08 9:34 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox