This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Use of 2 filesystems in eCos


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]