![]() |
Embedded TCP/IP stack
4.7.0
|
The FNET project provides the GUI File System Generation tool that is used to create ROM File System image files.
The ROM File System provides read-only access to files and directories.
To generate the file system image file, follow the steps below:
[Tools]->[Generate...] menu command or press the [F5] button.
/? parameter: C:\fnet\fnet_tools>cmd /c .\fnet_fs_generation.exe /?
USAGE:
fnet_fs_generation [/?|/project=<Project-file name>[/output=<Output-file name>][/force]]
Where
/? Displays this help message.
/project Specifies the project file.
/output Specifies the output file.
/force Force overwriting of read-only output file.
C:\fnet\fnet_demos\common\fapp_fs_image_generate.bat FNET File System Generation Tool V1.0.2.5 initialized. Reading project file C:\fnet\fnet_demos\common\fapp_fs_image_project.fnetfs Project loaded. Output image file: C:\fnet\fnet_demos\common\fnet_application\fapp_fs_image.c Image generation started. Generating: <FILE SYSTEM IMAGE> Generating: <FILE SYSTEM IMAGE>/favicon.ico Generating: <FILE SYSTEM IMAGE>/fnet.css Generating: <FILE SYSTEM IMAGE>/fnet.js Generating: <FILE SYSTEM IMAGE>/fnet_graph.html Generating: <FILE SYSTEM IMAGE>/fnet_set.shtml Generating: <FILE SYSTEM IMAGE>/fnet_stat.html Generating: <FILE SYSTEM IMAGE>/fnet_sup.html Generating: <FILE SYSTEM IMAGE>/fsl_logo.jpg Generating: <FILE SYSTEM IMAGE>/index.html Image successfully created. Press any key to continue . . .