当前位置: 首页 > 工具软件 > Persist > 使用案例 >

增加persist分区到500M

史默
2023-12-01

1. 修改persist镜像大小

路径:code_root/device/qcom/msm8998/BoardConfig.mk

        BOARD_PERSISTIMAGE_PARTITION_SIZE := 524288000    (单位:bit)

        500*1024*1024=524288000

2. 修改烧录时,分区文件大小

路径:code_root/non-hlos/common/config/ufs/partition.xml

        <partition label="persist" size_in_kb="512000" type="*******(此处省略)" bootable="false" readonly="false" filename="persist.img" sparse="true"/>    (单位:kb)

        

 类似资料: