📄 cdb2tcf.bat
字号:
@echo off
echo Running %0
echo.
echo Please wait . . .
set BIOS_INSTALL_DIR=I:\CCStudio_v3.3\bios_5_31_02\
cd /d "I:\CCStudio_v3.3\TS-DM64x_examples\Lab7.4-Dm642_Image-Histogram"
"I:\CCStudio_v3.3\bios_5_31_02\\xdctools\cdb2tcf.exe" "I:\CCStudio_v3.3\C6000\bios\include" "I:\CCStudio_v3.3\TS-DM64x_examples\Lab7.4-Dm642_Image-Histogram\video.cdb"> "I:\CCStudio_v3.3\TS-DM64x_examples\Lab7.4-Dm642_Image-Histogram\cdb2tcf.log"
if not %errorlevel%==0 goto fail
echo cdb2tcf command SUCCESSFULL.
echo.
goto end
:fail
echo Conversion FAILED. This is the command execution log:
type "I:\CCStudio_v3.3\TS-DM64x_examples\Lab7.4-Dm642_Image-Histogram\cdb2tcf.log"
echo.
echo cdb2tcf command FAILED.
:end
pause
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -