Lines Matching refs:boot_mode
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()
6626 … int boot_mode_detect = FSEmul.boot_mode_detect(BRIDGE_CURRENT_IP_ADDRESS.value, out boot_mode); in cleardata()
6633 Console.WriteLine("Detected BOOT mode : {0}", boot_mode); in cleardata()
6634 if (boot_mode == "NAND") in cleardata()
6905 string boot_mode; in setbootmode()
6912 … int boot_mode_detect = FSEmul.boot_mode_detect(BRIDGE_CURRENT_IP_ADDRESS.value, out boot_mode); in setbootmode()
6921 Console.WriteLine("cafex setbootmode: Detected BOOT mode : {0}", boot_mode); in setbootmode()
6922 if(boot_mode.Contains("PCFS")) in setbootmode()
6926 else if (boot_mode.Contains("NAND")) in setbootmode()
6930 else if (boot_mode.Contains("DUAL")) in setbootmode()
6935 if (!boot_mode.StartsWith ("DUAL")) in setbootmode()