| ... | ... | @@ -38,6 +38,19 @@ The main idea is to have all needed files in one container - to prevent any mix | 
| 
 | 
 | 
	</devices>
 | 
| 
 | 
 | 
</falcom-resource-package>
 | 
| 
 | 
 | 
```
 | 
| 
 | 
 | 
#### update process
 | 
| 
 | 
 | 
* unpack *.frp into local temp folder
 | 
| 
 | 
 | 
* parse content.xml
 | 
| 
 | 
 | 
* check device via `$pfal,msg.version.complete`
 | 
| 
 | 
 | 
* compare device class,type, major from current device with data from XML
 | 
| 
 | 
 | 
* if fit move on if not stop process here
 | 
| 
 | 
 | 
* check crc of *.bin
 | 
| 
 | 
 | 
* update *.bin via pfal in given mode (when compress is used compress before transmit)
 | 
| 
 | 
 | 
* check all packages transmit with ok 
 | 
| 
 | 
 | 
* finalize update via pfal
 | 
| 
 | 
 | 
* device will reset
 | 
| 
 | 
 | 
* after reset check successfull update via `$pfal,msg.version.complete`
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
### version 2.0 of FRP (DRAFT)
 | 
| 
 | 
 | 
```
 | 
| ... | ... |  |