Commit 221f3d93 authored by wangliang.wang's avatar wangliang.wang Committed by sam.xiang

[isp_tuning] Upgrade the MMF SDK from V4.0.0 to V4.1.0

	1. add cv181x pqbin

Change-Id: Idb228131fcfbdc80a0e038abfc255a8f00013dad
parent c437ff95
...@@ -12,6 +12,7 @@ function copyBinToOutFolder() ...@@ -12,6 +12,7 @@ function copyBinToOutFolder()
if [ "$mPATH" != "" ]; then if [ "$mPATH" != "" ]; then
sdrBin=${mPATH}/${mPRE_BIN_NAME}_sdr.bin sdrBin=${mPATH}/${mPRE_BIN_NAME}_sdr.bin
wdrBin=${mPATH}/${mPRE_BIN_NAME}_wdr.bin wdrBin=${mPATH}/${mPRE_BIN_NAME}_wdr.bin
sdr_irBin=${mPATH}/${mPRE_BIN_NAME}_sdr_ir.bin
outPath=$1 outPath=$1
mkdir -p ${outPath} mkdir -p ${outPath}
...@@ -23,6 +24,10 @@ function copyBinToOutFolder() ...@@ -23,6 +24,10 @@ function copyBinToOutFolder()
if [ -f "${sdrBin}" ]; then if [ -f "${sdrBin}" ]; then
cp ${sdrBin} ${outPath}/cvi_sdr_bin cp ${sdrBin} ${outPath}/cvi_sdr_bin
fi fi
if [ -f "${sdr_irBin}" ]; then
cp ${sdr_irBin} ${outPath}/cvi_sdr_ir_bin
fi
fi fi
} }
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment