... | @@ -98,7 +98,7 @@ The main idea is to have all needed files in one container - to prevent any mix |
... | @@ -98,7 +98,7 @@ The main idea is to have all needed files in one container - to prevent any mix |
|
* check device via `$pfal,msg.version.complete`
|
|
* check device via `$pfal,msg.version.complete`
|
|
* compare device class,type, major from current device with data from XML
|
|
* compare device class,type, major from current device with data from XML
|
|
* if fit move on if not stop process here
|
|
* if fit move on if not stop process here
|
|
* if defined a '<pre>' in configuration sent `$pfal,Sys.Device.CfgUpdateMode` to enter optimized device config update mode - if not skip next 2 points
|
|
* if defined a `<pre>` in configuration sent `$pfal,Sys.Device.CfgUpdateMode` to enter optimized device config update mode - if not skip next 2 points
|
|
* update each pfal in any xxxxx_yyy.pre.conf one by one (timeout ~30sec. retry 3)
|
|
* update each pfal in any xxxxx_yyy.pre.conf one by one (timeout ~30sec. retry 3)
|
|
* when all `$pfal` settings successfull transmitted sent `$pfal,Cnf.Backup` this will optimize the stored config
|
|
* when all `$pfal` settings successfull transmitted sent `$pfal,Cnf.Backup` this will optimize the stored config
|
|
and create a backup of the current configuration
|
|
and create a backup of the current configuration
|
... | @@ -108,7 +108,7 @@ and create a backup of the current configuration |
... | @@ -108,7 +108,7 @@ and create a backup of the current configuration |
|
* finalize update via pfal
|
|
* finalize update via pfal
|
|
* device will reset
|
|
* device will reset
|
|
* after reset check successfull update via `$pfal,msg.version.complete`
|
|
* after reset check successfull update via `$pfal,msg.version.complete`
|
|
* if defined a '<post>' in configuration sent `$pfal,Sys.Device.CfgUpdateMode` to enter optimized device config update mode - if not skip next 3 points
|
|
* if defined a `<post>` in configuration sent `$pfal,Sys.Device.CfgUpdateMode` to enter optimized device config update mode - if not skip next 3 points
|
|
* update each pfal in any xxxxx_yyy.pre.conf one by one (timeout ~30sec. retry 3)
|
|
* update each pfal in any xxxxx_yyy.pre.conf one by one (timeout ~30sec. retry 3)
|
|
* when all `$pfal` settings successfull transmitted sent `$pfal,Cnf.Backup` this will optimize the stored config
|
|
* when all `$pfal` settings successfull transmitted sent `$pfal,Cnf.Backup` this will optimize the stored config
|
|
and create a backup of the current configuration
|
|
and create a backup of the current configuration
|
... | | ... | |