| ... | @@ -4,7 +4,7 @@ | 
... | @@ -4,7 +4,7 @@ | 
| 
 | 
FRP is a file with a file ending *.frp which contains all needed binary and instruction to update a FALCOM AVL device. A *.frp file is basically a ZIP container with a given structure.
 | 
 | 
FRP is a file with a file ending *.frp which contains all needed binary and instruction to update a FALCOM AVL device. A *.frp file is basically a ZIP container with a given structure.
 | 
| 
 | 
The main idea is to have all needed files in one container - to prevent any mix of files which may not tested in this combination.
 | 
 | 
The main idea is to have all needed files in one container - to prevent any mix of files which may not tested in this combination.
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
## version 1.0 of FRP
 | 
 | 
## version 2.0 of FRP
 | 
| 
 | 
```
 | 
 | 
```
 | 
| 
 | 
*.frp
 | 
 | 
*.frp
 | 
| 
 | 
|
 | 
 | 
|
 | 
| ... | @@ -50,7 +50,7 @@ The main idea is to have all needed files in one container - to prevent any mix | 
... | @@ -50,7 +50,7 @@ The main idea is to have all needed files in one container - to prevent any mix | 
| 
 | 
* after reset check successfull update via `$pfal,msg.version.complete`
 | 
 | 
* after reset check successfull update via `$pfal,msg.version.complete`
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
## version 2.0 of FRP (DRAFT)
 | 
 | 
## version 3.0 of FRP (DRAFT)
 | 
| 
 | 
```
 | 
 | 
```
 | 
| 
 | 
*.frp
 | 
 | 
*.frp
 | 
| 
 | 
|
 | 
 | 
|
 | 
| ... | @@ -64,7 +64,7 @@ The main idea is to have all needed files in one container - to prevent any mix | 
... | @@ -64,7 +64,7 @@ The main idea is to have all needed files in one container - to prevent any mix | 
| 
 | 
```xml
 | 
 | 
```xml
 | 
| 
 | 
<?xml version="1.0" encoding="UTF-8"?>
 | 
 | 
<?xml version="1.0" encoding="UTF-8"?>
 | 
| 
 | 
<falcom-resource-package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | 
 | 
<falcom-resource-package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | 
| 
 | 
	xsi:noNamespaceSchemaLocation="http://www.falcom-solutions.de/schemas/falcom-resource-package_v2.xsd">
 | 
 | 
	xsi:noNamespaceSchemaLocation="http://www.falcom-solutions.de/schemas/falcom-resource-package_v3.xsd">
 | 
| 
 | 
	<version-info number="2" />
 | 
 | 
	<version-info number="2" />
 | 
| 
 | 
	<resources>
 | 
 | 
	<resources>
 | 
| 
 | 
            <firmware>
 | 
 | 
            <firmware>
 | 
| ... | @@ -114,7 +114,7 @@ and create a backup of the current configuration | 
... | @@ -114,7 +114,7 @@ and create a backup of the current configuration | 
| 
 | 
and create a backup of the current configuration 
 | 
 | 
and create a backup of the current configuration 
 | 
| 
 | 
* recommended to sent a `$pfal.sys.device.reset`
 | 
 | 
* recommended to sent a `$pfal.sys.device.reset`
 | 
| 
 | 
 | 
 | 
 | 
| 
 | 
## version 3.0 of FRP (PLANNED DRAFT)
 | 
 | 
## version 4.0 of FRP (PLANNED DRAFT)
 | 
| 
 | 
```
 | 
 | 
```
 | 
| 
 | 
*.frp
 | 
 | 
*.frp
 | 
| 
 | 
|
 | 
 | 
|
 | 
| ... | @@ -131,7 +131,7 @@ customer.crt as option | 
... | @@ -131,7 +131,7 @@ customer.crt as option | 
| 
 | 
```xml
 | 
 | 
```xml
 | 
| 
 | 
<?xml version="1.0" encoding="UTF-8"?>
 | 
 | 
<?xml version="1.0" encoding="UTF-8"?>
 | 
| 
 | 
<falcom-resource-package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | 
 | 
<falcom-resource-package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | 
| 
 | 
	xsi:noNamespaceSchemaLocation="http://www.falcom-solutions.de/schemas/falcom-resource-package_v2.xsd">
 | 
 | 
	xsi:noNamespaceSchemaLocation="http://www.falcom-solutions.de/schemas/falcom-resource-package_v4.xsd">
 | 
| 
 | 
	<version-info number="2" />
 | 
 | 
	<version-info number="2" />
 | 
| 
 | 
	<resources>
 | 
 | 
	<resources>
 | 
| 
 | 
            <firmware>
 | 
 | 
            <firmware>
 | 
| ... |  | ... |  |