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]

Use of 2 filesystems in eCos


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


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