Ssf configuration – Artesyn System Services Framework Installation and Use (November 2014) User Manual
Page 63

SSF Configuration
System Services Framework Installation and Use (6806800S58E)
63
}
- Indicates the end of the FUF configuration for the %DEVICE.
:
- After this starts the value for the token.
Note: Tabs and spaces in the beginning of the lines will be ignored.
Variables:
Variables are represented using angular brackets as in <variable_type>. FUF.conf
supports <filename> and <bank-id> variables.
The value of these variables are assigned during the run time either from the user input/
predefined text from FUF.conf file.
Constants:
This part of the FUF.conf file is in predefined text format. Third party users can change this
part of the FUF.conf to suit their commands.
A sample schema for the firmware upgrade of PrAMC-7311.
#
-device name is always needed and it is a mandatory argument.
%DEVICE: pramc-7311-cpu
{
%DIRNAME:/opt/motorola/rom/
%FILENAME:pramc-7311-cpu.fri
%COMMAND:
%UPGRADE: fcu --upgrade -f <filename>
%VERIFY: fcu --verify -f <filename>
%QUERY: fcu --query -d pramc-7311-cpu
%MARK: fcu --mark -b <bank-id> -d pramc-7311-cpu
}