阅读代码: ah -a 添加img头时 不为fw时会被过滤掉

This commit is contained in:
2024-10-24 17:47:03 +08:00
parent 75611fdc4b
commit 4dd38bcc44
3 changed files with 22 additions and 6 deletions

View File

@@ -940,6 +940,10 @@ if [ "${DEF_CORE_TYPE}" == "ampplc" ]; then
fi
build_obj_func ${DEF_IMAGE_TYPE} ${DEF_PLC_APP} PLC
# 删除 cfg_log.txt
cd ../tools/gen_img
rm -f ./cfg_log.txt
cd -
gen_img_starttime=$(date +%s)
for STR in ${GROUP_BOARDS_DEF[@]}; do
if [ "${DEF_FLASH}" == "2m" ]; then