Visible to Intel only — GUID: mwh1416946775629
Ixiasoft
Visible to Intel only — GUID: mwh1416946775629
Ixiasoft
7.8. Using File Subsystems
A file subsystem is responsible for managing all file I/O access beneath a given mount point. For example, if a file subsystem is registered with the mount point /mnt/rozipfs, all file access beneath this directory, such as fopen("/mnt/rozipfs/myfile", "r"), is directed to that file subsystem.
As with character mode devices, you can manipulate files in a file subsystem using the C file I/O functions defined in file.h, such as fopen() and fread().
For more information about the use of file I/O functions, refer to the newlib C library documentation installed with the Nios II EDS. On the Windows Start menu, click Programs > Intel FPGA > Nios® II <version> > Nios® II EDS <version> Documentation.