User Guide
DDOC0108-000-A2
CNS4 CSfC
11 - 4
Command Line Interface
Revision 0.0
11.2.3
cm_field_update
Syntax:
cm_field_update [ -h | --help ] | [ -v | --version ]
cm_field_update [ -f <str> ] [ -s <str> ]
Description:
The cm_field_update command provides the user the ability to update the firmware within the ILE
module. The update is a trusted update that requires an update file paired with a signature. This
update file and signature will be verified during the transfer and will generate a failure if verification
is unsuccessful.
NOTE
The update files must be placed on the root of fsm_nas0 on the CNS4.Refer to paragraph 6.3.2
NOTE
Curtiss-Wright will be the only entity who provides ILE firmware updates.
Options:
-h, --help.............................. Help
-v, --version ......................... Show version information
-f.......................................... Filename (ex. file.bin)
-s ......................................... Signature (ex. signature.bin)
Example 1.
Performing an update with official files supplied by Curtiss-Wright
Example 2.
Performing an update with an invalid update file and a valid signature
cns>
cm_field_update -f ileTestImage.bin -s ileTestImageSignature.bin
[cm_field_update]
STATUS: Activity
[...............................................................................
....................................................................] Update
Complete. Please wait 5 seconds to power cycle the unit.
status=OK
[!cm_field_update]
cns>
cm_field_update -f ileTestImageInvalid.bin -s ileTestImageSignature.bin
[cm_field_update]
STATUS: Activity
[...............................................................................
........................................................................(0x3005)
:[FUPDATE] - verification failed
[!cm_field_update]