public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Use of 2 filesystems in eCos
@ 2005-09-13 13:16 Boerjan Kristof
  2005-09-13 19:05 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Boerjan Kristof @ 2005-09-13 13:16 UTC (permalink / raw)
  To: ecos-discuss


Hi,

I need to port eCos to a new platform and during my pre - design phase, I encountered the following problem.

The platform has two different types of flash memory :

	- Compact Flash memory (of 64 MB up to 2 GB)
	- Fixed Nand Flash (of 64 MB)

I would like to use the FAT16 - filesystem for accessing the information stored on the Compact Flash,
but the JFFS2 - filesystem is extremely usefull for the fixed flash memory (there is storage of status information on this memory
so lots of writing and erasing going on).

Can these 2 filesystems be used together in eCos.

Or is there an alternative for this problem?

kind regards,

K. Boerjan 



--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] Use of 2 filesystems in eCos
  2005-09-13 13:16 [ECOS] Use of 2 filesystems in eCos Boerjan Kristof
@ 2005-09-13 19:05 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2005-09-13 19:05 UTC (permalink / raw)
  To: Boerjan Kristof; +Cc: ecos-discuss

On Tue, 2005-09-13 at 15:06 +0200, Boerjan Kristof wrote:
> Hi,
> 
> I need to port eCos to a new platform and during my pre - design 
> phase, I encountered the following problem.
> 
> The platform has two different types of flash memory :
> 
> 	- Compact Flash memory (of 64 MB up to 2 GB)
> 	- Fixed Nand Flash (of 64 MB)
> 
> I would like to use the FAT16 - filesystem for accessing the 
> information stored on the Compact Flash,
> but the JFFS2 - filesystem is extremely usefull for the fixed 
> flash memory (there is storage of status information on this memory
> so lots of writing and erasing going on).
> 
> Can these 2 filesystems be used together in eCos.
> 
> Or is there an alternative for this problem?

There's no problem using both file systems with eCos.  The
one problem you will encounter is that eCos has woeful support
for NAND FLASH.  Getting JFFS2 to work with your NAND FLASH
would be a sizeable effort.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-13 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-13 13:16 [ECOS] Use of 2 filesystems in eCos Boerjan Kristof
2005-09-13 19:05 ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).