From: David Woodhouse <dwmw2@infradead.org>
To: "Jimmy Brian Christanthio" <jimmy@soft-v.com>
Cc: linux-mtd@lists.infradead.org
Subject: Re: Fw: nftl
Date: Thu, 10 May 2001 10:56:14 +0100 [thread overview]
Message-ID: <11739.989488574@redhat.com> (raw)
In-Reply-To: <006a01c0d935$338c9840$223975cb@softdqxcunjyu6>
jimmy@soft-v.com said:
> Our system is the VR4121 using the Intel Strata Flash. If we use your code
> to establish a sector of 1MB as a drive, can we also have XIP on it?
> That is, can we execute on the flash instead of from the SDRAM?
You cannot use NFTL on that. Technically, you could use FTL, but in some
countries patents may prevent you from doing so. If you want a writable
filesystem, JFFS is probably the best bet.
We don't yet have support for XIP. It would require a special filesystem
which aligns pages of the files at page-aligned addresses in the flash
chips. In general, compression is far more useful than XIP, because RAM is
cheaper than flash, so nobody's yet implemented this.
I started hacking on such an xipfs once. I don't recall how far I got with
it - you're welcome to a copy of that if you want it, although I suspect
you'd to better to start with a clean copy of romfs and do it again.
If you require a _writable_ filesystem, it's going to be extremely
difficult to do XIP.
--
dwmw2
next prev parent reply other threads:[~2001-05-10 9:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-10 9:40 Fw: nftl Jimmy Brian Christanthio
2001-05-10 9:56 ` David Woodhouse [this message]
2001-05-11 2:11 ` Ollie Lho
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=11739.989488574@redhat.com \
--to=dwmw2@infradead.org \
--cc=jimmy@soft-v.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