Home
last modified time | relevance | path

Searched refs:boot_mode (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs4664 string boot_mode = string.Empty; in headlessrun()
4687 … int boot_mode_detect = FSEmul.boot_mode_detect(BRIDGE_CURRENT_IP_ADDRESS.value, out boot_mode); in headlessrun()
4694 Console.WriteLine("cafex headlessrun: Detected BOOT mode : {0}", boot_mode); in headlessrun()
4697 if (boot_mode.Substring(0, 4) != "DUAL") in headlessrun()
5984 string boot_mode; in recover()
5985 … int boot_mode_detect = FSEmul.boot_mode_detect(BRIDGE_CURRENT_IP_ADDRESS.value, out boot_mode); in recover()
5992 Console.WriteLine("Detected BOOT mode : {0}", boot_mode); in recover()
5994 if( boot_mode.Contains("NAND")) in recover()
6008 if (boot_mode.Contains("DUAL")) in recover()
6337 string boot_mode; in cleardata()
[all …]
DExecutableClasses.cs268 internal static int boot_mode_detect(string ip, out string boot_mode) in boot_mode_detect() argument
276 boot_mode = "UNKNOWN"; in boot_mode_detect()
298 boot_mode = "UNKNOWN"; in boot_mode_detect()
302 boot_mode = output.Trim(); in boot_mode_detect()