9.2.1 Command Line Syntax
The Uniflash command line is located on Uniflash main directory. For Windows, the user needs to open a DOS command line shell and navigate to Uniflash main directory.
The basic syntax for commands is as follows:
>> uniflashCLI [CONFIG] [SETTINGS] [OPERATIONS]
For Linux, the user needs to open a terminal shell and navigate to Uniflash main directory. The basic syntax for commands is as follows:
>> ./uniflashCLI.sh [CONFIG] [SETTINGS] [OPERATIONS]
Where:
- [CONFIG] indicates the configuration file to be used. The configuration file is the session *.usf file. It is required mainly for the Interface and Device description but can also include other settings as described under the [SETTINGS] argument.
- [SETTINGS] indicates the various options for arguments settings. All settings can be either declared on the *.usf file or explicitly declared on the command line. Several arguments may be set in a single command.
- [OPERATIONS] indicates the various operation options. These operations are equivalent to the GUI buttons. Operations may be concatenated (several operations can be invoked serially in a single command).