This is the mail archive of the ecos-discuss@sources.redhat.com 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: Implementing file system


On Mon, May 02, 2005 at 04:09:21PM +0530, Raja Mallik wrote:
> Hi all, 
> 
> I want to implement file system support for my arm board .. I have these
> Q's before I am starting with..
> 
> 1) "ecos.db" has defines in packages as:
> 
>    CYGPKG_FS_RAM , CYGPKG_FS_ROM, and CYGPKG_FS_JFFS2..
> 
>    Should I use this? Well to my choice, I would like to try RAM..
> 
> 2) Now .. I don't see any "fs" template in 
> 
>    ecos-2.0/packages/devs/  ( unlike we find "eth" "flash" )
> 
>    what do I do? shall I create one and write the entire tree..as
>    ecos-2.0/packages/devs/fs/arm/MYBOARD/v2_0/
> 
>    and implement CDL and SRC..
> 
>    Is that right to do..

ecosconfig add ramfs

I suggest you read the user manual. The following is particular
relevant for you, but you should realy read all of the manuals so you
don't ask too many FAQs etc.

http://ecos.sourceware.org/docs-latest/user-guide/config-tool-updating-configuration.html

        Andrew

-- 
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]