📄 readme
字号:
This is is simple sample program to test a File System integrityon the Stargate platform.Build command: make - Builds the "filetest" program which will run on Stargate PlatformHow to execute: There are two ways to run this program. 1) Test the File System at the current Mount point, ie. at the same directory where the program is running. In this case no arguments are necessary to run "filetest". On successful execution of the test, the following message is printed on the console.[stargate-1 file]filetestFile 1 is ./testfile1File 2 is ./testfile2File System test passed. 2) Test the File System, different from the current, such as a CF card. If you have a compact flash card File System mounted at say, /mnt/cfcard/ You can run the "filetest" program with this path as the argument.[stargate-1 file]filetest /mnt/cfcard/ On successful execution of the test, the following message is printed on the console.File 1 is /mnt/cfcard/./testfile1File 2 is /mnt/cfcard/./testfile2File System test passed.Primary Files apps/sample/file/filetest.c - The Source file for the "Client" program Makefile - The makefile to build the program README - This fileDerived Files filetest - The "filetest" program testfile1 - First file created during test run testfile2 - Second (copy) file created during test run
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -