* Fw: nftl
@ 2001-05-10 9:40 Jimmy Brian Christanthio
2001-05-10 9:56 ` David Woodhouse
0 siblings, 1 reply; 3+ messages in thread
From: Jimmy Brian Christanthio @ 2001-05-10 9:40 UTC (permalink / raw)
To: linux-mtd
----- Original Message -----
From: "Jimmy Brian Christanthio" <jimmy@soft-v.com>
To: <dwmw2@infradead.org>
Sent: Wednesday, 09 May, 2001 1:53 PM
Subject: Fw: nftl
> > Dear sir,
> >
> > We have recently downloaded the nftl.c from your repository. 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?
> >
> > I understand you have the XIP component in working stage, appreciate if you could assist us by
> > providing the link or the source codes.
> >
> > Thank you for you kind attention.
> >
> > With Best Regards
> > Jimmy Brian Christanthio
> >
> >
> > *******************Internet Email Confidentiality Footer*******************
> >
> >
> > Privileged/Confidential Information may be contained in this message. If you are not the
> addressee
> > indicated in this message (or responsible for delivery of
> > the message to such person), you may not copy or deliver this message to anyone. In such case,
you
> > should destroy this message and kindly notify the
> > sender by reply email. Please advise immediately if you or your employer do not consent to
> Internet
> > email for messages of this kind. Opinions, conclusions
> > and other information in this message that do not relate to the official business of my firm
shall
> > be understood as neither given nor endorsed by it.
> >
> >
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Fw: nftl
2001-05-10 9:40 Fw: nftl Jimmy Brian Christanthio
@ 2001-05-10 9:56 ` David Woodhouse
2001-05-11 2:11 ` Ollie Lho
0 siblings, 1 reply; 3+ messages in thread
From: David Woodhouse @ 2001-05-10 9:56 UTC (permalink / raw)
To: Jimmy Brian Christanthio; +Cc: linux-mtd
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Fw: nftl
2001-05-10 9:56 ` David Woodhouse
@ 2001-05-11 2:11 ` Ollie Lho
0 siblings, 0 replies; 3+ messages in thread
From: Ollie Lho @ 2001-05-11 2:11 UTC (permalink / raw)
To: David Woodhouse; +Cc: Jimmy Brian Christanthio, linux-mtd
David Woodhouse wrote:
>
> 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.
>
Agenda PDA seems to have XIP CRAMfs. You probably should take a look
at that.
Ollie
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-05-11 2:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-10 9:40 Fw: nftl Jimmy Brian Christanthio
2001-05-10 9:56 ` David Woodhouse
2001-05-11 2:11 ` Ollie Lho
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox