mcu_hi3321_watch/tjd_output/生产测试出包相关.txt
2025-05-26 20:15:20 +08:00

7 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1、修改软件版本。tjd\system\sys_config.h文件中DEVICE_HARD_VERSION(如果硬件版本有更新才修改)、DEVICE_SOFT_VERSION的定义值。
2、制作文件系统镜像。fs_origin是制作文件系统镜像的原生状态相应的文件放到对应的文件夹。文件系统镜像主要是生产时使用。
3、制作OTA_all_bin.zip全量升级包。OTA_all_bin.zip默认包含\sdk\fs_origin\user\tjd_res目录下所有文件 + sdk\output\brandy\upgrade\update.fwpkg。
4、update.fwpkg文件生成在sdk目录进入cmd命令窗口执行脚本"python build\config\target_config\brandy\build_brandy_update.py”。
5、出包后将OTA_all_bin.zip文件通过example-debug_xx.apk升级设备。升级完成后将所有一级页面菜单APP都进入一次查看是否有异常。
6、自测通过后将W010_T13542_TH18A_BT-Lefun-Lefun#T_HI3321_SV0.3_HV1.0_lefun_20240831.zip上传到禅道。对版本新增修改进行说明并给出测试建议。
7、在git仓库增加标签。例T13542_TH18A_SV0.3_HV1.0