en:lib:mdl:mdl-f-fsbacnan-020

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:lib:mdl:mdl-f-fsbacnan-020 [2015/11/04 12:10] – created qem207en:lib:mdl:mdl-f-fsbacnan-020 [2019/08/29 17:01] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +===Backup to NAND===
 +The backup procedure creates a copy of the QCL application in execution and a dump of the retentive data, as files saved in the NAND mass storage.
 +The files created have the following names:
 +  * applic.qcy  identifies the file containing the QCL application (CPU)
 +  * appdat.qcy  identifies the file containing the retentive data of the QCL application
  
 +The procedure performs the following steps:
 +  *Check the presence of the QCL application.
 +  *Create and write in NAND the QCL application backup file: **applic.qcy**.
 +  *Check the presence and validity of retentive data of the QCL application.
 +  *Create and write in NAND the retentive data backup file of the QCL application: **appdat.qcy**.
 +  *Procedure end and system reboot.