SDK中demo 15-flash,默认配置是添加一个128KB的custom分区,具体操作如下。
1、 编译demo 15-flash。
2、 将SDK下“download\aboot-tools-2021.02.20-win-x64”中原始的config文件夹移到download目录下。
3、 拷贝15-flash下的“config”文件夹到 “download\aboot-tools-2021.02.20-win-x64”下。
4、 在“download\aboot-tools-2021.02.20-win-x64\images”下创建一个custom.bin的文件,内容任意。
5、 制作生产包或升级包。
① 制作生产包时,选择以下不带_P的项进行打包,升级时将烧录“custom分区”。
如打包YV9_V2 8M模块生产包
之后在烧录该生产包时可看到“custom分区”自动被勾选,则custom.bin将被烧录到custom分区。
② 制作升级包时,选择以下带_P的项进行打包,则“custom分区”默认不会被覆盖。
以下同样以YV9_V2 8M模块做示例。
之后在烧录该生产包时,“custom分区”不会被自动勾选。