From: Xavier DEBREUIL <xde@inventel.fr>
To: "Kári Davíðsson" <kd@flaga.is>
Cc: mtd@infradead.org
Subject: Re: jffs in flash?
Date: Tue, 27 Mar 2001 10:16:02 +0200 [thread overview]
Message-ID: <3AC04C42.3FF16A7F@inventel.fr> (raw)
In-Reply-To: EADB10BAC266A14A85ECBF8686A73E310A9120@kolkrabbi.flaga.is
correct me if I am wrong : in sa1100-flash.c, there are several examples where
a flash is divided into several partitions ;
for example : I have a 16Mbit flash and I have divided it into two partitions of
8Mbit each
static struct mtd_partition is_blue00_partitions[] = {
{ name : "boot partition",
offset : 0,
size : 0x00200000 },
{ name : "cramfs partition",
offset : 0x00200000,
size : 0x00200000 }
};
Kári Davíðsson wrote:
>
> Hi,
>
> I have one flash chip (4MB) that i want to use parts of as a disk, e.g.
> with jffs or jffs2.
> It seems to me that the jffs wants to use the whole chip under the fs.
> Is this correct?
> If not how can I tell jffs to start using the flash at some offset?
>
> Thanks,
>
> K.D.
>
> To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
next prev parent reply other threads:[~2001-03-27 8:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-03-26 16:35 jffs in flash? Kári Davíðsson
2001-03-27 8:16 ` Xavier DEBREUIL [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-03-27 8:48 Kári Davíðsson
2001-03-27 10:26 ` Florian Schirmer / TayTron
2001-03-27 10:00 ` 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=3AC04C42.3FF16A7F@inventel.fr \
--to=xde@inventel.fr \
--cc=kd@flaga.is \
--cc=mtd@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.