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]

Filesystem


Hi,

I have built a RAM file system and the test passed.
But I found that I can not use "fopen" to create a file.
The test code use "open", "read".
Can not I use the standard file library like "fopen, fprint, fread"?

I need to test an  algorithm in the board. The code used a lot of data in 
files.
If I port the code to the board, how can I put those files on the file 
system? I know we can put data on ROM, but how can the program access
those data like files? 

And how can we use physical address in the program to access the ROM?

thanks

Gang Lu



________________
USTC Alumni Email System, http://mail.ustc.edu,  FREE Signup.

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