Home
last modified time | relevance | path

Searched refs:DEV (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Duninstalltitle.sh64 DEV="${tmp[i]}"
66 let DEV=DEV
67 if `not_numeric "$DEV"`;then
70 if [[ $? != 0 && "$DEV" != 0 ]];then
73 if [[ "$DEV" -le 0 || "$DEV" -gt 128 ]];then
92 if [ -z "$DEV" ];then
93 DEV=01
95 if [ "$DEV" -le 9 ];then
96 DEV=0"$DEV"
99 if [[ "$DEV" != 01 && $((FLG&TITLE_MLC)) != 0 ]];then
[all …]
Dcontent_dump44 Dump the content directory to your PC from the application in NAND memory on CAT-DEV or USB storage…
/CafeSDK-2.12.13-1/
Dcafe.bat424 :: Match boot mode w/ what is running on the CAT-DEV
430 :: Match SDK Version w/ what is running on the CAT-DEV
433 echo *** Your CAT-DEV is not accessible. It might be powered off or offline ***
445 echo !!! Your CAT-DEV is not at the same level as this SDK. !!!
446 echo SDK Version: %SDK_VER% CAT-DEV SDK Version: %SDK_MAJ_VER%.%SDK_MIN_VER%.%SDK_MIC_VER%