summaryrefslogtreecommitdiff
path: root/products/mbox/upgrade_3.14/aml_upgrade_package.conf (plain)
blob: 3af0afbf85a61aa9ec305e61b94ff262089e8413
1#This file define how pack aml_upgrade_package image
2
3[LIST_NORMAL]
4#partition images, don't need verfiy
5file="u-boot.bin.usb.bl2" main_type= "USB" sub_type="DDR"
6file="u-boot.bin.usb.tpl" main_type= "USB" sub_type="UBOOT"
7file="u-boot.bin.sd.bin" main_type="UBOOT" sub_type="aml_sdc_burn"
8file="platform.conf" main_type= "conf" sub_type="platform"
9file="aml_sdc_burn.ini" main_type="ini" sub_type="aml_sdc_burn"
10file="dtb.img" main_type="dtb" sub_type="meson1"
11file="manifest.xml" main_type="xml" sub_type="manifest"
12
13[LIST_VERIFY]
14#partition images needed verify
15
16#if you want download userdata image, uncomment below line
17#file="userdata.img" main_type="PARTITION" sub_type="data"
18
19file="logo.img" main_type="PARTITION" sub_type="logo"
20file="boot.img" main_type="PARTITION" sub_type="boot"
21file="system.img" main_type="PARTITION" sub_type="system"
22file="recovery.img" main_type="PARTITION" sub_type="recovery"
23file="u-boot.bin" main_type="PARTITION" sub_type="bootloader"
24file="dtb.img" main_type="PARTITION" sub_type="_aml_dtb"
25
26