All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Jonas Holmberg <jonas.holmberg@axis.com>
Cc: mtd <linux-mtd@lists.infradead.org>
Subject: Re: JFFS2 on 8MB Flash-Chip conneted to MPC850 works extremly slo w:(
Date: Wed, 05 Sep 2001 13:28:31 +0100	[thread overview]
Message-ID: <16572.999692911@redhat.com> (raw)
In-Reply-To: <3C6BEE8B5E1BAC42905A93F13004E8AB6B6B27@mailse01.axis.se>

jonas.holmberg@axis.com said:
>  I probably should use cramfs, but I still have to put the bootloader
> in a separate partition.

Yeah - it might be worthwhile to rethink the partitioning stuff so that you 
can reprogram the whole device at once, and also reread a partition table 
if you're using one.

> Is it possible to make the block device use an offset while the
> character device doesn't (using an ioctl, or something, on the
> character device before mounting the block device) without modifying
> mtd? Then I could "hide" the bootloader from the fs in the same
> partition and still be able to erase and write a new bootloader and fs
> using the character device.

Thinks... there's actually no reason at all why the devices registered by 
your map driver shouldn't overlap - one for the whole chip for 
reprogramming, and one for the cramfs image.

add_mtd_partitions might not like it atm, but we could invent a new flags 
which tells it to accept the overlap.

--
dwmw2

  reply	other threads:[~2001-09-05 12:22 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-05 12:24 JFFS2 on 8MB Flash-Chip conneted to MPC850 works extremly slo w:( Jonas Holmberg
2001-09-05 12:28 ` David Woodhouse [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-09-11  9:01 Jonas Holmberg
2001-09-11  9:11 ` David Woodhouse
2001-09-06 14:29 Jonas Holmberg
2001-09-06 13:47 Jonas Holmberg
2001-09-06 13:48 ` David Woodhouse
2001-09-05 11:46 Jonas Holmberg
2001-09-05 11:52 ` David Woodhouse
2001-09-05 11:01 Jonas Holmberg
2001-09-05 11:35 ` David Woodhouse
2001-09-05 10:01 Jonas Holmberg
2001-09-05 10:06 ` David Woodhouse
2001-09-05  9:25 Jonas Holmberg
2001-09-05  9:28 ` David Woodhouse
2001-09-05  9:06 Jonas Holmberg
2001-09-05  9:10 ` David Woodhouse
2001-09-05  8:56 Jonas Holmberg
2001-09-05  8:57 ` David Woodhouse

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=16572.999692911@redhat.com \
    --to=dwmw2@infradead.org \
    --cc=jonas.holmberg@axis.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.