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: -file operations


> i have written a program using file operation.
> it is working fine in linux but it is not running in ecos.
> actually it is not able to open file.
> is there any thing that i have to select in configtool.
> if so what are they. can any tell me.

file has fixed-readonly content => need ROMFS support.
file will be created and populated/used during runtime => need RAMFS support

please have a look at the tests provided within
packages/fs/{ram,rom}/current/tests to get the idea on how to make use of RAMFS,
ROMFS for your situation at hand.

peace
sandeep



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


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