updated build.sh for hexdata

This commit is contained in:
xianfeng.du 2023-07-19 16:22:29 +08:00
parent 240d03f5c5
commit 08d1dc80d5

View File

@ -23,8 +23,8 @@ osp_case_id=0
cpri_case_id=34
jesd_case_id=43
fh_case_id=
ape_core_mask=15
platform_build_data=539166246
ape_core_mask=0xf
platform_build_data=0x20230719
while [[ "$#" > 0 ]]; do
case $1 in
@ -108,8 +108,10 @@ export diagnostic_option=${diagnostic_option}
export debug_option=${debug_option}
export fronthaul_option=${fronthaul_option}
export backhaul_option=${backhaul_option}
export ape_core_mask=${ape_core_mask}
export platform_build_data=${platform_build_data}
export ape_core_mask=$((ape_core_mask))
export platform_build_data=$((platform_build_data))
#echo "# ape_core_mask:$ape_core_mask,platform_build_data:$platform_build_data"
printf "#ape_core_mask[0x%x], #platform_build_data[0x%x]\n" $ape_core_mask $platform_build_data
make -f ${MAKE_DIR}/makefile.lib
makefile_set="makefile.ape_spu makefile.ecs_rfm_spu0 makefile.ecs_rfm_spu1 makefile.pet_rfm_spu0 makefile.pet_rfm_spu1"