Searched refs:boot_mode (Results 1 – 2 of 2) sorted by relevance
4937 string boot_mode = string.Empty; in headlessrun()4960 … int boot_mode_detect = FSEmul.boot_mode_detect(BRIDGE_CURRENT_IP_ADDRESS.value, out boot_mode); in headlessrun()4967 Console.WriteLine("cafex headlessrun: Detected BOOT mode : {0}", boot_mode); in headlessrun()4970 if (boot_mode.Substring(0, 4) != "DUAL") in headlessrun()6245 string boot_mode; in recover()6246 … int boot_mode_detect = FSEmul.boot_mode_detect(BRIDGE_CURRENT_IP_ADDRESS.value, out boot_mode); in recover()6253 Console.WriteLine("Detected BOOT mode : {0}", boot_mode); in recover()6255 if( boot_mode.Contains("NAND")) in recover()6269 if (boot_mode.Contains("DUAL")) in recover()6612 string boot_mode; in cleardata()[all …]
286 internal static int boot_mode_detect(string ip, out string boot_mode) in boot_mode_detect() argument294 boot_mode = "UNKNOWN"; in boot_mode_detect()316 boot_mode = "UNKNOWN"; in boot_mode_detect()320 boot_mode = output.Trim(); in boot_mode_detect()