﻿<?xml version="1.0" encoding="utf-8"?>
<firmware>
	<descirption>Firmware layout for LARK</descirption>
	<disk_size>0x400000</disk_size>

	<firmware_version>
		<version_code>0x10000</version_code>
		<version_name>1.00_$(build_time)</version_name>
	</firmware_version>

	<partitions>
		<partition>
			<address>0x0</address>
			<size>0x1000</size>
			<type>BOOT</type>
			<name>fw0_boot</name>
			<file_id>1</file_id>
			<file_name>mbrec.bin</file_name>
			<file_address>0x0</file_address>
			<enable_crc>false</enable_crc>
			<enable_encryption>false</enable_encryption>
			<enable_ota>false</enable_ota>
			<enable_raw>true</enable_raw>
			<enable_dfu>true</enable_dfu>
			<mirror_id>0</mirror_id>
		</partition>

		<partition>
			<address>0x1000</address>
			<size>0x1F000</size>
			<type>RECOVERY</type>
			<name>fw0_rec</name>
			<file_id>2</file_id>
			<file_name>mcuboot.bin</file_name>
			<file_address>0x1000</file_address>
			<enable_crc>false</enable_crc>
			<enable_encryption>false</enable_encryption>
			<enable_ota>false</enable_ota>
			<enable_raw>true</enable_raw>
			<enable_dfu>true</enable_dfu>
			<mirror_id>0</mirror_id>
		</partition>

		<partition>
			<address>0x20000</address>
			<size>0x40000</size>
			<type>SYSTEM</type>
			<name>fw0_sys</name>
			<file_id>3</file_id>
			<file_name>app.bin</file_name>
			<file_address>0x20000</file_address>
			<enable_crc>false</enable_crc>
			<enable_encryption>false</enable_encryption>
			<enable_ota>true</enable_ota>
			<enable_raw>true</enable_raw>
			<enable_dfu>true</enable_dfu>
			<enable_boot_check>true</enable_boot_check>
			<mirror_id>0</mirror_id>
		</partition>

		<partition>
			<address>0x60000</address>
			<size>0xa0000</size>
			<type>DATA</type>
			<name>para</name>
			<file_id>4</file_id>
			<file_address>0x60000</file_address>
			<enable_crc>false</enable_crc>
			<enable_encryption>false</enable_encryption>
			<enable_ota>false</enable_ota>
			<enable_raw>false</enable_raw>
			<enable_dfu>false</enable_dfu>
		</partition>

	</partitions>
</firmware>
