Specifications

A
Appendix
78
Sample conf.rfw file
Thisappendixdescribestheconf .rfwconfigurationupdatefilesyntax,andlistssomesample
filesthatcanbeusedasguidelinesforcreatingtheconfigurationfile.
Configuration file syntax
Therfwupdateconfigurationfi lesconformtotheYAMLfileformat.See
http://search.cpan.org/dist/YAML/lib/YAML.pmfordetails,orrunmanYAMLonthemodule
whereYAMLisinstalled.
Keyword descriptions
‐‐‐ RequiredmarkerthatindicatesthebeginningofaYAMLdocument.
MultipleYAMLdocumentscanexistinthesamefile.
bundles: RequiredsectionthatliststheURLtothefirmwarebundleforeach
moduletype.Therequiredkeysare:
module: <name>ofthemoduletype,whichisusedtoidentifythebundle
path: <URL>forthemoduletoupdatethebundleintherepository.<URL>is
oneof:
ftp://<user>:<password>@<host>[:<port>]//<updatebundle>
http://<host>[:<port>]//<updatebundle>
https://<host>//<updatebundle>
sftp://<user>:<password>@<host>[:<port>]//<updatebundle>
tftp://<host>[:<port>]//<updatebundle>
Note:UseFTPorSFTPtoachievethebestperformanceandreducethe
updatetime.
<password>doesnotallowcertainnonalphanumericcharacters(such
as@,:,or/).
Ifthe<port>isnotspecified,thedefaultportfortheprotocolisused.
Whenusedafteradoubleslash(//),<updatebundle>istheabsolute
pathofthebundleonthesystemcontainingthebundle.Whenused
afterasingleslash(/),<updatebundle>isrelativetothedefaultpathof
the<user>orprotocol.
Note:TheHTTPandHTTPSURLformatsarenotavailableontheATCA
1200,ATCA2210,ATCA7220,
orATCA9100.OntheCPM,supportfor
HTTPandHTTPSdependsontheinstalledwgetutility.Therfwupdate
‐‐versionsoptioncheckstheaccessibilityofthebundleusingthe
specifiedURL.
Important:FirmwareupdatesandRPMsfortheATCA5010andATCA
5014SPMareincludedintheATCA2210firmwareupdatebundle.In
theconf.rfwfile,youspecifythepathtotheATCA2210updatebundle
fortheATCA5010andATCA5014.