public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Andrew Dixon <andrew.dixon@seranoa.com>
To: "linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>
Subject: spanning multiple chips with one mtd device
Date: Fri, 15 Feb 2002 15:43:25 -0500	[thread overview]
Message-ID: <3C6D72ED.F2FCC661@seranoa.com> (raw)

Hi All,

I've got a board here with two strataflash chips that are contiguous in
memory.  I'd like linux to use as one mtd device.  I've kind of got it
to kind of work by faking out cfi_chip_setup in cfi_probe.c.  I just
increase cfi->cfiq->DevSize by one so that it thinks the device is twice
as big and then I add one to cfi->cfiq->NumEraseRegions so that it
thinks that there are two erase blocks (each one being one of my flash
chips).

This device is happily recognized and I can mount it as a jffs2 on
/mnt.  It even works as long as I don't write too much data to it.  When
I try to write enough data so that it should access the other flash chip
I run into problems.  The write seems to go OK and the data looks good
but if I unmount and remount the partition all of the data is lost and
I've got an empty filesystem.  If I've only written a few small files I
can unmount and remount without problem.

If anyone has any hints, tips or pointers for me I'd really appreciate
it.

Thanks,
Andy


--
Andrew Dixon
Software Engineer
Seranoa Networks
978.897.3434 x231

             reply	other threads:[~2002-02-15 20:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-15 20:43 Andrew Dixon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-02-15 16:23 spanning multiple chips with one mtd device Andrew Dixon
2002-02-15 22:46 ` Jörn Engel

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=3C6D72ED.F2FCC661@seranoa.com \
    --to=andrew.dixon@seranoa.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox