SOPHO
IP 5000/SOPHO IP6000
Command Reference Guide
48
Example
Format flash.
<NEC-PHILIPS>
format flash
:
All sectors will be erased, proceed? [Y/N]y
Format flash: completed
mkdir
Syntax
mkdir directory
View
User view
Parameter
directory
: Name of directory.
Description
Using the
mkdir
command, you can create a directory under the specified
directory in the specified storage device.
The name of the directory to be created cannot be the same with the names of
other directories or files under the specified directory.
Example
Create a directory dd.
<NEC-PHILIPS>
mkdir dd
Created dir flash:/dd.
more Syntax
more filename
View
User view
Parameter
filename
: File name.
Description
Using the
more
command, you can display content of a specified file.
By default, the file system displays the file in the form of text, that is, the
contents of the file.
Example
Display the content of the file test.txt.
<NEC-PHILIPS>
more test.txt
AppWizard has created this test application for
you.
This file contains a summary of what you will find in each of the files that make
up your test application.
Test.dsp
This file (the project file) contains information at the project level and is used to
build a single project or subproject. Other users can share the project (.dsp) file,
but they should export the makefiles locally.