Lines Matching refs:WriteLine

346                 Log.WriteLine("InitialEnvVarSetup started.");  in InitialEnvVarSetup()
541 …Console.WriteLine("cafex: Unknown LANG specified; using UTF-8 encoding for incoming Cafe messages"… in InitialEnvVarSetup()
548 …Console.WriteLine("cafex: Invalid LANG specified; using UTF-8 encoding for incoming Cafe messages"… in InitialEnvVarSetup()
570 … Console.WriteLine("User has already defined CAFE_HARDWARE to '{0}'!", CAFE_HARDWARE.value); in InitialEnvVarSetup()
571 … Console.WriteLine("Please be aware that anything but 'catdevmp' is not guaranteed to work."); in InitialEnvVarSetup()
640 … Console.WriteLine("ERROR: SessionManager.dll not found and multi-CATDEV is enabled!"); in InitialEnvVarSetup()
641 …Console.WriteLine(" Please install HostBridge version 3.2.2.3+ or disable multi-CATDEV featu… in InitialEnvVarSetup()
691 …Console.WriteLine("WARNING: CAFE_SLC_DIR is set to a non-default path! Cafe may encounter errors!"… in InitialEnvVarSetup()
692 Console.WriteLine("default:{0}", defaultSlcDir); in InitialEnvVarSetup()
693 Console.WriteLine(" actual:{0}", CAFE_SLC_DIR.value); in InitialEnvVarSetup()
701 …Console.WriteLine("WARNING: CAFE_MLC_DIR is set to a non-default path! Cafe may encounter errors!"… in InitialEnvVarSetup()
702 Console.WriteLine("default:{0}", defaultMlcDir); in InitialEnvVarSetup()
703 Console.WriteLine(" actual:{0}", CAFE_MLC_DIR.value); in InitialEnvVarSetup()
723 Log.WriteLine("SESSION_NAME = " + SESSION_NAME.value); in InitialEnvVarSetup()
724 Log.WriteLine("SESSION_DEBUG_OUT_PORT = " + SESSION_DEBUG_OUT_PORT.value); in InitialEnvVarSetup()
725 Log.WriteLine("SESSION_DEBUG_CONTROL_PORT = " + SESSION_DEBUG_CONTROL_PORT.value); in InitialEnvVarSetup()
726 Log.WriteLine("SESSION_HIO_OUT_PORT = " + SESSION_HIO_OUT_PORT.value); in InitialEnvVarSetup()
727 Log.WriteLine("SESSION_LAUNCH_CTRL_PORT = " + SESSION_LAUNCH_CTRL_PORT.value); in InitialEnvVarSetup()
728 Log.WriteLine("SESSION_NET_MANAGE_PORT = " + SESSION_NET_MANAGE_PORT.value); in InitialEnvVarSetup()
729 Log.WriteLine("SESSION_PCFS_SATA_PORT = " + SESSION_PCFS_SATA_PORT.value); in InitialEnvVarSetup()
730 Log.WriteLine("SESSION_PATH_PREFIX = " + SESSION_PATH_PREFIX.value); in InitialEnvVarSetup()
731 Log.WriteLine("CAFE_DATA_DIR = " + CAFE_DATA_DIR.value); in InitialEnvVarSetup()
732 Log.WriteLine("CAFE_CONTENT_DIR = " + CAFE_CONTENT_DIR.value); in InitialEnvVarSetup()
733 Log.WriteLine("CAFEON_OPTION_NO_DATA_SYNC = " + CAFEON_OPTION_NO_DATA_SYNC.value); in InitialEnvVarSetup()
734 Log.WriteLine("CAFERUN_OPTION_NO_DATA_SYNC= " + CAFERUN_OPTION_NO_DATA_SYNC.value); in InitialEnvVarSetup()
882 Log.WriteLine(String.Format("Found crash token in '{0}'!", input)); in StartProcessOnCrashdump()
900 Log.WriteLine(String.Format("Starting '{0} {1}'...", shell, line)); in StartProcessOnCrashdump()
913 Log.WriteLine("stop started."); in stop()
922 Log.WriteLine("Arguments=" + argString); in stop()
968 …Log.WriteLine("(CAFERUN_OPTION_SOFT_LAUNCH.value == 1 || CAFERUN_OPTION_KILL_RESTART.value == 1) &… in stop()
980 Console.WriteLine("cafex {0}: Enabling single pass CGI", command); in stop()
986 Log.WriteLine("CAFERUN_OPTION_SOFT_LAUNCH.value != 1 -> calling hoststop()"); in stop()
989 Log.WriteLine("Hoststop start"); in stop()
997 Log.WriteLine("Hoststop end"); in stop()
1006 Console.WriteLine("cafex stop error: CAFESTOP_STATUS=" + CAFESTOP_STATUS.value); in stop()
1025 Console.WriteLine("cafex: Unable to find {0}, using OS header file.", sdk_ver_file); in readSDKFromCafeRoot()
1029 Console.WriteLine("cafex: Unable to find OS header file {0}!", sdk_ver_file); in readSDKFromCafeRoot()
1035 Console.WriteLine("cafex: SDK version from {0}.", sdk_ver_file); in readSDKFromCafeRoot()
1057 Console.WriteLine("cafex Error: couldn't determine SDK version!"); in readSDKFromCafeRoot()
1065 Console.WriteLine("cafex: SDK version from {0}.", sdk_ver_file); in readSDKFromCafeRoot()
1080 … Console.WriteLine("cafex Error: CAFE_OS_SDK_VERSION not defined in {0}!", sdk_ver_file); in readSDKFromCafeRoot()
1086 … Console.WriteLine("cafex Error: TryParse on CAFE_OS_SDK_VERSION '{0}' failed!", subs[2]); in readSDKFromCafeRoot()
1103 Console.WriteLine("cafex Error: couldn't determine SDK version!"); in readSDKFromCafeRoot()
1118 Console.WriteLine("MionPS returned an error."); in readSDKFromMion()
1121 …Console.WriteLine("Please ensure that your devkit is turned on and has its Ethernet cable plugged … in readSDKFromMion()
1158 … Console.WriteLine("cafex unable to set the SDK Major version. Mionps returned " + result[0]); in setMionSDKVersion()
1160 … Console.WriteLine("cafex unable to set the SDK Minor version. Mionps returned " + result[1]); in setMionSDKVersion()
1162 … Console.WriteLine("cafex unable to set the SDK Micro version. Mionps returned " + result[2]); in setMionSDKVersion()
1166 … Console.WriteLine("An error occurred when trying to set the SDK version on the catdev."); in setMionSDKVersion()
1167 Console.WriteLine("Mionps returned: " + retVal); in setMionSDKVersion()
1232 …Console.WriteLine("cafex failed: Please install at least HostBridgeSetup_{0}.exe and restart cafex… in parseVersions()
1233 …Console.WriteLine(" Current software version is {0} (need {1})", sw_ver_str, MIN_MION… in parseVersions()
1234 …Console.WriteLine(" Current firmware version is {0} (need {1})", fw_ver_str, MIN_MION… in parseVersions()
1281 Log.WriteLine("hoststop started."); in hoststop()
1290 Log.WriteLine("Arguments=" + argString); in hoststop()
1298 …Console.WriteLine("cafex hoststop failed: Please install the HostBridge and reopen the build envir… in hoststop()
1359 Console.WriteLine("CheckBridgeName: {0}", output); in hoststop()
1370 Console.WriteLine("cafex {0}: Single pass CGI enabled", command); in hoststop()
1396 … Console.WriteLine("cafex {0}: Bridge old owner: [{1}] new owner: [{2}]", command, old, host); in hoststop()
1432 … Console.WriteLine("cafex {0}: Disabling single pass CGI, not supported", command); in hoststop()
1477 …Console.WriteLine("WARNING: MionButton powerdown failed with err={0}, will retry shortly, count={1… in hoststop()
1490 …Console.WriteLine("Gathering MION logs via telnet for the mionbutton return of " + HOSTSTOP_RVAL.v… in hoststop()
1494 … sw.WriteLine("----------------------------------------------------------------"); in hoststop()
1495 … sw.WriteLine("----- MION telnet debug log @ " + DateTime.Now.ToLocalTime().ToString() + " -----"); in hoststop()
1496 … sw.WriteLine("----------------------------------------------------------------"); in hoststop()
1502 Console.WriteLine(" See " + logfile + " for details."); in hoststop()
1522 Console.WriteLine("cafex hoststop warning: Software shutdown failed."); in hoststop()
1527 …Console.WriteLine("cafex hoststop failed: Could not stop cafe through " + BRIDGE_CURRENT_NAME.valu… in hoststop()
1533 Console.WriteLine("cafex hoststop failed: Could not stop cafe through Toucan."); in hoststop()
1547 Log.WriteLine("getbridgetype started."); in getbridgetype()
1564 Log.WriteLine("BRIDGE_TYPE set to = " + BRIDGE_TYPE.value); in getbridgetype()
1738 Console.WriteLine(pcfsSync); in startBootRun()
1740 Log.WriteLine(pcfsSync); in startBootRun()
1748 Console.WriteLine("PCFSServer has started"); in startBootRun()
1750 Log.WriteLine("PCFSServer has started"); in startBootRun()
1763 Console.WriteLine("Waiting for PCFSServer initialization..."); in startBootRun()
1767 … Console.WriteLine("PCFSServerSync exited with value " + PCFSSERVERSYNC_RVAL.value); in startBootRun()
1770 Console.WriteLine("PCFSServer initialization complete!"); in startBootRun()
1774 Console.WriteLine("PCFSServer started without synchronization"); in startBootRun()
1808 Log.WriteLine("Launching bootrun"); in startBootRun()
1817 Log.WriteLine("Bootrun end"); in startBootRun()
1835 …Console.WriteLine("cafex: Invalid eject state parameter '{0}'! Please specify 'in' or 'out'.", EJ… in CheckEjectState()
1858 …Console.WriteLine("cafex run: Set disc eject state:'{0}' failed={1}!", EJECT_STATE.value, returnVa… in SetEjectState()
1859 Console.WriteLine(" Continuing execution, ignoring ejectstate"); in SetEjectState()
1863 … Console.WriteLine("cafex run: Set disc eject state: '{0}' succeeded.", EJECT_STATE.value); in SetEjectState()
1884 …Log.WriteLine("*** CAFERUN_DEFAULT_OPTIONS *** Default options detected! Please be aware that any … in run()
1902 Log.WriteLine("~~~~~~~~~~~~~~~~ START ENV VARIABLES~~~~~~~~~~~~~~~~~~"); in run()
1906 Log.WriteLine(string.Format(" {0} = {1}", de.Key, de.Value)); in run()
1908 Log.WriteLine("~~~~~~~~~~~~~~~~ END ENV VARIABLES~~~~~~~~~~~~~~~~~~"); in run()
1910 …Log.WriteLine(string.Format("**** Current Working Directory = {0} ****", Directory.GetCurrentDirec… in run()
1911 Log.WriteLine("run started."); in run()
1920 Log.WriteLine("Arguments=" + argString); in run()
1974 Console.WriteLine("cafex run error: sdk_ver.h does not exist: " + sdk_ver_file); in run()
2001 Console.WriteLine("cafex run error: couldn't find sdk version in sdk_ver.h"); in run()
2005 …Log.WriteLine("CAFERUN_COLDBOOT_OS_VERSION set to '{0}' from file {1}\\system\\include\\sdk_ver.h"… in run()
2046 Log.WriteLine("CAFERUN_OPTION_SOFT_LAUNCH set to " + CAFERUN_OPTION_SOFT_LAUNCH.value); in run()
2146 Log.WriteLine("CONSOLE = " + CONSOLE.value); in run()
2147 Log.WriteLine("DEBUGGER = " + DEBUGGER.value); in run()
2148 Log.WriteLine("CATOUTPUT= " + CATOUTPUT.value); in run()
2149 Log.WriteLine("CMDOUTPUT= " + CMDOUTPUT.value); in run()
2182 Log.WriteLine("Search for RPX index returned index = " + rpx_index.ToString()); in run()
2199 Console.WriteLine("cafex run failed: memmap not supported"); in run()
2216 … Console.WriteLine("WARNING: Value after -g is null or empty. Option is ignored."); in run()
2248 …Console.WriteLine("WARNING: Value for -p is null or empty. Debugger will break in the default pro… in run()
2312 … Console.WriteLine("cafex : argument for -w option is not a valid number and will be ignored."); in run()
2344 … Console.WriteLine("WARNING: value for -o was null or empty, so it will be treated as 0."); in run()
2428 Console.WriteLine("Unable to convert CAFE_SYSLOG_LEVEL to integer."); in run()
2456 …Console.WriteLine("cafex run: \"{0}\" is not a valid launch hint. Valid arguments are: {1}.", mcp_… in run()
2465 … Console.WriteLine("WARNING: overriding launch hint for wumad with " + MCP_LAUNCH_HINT.value); in run()
2475 Console.WriteLine("cafex run: Emulating PCFS Headless Mode."); in run()
2481 Console.WriteLine("cafex run: Disabling PCFS Fast File IO."); in run()
2487 Console.WriteLine("cafex run: Disabling MION send/recv support."); in run()
2522 Console.WriteLine("Invalid WUMAD argument!"); in run()
2540 … Console.WriteLine("WARNING: overriding launch hint for wumad with " + MCP_LAUNCH_HINT.value); in run()
2560 …Console.WriteLine("WARNING: The \"sata\" option for -e is deprecated; \"sata\" is used by default.… in run()
2583 Console.WriteLine("CafeX: Invalid HDD bank value!"); in run()
2594 Console.WriteLine("CafeX: Invalid HDD bank value!"); in run()
2613 Console.WriteLine("cafex run: Invalid PCFS port specified."); in run()
2716 Console.WriteLine("Invalid title ID detected!"); in run()
2717 Console.WriteLine(ex.Message); in run()
2788 … Console.WriteLine("Session data directory is missing and needs to be sync'd!"); in run()
2789 Console.WriteLine(" Please re-run without the '-z' option."); in run()
2799 …Console.WriteLine("*** -A option is deprecated and has no effect. ATFS is now the default file sys… in run()
2805 … Console.WriteLine("cafex run failed: -D option is deprecated. DVDFS is now unsupported."); in run()
2843 Console.WriteLine("-T value needs to be an 8 digit hex value"); in run()
2856 Console.WriteLine("AppType is not in Hex format"); in run()
2879 Console.WriteLine("cafex run failed: invalid option: " + args[i]); in run()
2889 Log.WriteLine("End of arguments"); in run()
2899 …Console.WriteLine(string.Concat("WARNING: Some system applications on the system might be missing.… in run()
2918 Console.WriteLine("Skipping OS check since a non-wumad was uploaded."); in run()
2922 … Console.WriteLine("ERROR: Uploaded title's OS version does not match command line arguments!"); in run()
2923 Console.WriteLine("ERROR: Please omit \"-b\" on the command line."); in run()
2924 …Console.WriteLine("If you uploaded the title using a HostBridge prior to 3.2.6.0, please install H… in run()
2925 …Console.WriteLine("If you want to skip this check, specify \"-N\" on the command line, but be warn… in run()
2930 … Console.WriteLine("ERROR: Uploaded title's OS version does not match command line arguments!"); in run()
2931 Console.WriteLine("ERROR: Please specify \"-b\" on the command line."); in run()
2932 …Console.WriteLine("If you uploaded the title using a HostBridge prior to 3.2.6.0, please install H… in run()
2933 …Console.WriteLine("If you want to skip this check, specify \"-N\" on the command line, but be warn… in run()
2988 … Console.WriteLine("The CAT-DEV SDK version is not the same as the SDK you are running."); in run()
2989 … Console.WriteLine("SDK Version: {0} CAT-DEV SDK Version: {1}", sdk_ver, catdev_sdk_ver); in run()
2990 Console.WriteLine("Please run cafeupdate to get in sync."); in run()
2999 … Console.WriteLine("cafex run: using PCFS over SATA on port " + PCFS_OVER_SATA_PORT.value); in run()
3003 Console.WriteLine("cafex run: not using PCFS over SATA"); in run()
3013 Console.WriteLine("cafex run: PCFS_OVER_SATA_PORT is not set."); in run()
3032 … Console.WriteLine("cafex run: PCFSServer parameters " + PCFSSERVER_PARAMETERS.value); in run()
3049 Console.WriteLine("cafex run: Will launch HDD bank " + RUN_FROM_HDD_BANK.value); in run()
3085 Console.WriteLine("cafex run failed: Test mode not supported on NAND."); in run()
3088 Console.WriteLine("cafex run: Will use NAND file system"); in run()
3092 Console.WriteLine("cafex run: Will use PCFS file system emulation"); in run()
3096 … Console.WriteLine("cafex run: HDD bank " + RUN_FROM_HDD_BANK.value + " will be attached to odd"); in run()
3099 Console.WriteLine("cafex run: bridge parameters: " + BRIDGE_PARAMETERS.value); in run()
3135 …Console.WriteLine("cafex run failed: Please check the device is connected, powered on, and not in … in run()
3140 Log.WriteLine("Hostcheckversion start"); in run()
3145 Log.WriteLine("Hostcheckversion end"); in run()
3169 Console.WriteLine("cafex run failed: CAFE_TEMP environment variable is not set."); in run()
3180 Console.WriteLine("cafex run: Using CAFE_CONTENT_DIR = " + CAFE_CONTENT_DIR.value); in run()
3200 …Console.WriteLine("cafex run: Specified rpx/elf file is used for setting title id from app.xml onl… in run()
3210 … Console.WriteLine("cafex run failed: Cannot find rpx application in " + CAFE_ELF.value); in run()
3231 …Console.WriteLine(" : Session data sync FAILED with exit code {0}!", SYNCTOOL_RVAL… in run()
3232 … Console.WriteLine(" : See {0} for details.", SYNCTOOL_LOG.value); in run()
3268 …Console.WriteLine("cafex run failed: Please provide rpx application as first argument after run_op… in run()
3275 … Console.WriteLine("cafex run failed: Cannot find rpx application in " + CAFE_ELF.value); in run()
3325 … Console.WriteLine("cafex run : WARNING - No files found in directory {0}.", dir); in run()
3332 … Console.WriteLine("cafex run: copy {0} to {1}", origin, destination); in run()
3347 Console.WriteLine("cafex run: copy {0} to {1}", file, destination); in run()
3357 … Log.WriteLine("CAFEX: Writing data to {0}\\previous_launch_info.xml", CAFERUN_WORK_DIR.value); in run()
3361 writer.WriteLine("<?xml version=\"1.0\" encoding=\"utf-8\"?>"); in run()
3362 writer.WriteLine("<prev type=\"complex\" access=\"777\">"); in run()
3366 …writer.WriteLine(" <emu_tid type=\"string\" length=\"512\">" + CAFERUN_OPTION_MLC_EMU_TITLEID.val… in run()
3370 …writer.WriteLine(" <code_dir type=\"string\" length=\"512\">" + CAFE_CODE_DIR.value + "</code_dir… in run()
3371 …writer.WriteLine(" <disc_emu type=\"string\" length=\"8\">" + DISC_EMU_TYPE.value + "</disc_emu>"… in run()
3372 …writer.WriteLine(" <hdd_bank type=\"string\" length=\"8\">" + RUN_FROM_HDD_BANK.value + "</hdd_ba… in run()
3373 …writer.WriteLine(" <disc_emu_tid type=\"string\" length=\"8\">" + DISC_EMU_TID.value + "</disc_em… in run()
3375 …writer.WriteLine(" <coldboot_os type=\"string\" length=\"8\">" + CAFERUN_COLDBOOT_OS_VERSION.valu… in run()
3376 …writer.WriteLine(" <fast_relaunch type=\"string\" length=\"8\">" + CAFERUN_OPTION_FAST_RELAUNCH.v… in run()
3377 writer.WriteLine("</prev>"); in run()
3391 … Console.WriteLine("cafex run failed: Please cafex run an rpx application first"); in run()
3416 …Console.WriteLine("cafex run failed: argstr value in cos.xml is greater than or equal to 4096 char… in run()
3432 Console.WriteLine("cafex run failed: Could not find " + CAFE_ELF.value); in run()
3436 Console.WriteLine("cafex run: Restarting " + CAFE_ELF.value); in run()
3469 Console.WriteLine("cafex run failed: Cannot find OS in " + os_directory); in run()
3491 …Console.WriteLine("cafex run failed: Please build FDEBUG os version " + CAFERUN_COLDBOOT_OS_VERSIO… in run()
3495 …Console.WriteLine("cafex run failed: Please build DEBUG os version " + CAFERUN_COLDBOOT_OS_VERSION… in run()
3496 Console.WriteLine(" or do not use \"cafex run -b\" to use NDEBUG version"); in run()
3500 …Console.WriteLine("cafex run failed: Please build NDEBUG os version " + CAFERUN_COLDBOOT_OS_VERSIO… in run()
3501 Console.WriteLine(" or use \"cafex run -b\" to use the DEBUG version"); in run()
3505 …Console.WriteLine("cafex run failed: Please build OS_SECURITY_LEVEL os version " + CAFERUN_COLDBOO… in run()
3509 …Console.WriteLine("cafex run failed: Non-standard titleId for os version " + CAFERUN_COLDBOOT_OS_V… in run()
3525 Console.WriteLine("PCFS output logged to " + PCFS_SRV_LOG_OUTPUT.value); in run()
3618 Console.WriteLine("**** FORCE REBOOT ****"); in run()
3636 Log.WriteLine("SendKillRestartAndResponse start"); in run()
3644 Log.WriteLine("SendKillRestartAndResponse end"); in run()
3695 … Log.WriteLine("Iteration #{0} of {1}", progress.tries + 1, CAFERUN_RETRY_COUNT); in run()
3698 …Console.WriteLine("Launching {0} @ sync date [{1}]", Path.GetFileName(CAFE_ELF.value), PCFS_SYNC_D… in run()
3704 … Log.WriteLine("PCFSServerSync process returned '{0}' from execution.", CMD_RESULT.value); in run()
3712 Console.WriteLine(); in run()
3713 Console.WriteLine("Serial port autolaunch is disabled"); in run()
3714 … Console.WriteLine("To autolaunch, specify the '-debugport <port>' option"); in run()
3715 Console.WriteLine(); in run()
3716 …Console.WriteLine("Cycle the power button on your CAT-R and launch from System Config Tool > Title… in run()
3721 Log.WriteLine("PCFSServerSync end"); in run()
3844 Log.WriteLine("setting cosflags now."); in run()
3878 Log.WriteLine(command + " trying softlaunch now."); in run()
3891 … Console.WriteLine("HDD emulation: using command line TID {0}", DISC_EMU_TID.value); in run()
3898 … Console.WriteLine("HDD WUMAD emulation: using command line TID {0}", DISC_EMU_TID.value); in run()
3905 …Console.WriteLine("cafex run failed: Unable to determine title ID, and it was not specified in the… in run()
3919 Console.WriteLine("Setting mode to 0"); in run()
3924 Console.WriteLine("Setting mode to 1"); in run()
3929 Console.WriteLine("Setting mode to 2"); in run()
4011 … Console.WriteLine("cafex {0}: Timeout waiting for title launch", command); in run()
4032 Console.WriteLine("Failed to launch application"); in run()
4046 … Console.WriteLine("cafex run: Setting disc eject state when CAT-DEV boots."); in run()
4075 Console.WriteLine(); in run()
4076 Console.WriteLine("Serial port autolaunch is disabled"); in run()
4077 Console.WriteLine("To autolaunch, specify the '-debugport <port>' option"); in run()
4078 Console.WriteLine(); in run()
4079 … Console.WriteLine("Power on your CAT-R and launch from System Config Tool > Title Launcher"); in run()
4133 … Console.WriteLine("Title Id not found. Try to launch manually through the System Config Tool."); in LaunchTitleOnCatR()
4207 … Console.WriteLine("cafex bootrun: WARNING: Unable to find title {0} in the wumad.", titleId); in TryGetWumadInfo()
4219 …Console.WriteLine("cafex bootrun failed: Multiple titles found in wumad. Either RPX or TitleId is … in TryGetWumadInfo()
4235 … Console.WriteLine("cafex run : wumad title {0} found and comparing to {1}.", wumadTitle, titleId); in TryGetWumadInfo()
4246 … Console.WriteLine("cafex bootrun: WARNING: Unable to find title {0} in the wumad.", titleId); in TryGetWumadInfo()
4296 Log.WriteLine("bootrun started."); in bootrun()
4369 … Console.WriteLine("cafex run failed: CAFE_TEMP environment variable is not set."); in bootrun()
4446 Console.WriteLine("Creating DLF from WUMAD file..."); in bootrun()
4465 Console.WriteLine("wumadName = " + wumadTempName); in bootrun()
4466 Console.WriteLine("wumadDir = " + wumadTempDir); in bootrun()
4467 Console.WriteLine("wumadDlf = " + wumadDlfName); in bootrun()
4535 … Console.WriteLine("WARNING: Calculated AppType does not match what was in APP.XML"); in bootrun()
4536 … Console.WriteLine("Overwriting with the calculated value for AppType"); in bootrun()
4571 Log.WriteLine("devrun started."); in devrun()
4580 Console.WriteLine("cafex cafedevrun failed: image file required!"); in devrun()
4616 Console.WriteLine("Change default ddf -> " + KIOSK_DEFAULT_DDF); in devrun()
4637 Console.WriteLine("cafex cafedevrun failed: Cannot find " + APP_XML_FILE.value); in devrun()
4645 sw.WriteLine(";"); in devrun()
4646 sw.WriteLine("; " + CAFEDEVRUN_NAME.value + "." + CAFEDEVRUN_EXT.value); in devrun()
4647 sw.WriteLine(";"); in devrun()
4648 sw.WriteLine("[Input]"); in devrun()
4649 … sw.WriteLine("DiscHeaderBaseFileName=\"" + CAFE_BASEFILE_PATH.value + "\\discheader_base.bin\""); in devrun()
4650 … sw.WriteLine("VolumeHeaderBaseFileName=\"" + CAFE_BASEFILE_PATH.value + "\\volheader_base.bin\""); in devrun()
4651 sw.WriteLine("[Output]"); in devrun()
4652 sw.WriteLine("LayoutFileName=\"" + CAFEDEVRUN_NAME.value + ".dlf\""); in devrun()
4653 sw.WriteLine("OutputDirectory=\"" + CAFEDEVRUN_DIR.value + "\""); in devrun()
4654 sw.WriteLine("AppName=\"" + CAFEDEVRUN_FILENAME.value + "\""); in devrun()
4655 sw.WriteLine("Mode=WU"); in devrun()
4656 sw.WriteLine("[DiscID]"); in devrun()
4657 sw.WriteLine("GameType=" + GAME_TYPE); in devrun()
4658 sw.WriteLine("TitleId=0x" + APP_TITLE_ID.value); in devrun()
4659 sw.WriteLine("GroupId=0x" + APP_GROUP_ID.value); in devrun()
4660 sw.WriteLine("DiskNumber=0"); in devrun()
4661 …sw.WriteLine("GameVersion=" + (HexHandler.GetNumberFromString("0x" + APP_TITLE_VERSION.value) / 16… in devrun()
4662 sw.WriteLine("[SectionParam]"); in devrun()
4663 … sw.WriteLine("\"CONTENT\"=0x" + APP_TITLE_ID.value + ",0x" + APP_GROUP_ID.value + ",0x02"); in devrun()
4664 sw.WriteLine("[PathList]"); in devrun()
4665 …sw.WriteLine("CODE_DIR_RPX=\"code\", \"$(CAFE_CODE_DIR)\\" + CAFEDEVRUN_FILENAME.value + ".rpx\""); in devrun()
4669 sw.WriteLine("[PathList]"); in devrun()
4670 sw.WriteLine("SYSTEM_DIR=\"sys\", \"$(CAFE_SYSTEM_DIR)\""); in devrun()
4685 sw.WriteLine("0x00000005D3A00000,\"\""); in devrun()
4696 Log.WriteLine("hostrun started. Arguments:" + arguments); in hostrun()
4760 Log.WriteLine("discrun started."); in discrun()
4769 Log.WriteLine("Arguments=" + argString); in discrun()
4782 Log.WriteLine("headlessrun started."); in headlessrun()
4791 Log.WriteLine("Arguments=" + argString); in headlessrun()
4831 … Console.WriteLine("Error: '{0}' is not a valid number!", args[i + 1]); in headlessrun()
4861 … Console.WriteLine("Error: '{0}' is not a valid number!", args[i + 1]); in headlessrun()
4868 Console.WriteLine("Error: Wait time can't be less than zero!"); in headlessrun()
4916 Console.WriteLine("headlessrun requires makecfmaster.exe but it's not found."); in headlessrun()
4922 Console.WriteLine("cafex headlessrun failed: RPX file is missing on command line!"); in headlessrun()
4933 Console.WriteLine("cafex headlessrun: failed running hostcheckversion."); in headlessrun()
4942 Console.WriteLine("cafex headlessrun: Using BOOT mode " + CAFE_BOOT_MODE.value); in headlessrun()
4946 Console.WriteLine("cafex headlessrun: Checking for DUAL bootloader..."); in headlessrun()
4956 …Console.WriteLine("cafex recover[warning]: Failure to hard stop the DEVKIT prior to mode detection… in headlessrun()
4963 Console.WriteLine("cafex headlessrun: Unable to determine boot mode!"); in headlessrun()
4967 Console.WriteLine("cafex headlessrun: Detected BOOT mode : {0}", boot_mode); in headlessrun()
5011 … Console.WriteLine("cafex headlessrun: calling discrun {0}", string.Join(" ", discrun_args)); in headlessrun()
5018 … Console.WriteLine("cafex headlessrun: Master image prep for '{0}' succeeded.", RPX_PATH); in headlessrun()
5022 …Console.WriteLine("cafex headlessrun: Master image prep for '{0}' failed with code {1}!", RPX_PATH… in headlessrun()
5027 … Console.WriteLine("cafex headlessrun: waiting {0} seconds for title to boot...", TITLE_WAIT); in headlessrun()
5047 … Console.WriteLine("cafex headlessrun: Mastering image for {0} succeeded.", RPX_PATH); in headlessrun()
5051 … Console.WriteLine("cafex headlessrun:Mastering image for $RPX_PATH failed with code {0}!", ret); in headlessrun()
5061 … Console.WriteLine("cafex headlessrun: ImageUpload to bank {0} succeeded.", UPLOAD_BANK); in headlessrun()
5065 …Console.WriteLine("cafex headlessrun: ImageUpload to bank {0} failed with code {0}!", UPLOAD_BANK,… in headlessrun()
5075 Console.WriteLine("cafex headlessrun: mionurl succeeded to set HREADER mode."); in headlessrun()
5079 …Console.WriteLine("cafex headlessrun: mionurl failed to set HREADER mode with code {0}!", mionurl_… in headlessrun()
5085 Console.WriteLine("cafex headlessrun: Rebooting MION..."); in headlessrun()
5087 Console.WriteLine(miontelnet_output); in headlessrun()
5111 … Console.WriteLine("cafex headlessrun: calling discrun {0}", string.Join(" ", discrun_args)); in headlessrun()
5116 Console.WriteLine("cafex headlessrun: completed sucessfully."); in headlessrun()
5126 Log.WriteLine("on started."); in on()
5135 Log.WriteLine("Arguments=" + argString); in on()
5163 Console.WriteLine("****cafex on: RECURSIVE CALL TO cafex on EXITING***"); in on()
5197 … Console.WriteLine("Session data directory is missing and needs to be sync'd!"); in on()
5198 Console.WriteLine(" Please re-run without the '-nosync' option."); in on()
5203 … Console.WriteLine("Skipping synchronization of data directory as requested by -nosync switch."); in on()
5244 … Console.WriteLine("Disabling background daemons in tmp dir " + CAFEON_NOBGD_META.value); in on()
5270 …Console.WriteLine("cafex on error: unable to locate System Config Tool app.xml or file is corrupt"… in on()
5390 Console.WriteLine("cafex: Cleaning content in '{0}'", MIXED_DIR); in prepare_mlc_recover_content()
5405 Console.WriteLine("Deleting file '{0}'", srcEntry); in prepare_mlc_recover_content()
5413 Console.WriteLine("cafex: Preparing content in '{0}'", MIXED_DIR); in prepare_mlc_recover_content()
5433 Console.WriteLine("Copying file '{0}' => '{1}'", srcEntry, destEntry); in prepare_mlc_recover_content()
5460 Console.WriteLine("cafex: Preparing content in '{0}'", REVERT_DIR); in prepare_mlc_revert_content()
5500 Log.WriteLine("update started."); in update()
5509 Log.WriteLine("Arguments=" + argString); in update()
5581 Console.WriteLine("-p argument not supported on this SDK."); in update()
5586 …Console.WriteLine("Warning: Ignoring '{0}' switch because it is only valid in NAND mode.", args[i]… in update()
5628 Console.WriteLine("-M is not supported in this SDK."); in update()
5646 Console.WriteLine("-L is not supported in this SDK."); in update()
5666 Console.WriteLine("cafex update failed: Invalid argument"); in update()
5676 Console.WriteLine("Unable to perform update when in NAND mode."); in update()
5677 Console.WriteLine("Please run \"setbootmode -quick PCFS\" and retry this update."); in update()
5678 …Console.WriteLine("If updating from SDK 2.09.22 or earlier, please open that SDK's cafe.bat and pe… in update()
5686 Console.WriteLine("Sorry, bringup boot1 update not supported yet"); in update()
5693 … Console.WriteLine("Installing title " + CAFEUPDATE_TITLE.value + " using System Config Tool..."); in update()
5713 Console.WriteLine("Performing system update using System Config Tool..."); in update()
5717 …Console.WriteLine("Performing system update using System Config Tool from " + CAFEUPDATE_PACKAGE.v… in update()
5722 Console.WriteLine("Using system updater..."); in update()
5762 Console.WriteLine("Attempting to update DRC"); in update()
5779 Log.WriteLine("revert started."); in revert()
5788 Log.WriteLine("Arguments=" + argString); in revert()
5803 … Console.WriteLine("cafex revert: '-reflash' and '-noreflash' can't be used together!"); in revert()
5812 … Console.WriteLine("cafex revert: '-reflash' and '-noreflash' can't be used together!"); in revert()
5829 … Console.WriteLine("cafex revert failed: Invalid argument: '{0}'", args[i]); in revert()
5840 … Console.WriteLine("cafex revert failed: Missing SDK root to revert to on command line!"); in revert()
5846 …Console.WriteLine("cafex revert failed: Target SDK root folder '{0}' does not exist!", revert_cafe… in revert()
5856 …Console.WriteLine("cafex revert failed: Unable to get SDK version from folder '{0}'!", revert_cafe… in revert()
5863 …Console.WriteLine("cafex revert failed: Target root \"{0}\" contains a higher SDK version than the… in revert()
5869 …Console.WriteLine("cafex recover failed: -mixed argument not supported by this version of the SDK.… in revert()
5905 Console.WriteLine("cafex: DEVKIT reverted to SDK {0}", SDK_VER.value); in revert()
5930 …Console.WriteLine("ForceRemoveDirecory: Warning: tried to remove [{0}], got exception [{1}], retry… in ForceRemoveDirectory()
6011 Log.WriteLine("recover started."); in recover()
6020 Log.WriteLine("Arguments=" + argString); in recover()
6021 Log.WriteLine(String.Format("Recover_flags={0:X12}",recover_flags)); in recover()
6105 …Console.WriteLine("cafex recover failed: -mixed argument not supported by this version of the SDK.… in recover()
6118 Console.WriteLine("cafex recover failed: Invalid argument"); in recover()
6126 …Console.WriteLine("cafex recover failed: Invalid arguments: Can't specify both -production and -bo… in recover()
6132 …Console.WriteLine("cafex recover failed: Invalid arguments: Can't specify both -production and -mi… in recover()
6138 … Console.WriteLine("WARNING: Ignoring -bootloader option since -mixed was specified"); in recover()
6144 …Console.WriteLine("cafex recover failed: Can't specify both -reflash and -noreflash! Please remov… in recover()
6153 …Console.WriteLine("WARNING: Ignoring reflash/noreflash argument since only bootloader is being upd… in recover()
6170 Console.WriteLine("cafex recover"); in recover()
6171 Console.WriteLine("log directory is " + LOGDIR.value); in recover()
6195 …Console.WriteLine("cafex recover[warning]: Failure to hard stop the DEVKIT prior to mode detection… in recover()
6225 …Console.WriteLine("cafex recover failed: Required mixed content folder '{0}' is missing!", Path.Co… in recover()
6235 …Console.WriteLine("cafex recover failed: Cannot specify -reflash option with legacy PCFS as target… in recover()
6236 …Console.WriteLine("This is the default package for SDKs 2.10.03 and 2.10.04. Please do not specif… in recover()
6240 Console.WriteLine("recover source directory is " + recover_source); in recover()
6249 Console.WriteLine("Unable to determine boot mode!"); in recover()
6253 Console.WriteLine("Detected BOOT mode : {0}", boot_mode); in recover()
6279 Console.WriteLine("recover_flags={0:X12}", recover_flags); in recover()
6287 Console.WriteLine("Executing cafex on..."); in recover()
6312 … Console.WriteLine("cafex recover: monitor failed waiting for cafeon success message."); in recover()
6317 Console.WriteLine("Executing devkitmsg recover -v..."); in recover()
6323 … Console.WriteLine("cafex recover: monitor failed waiting for devkitmsg recover success message."); in recover()
6328 …Console.WriteLine("Executing devkitmsg 'update /vol/storage_hfiomlc01/sys/update/bootloader' -v...… in recover()
6335 …Console.WriteLine("cafex recover: monitor failed waiting for devkitmsg 1st update success message.… in recover()
6351 Console.WriteLine("Executing cafex stop..."); in recover()
6358 …Console.WriteLine("cafex recover[warning]: Failure to hard stop the DEVKIT after bootloader update… in recover()
6365 Console.WriteLine("Executing cafex on -recover..."); in recover()
6389 … Console.WriteLine("cafex recover: monitor failed waiting for devkitmsg recover success message."); in recover()
6415 Console.WriteLine("Failed to sync with device"); in recover()
6424 Console.WriteLine("Executing devkitmsg 'reflash '{0}' -v...", recover_source); in recover()
6430 …Console.WriteLine("cafex recover: monitor failed waiting for devkitmsg 1st update success message.… in recover()
6441 Console.WriteLine("Executing devkitmsg 'update {0}' -v...", recover_source); in recover()
6447 …Console.WriteLine("cafex recover: monitor failed waiting for devkitmsg 1st update success message.… in recover()
6462 Console.WriteLine("Executing devkitmsg standby_en 1 -v..."); in recover()
6477 Console.WriteLine("Executing cafex stop..."); in recover()
6499 Console.WriteLine("cafex recover: cafestop failure."); in recover()
6509 Console.WriteLine("cafex recover: unable to set NAND boot mode using mionps."); in recover()
6518 Console.WriteLine("cafex recover: unable to set PCFS boot mode using mionps."); in recover()
6526 Console.WriteLine("Removing log directory " + LOGDIR.value + "..."); in recover()
6528 Console.WriteLine("cafex recover complete. Exiting with code 0"); in recover()
6532 Console.WriteLine(); in recover()
6533 … Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); in recover()
6534 … Console.WriteLine("!! !!"); in recover()
6535 … Console.WriteLine("!! Boot Loader/Boot Mode mis-match detected! !!"); in recover()
6536 … Console.WriteLine("!! !!"); in recover()
6537 … Console.WriteLine("!! Please export CAFE_BOOT_MODE=NAND for proper operation! !!"); in recover()
6538 … Console.WriteLine("!! !!"); in recover()
6539 … Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); in recover()
6549 Log.WriteLine("cleardata started."); in cleardata()
6558 Log.WriteLine("Arguments=" + argString); in cleardata()
6582 Console.WriteLine("cafex cleardata"); in cleardata()
6583 Console.WriteLine("log directory is " + LOGDIR.value); in cleardata()
6598 Console.WriteLine("cafex cleardata: failed running hostcheckversion."); in cleardata()
6605 … Console.WriteLine("Error: Clear user data not supported in this version of the HostBridge!"); in cleardata()
6606 …Console.WriteLine(" Please update your HostBridge to at least version 3.2.4.8 (preferably th… in cleardata()
6607 Console.WriteLine("cafex cleardata failed."); in cleardata()
6622 …Console.WriteLine("cafex recover[warning]: Failure to hard stop the DEVKIT prior to mode detection… in cleardata()
6629 Console.WriteLine("Unable to determine boot mode!"); in cleardata()
6633 Console.WriteLine("Detected BOOT mode : {0}", boot_mode); in cleardata()
6648 …Console.WriteLine("Error: Can't clear user data in NAND boot mode! Please switch to PCFS boot mod… in cleardata()
6649 Console.WriteLine("cafex cleardata failed."); in cleardata()
6653 Console.WriteLine("Executing cafex on..."); in cleardata()
6683 … Console.WriteLine("cafex cleardata: monitor failed waiting for cafeon success message."); in cleardata()
6687 Console.WriteLine("Executing devkitmsg recover -v..."); in cleardata()
6692 …Console.WriteLine("cafex cleardata: monitor failed waiting for devkitmsg recover success message."… in cleardata()
6697 Console.WriteLine("Executing devkitmsg clr_usrdata -v..."); in cleardata()
6702 …Console.WriteLine("cafex cleardata: monitor failed waiting for devkitmsg clr_usrdata success messa… in cleardata()
6707 Console.WriteLine("Executing cafex stop..."); in cleardata()
6729 Console.WriteLine("cafex cleardata: cafestop failure."); in cleardata()
6734 Console.WriteLine("Removing log directory " + LOGDIR.value + "..."); in cleardata()
6736 Console.WriteLine("cafex cleardata complete. Exiting with code 0"); in cleardata()
6745 Log.WriteLine("setbootmode started."); in setbootmode()
6754 Log.WriteLine("Arguments=" + argString); in setbootmode()
6837 Console.WriteLine("-mixed option is not supported on this SDK."); in setbootmode()
6856 … Console.WriteLine("cafex setbootmode error: {0} is not a valid boot mode!", args[idx]); in setbootmode()
6873 … Console.WriteLine("Can't specify both -reflash and -noreflash! Please remove one or the other."); in setbootmode()
6883 … Console.WriteLine("cafex setbootmode error: Can't specify both -quick and -production options!"); in setbootmode()
6892 Console.WriteLine("cafex setbootmode: failed running hostcheckversion."); in setbootmode()
6900 …Console.WriteLine("cafex setbootmode: This version of the HostBridge doesn't support boot mode det… in setbootmode()
6901 …Console.WriteLine(" Please update to it at least version 3.2.4.8 and try again."… in setbootmode()
6915 Console.WriteLine("cafex setbootmode: Error: Unable to determine boot mode!"); in setbootmode()
6921 Console.WriteLine("cafex setbootmode: Detected BOOT mode : {0}", boot_mode); in setbootmode()
6937 …Console.WriteLine("cafex setbootmode: Error: DUAL bootloader is not installed. Please run cafex r… in setbootmode()
6947 Console.WriteLine("cafex unable to set NAND mode using mionps."); in setbootmode()
6957 Console.WriteLine("cafex unable to set PCFS mode using mionps."); in setbootmode()
6964 Console.WriteLine("recover_flags={0:X12}", recover_flags); in setbootmode()
6965 Console.WriteLine("devkitmsg_cmd: NA"); in setbootmode()
6981 … Console.WriteLine("cafex setbootmode: Can't specify -production with the PCFS boot mode!"); in setbootmode()
6989 Console.WriteLine("Executing cafex recover for mixed PCFS..."); in setbootmode()
6995 Console.WriteLine("Executing cafex recover for legacy PCFS..."); in setbootmode()
7013 Console.WriteLine("cafex unable to set mode using mionps."); in setbootmode()
7018 Console.WriteLine("CAFE_BOOT_MODE=" + CAFE_BOOT_MODE.value); in setbootmode()
7031 Console.WriteLine("Executing cafex recover for production NAND..."); in setbootmode()
7036 Console.WriteLine("Executing cafex recover for mixed NAND..."); in setbootmode()
7056 Console.WriteLine("cafex unable to set mode using mionps."); in setbootmode()
7061 Console.WriteLine("CAFE_BOOT_MODE=" + CAFE_BOOT_MODE.value); in setbootmode()
7069 Console.WriteLine("cafex setbootmode error: Invalid boot mode"); in setbootmode()
7078 Console.WriteLine("cafex setbootmode: " + status_str); in setbootmode()
7098 Log.WriteLine("nand2pcfs started."); in nand2pcfs()
7104 Console.WriteLine("cafe_nand2pcfs"); in nand2pcfs()
7105 Console.WriteLine("log directory is " + LOGDIR.value); in nand2pcfs()
7116 Console.WriteLine("Executing cafex stop..."); in nand2pcfs()
7138 Console.WriteLine("cafex nand2pcfs: cafestop failure."); in nand2pcfs()
7147 Console.WriteLine("cafex nand2pcfs: failed running hostcheckversion."); in nand2pcfs()
7153 Console.WriteLine("Executing cafex on..."); in nand2pcfs()
7162 Console.WriteLine("at on command"); in nand2pcfs()
7172 Console.WriteLine("after on command"); in nand2pcfs()
7186 … Console.WriteLine("cafex nand2pcfs: monitor failed waiting for cafeon success message."); in nand2pcfs()
7191 Console.WriteLine("Executing devkitmsg recover -v..."); in nand2pcfs()
7196 …Console.WriteLine("cafex nand2pcfs: monitor failed waiting for devkitmsg recover success message."… in nand2pcfs()
7201 … Console.WriteLine("Executing devkitmsg 'update /vol/storage_hfiomlc01/sys/update/pcfs' -v..."); in nand2pcfs()
7206 …Console.WriteLine("cafex nand2pcfs: monitor failed waiting for devkitmsg 1st update success messag… in nand2pcfs()
7215 Console.WriteLine("cafex unable to set mode using mionps."); in nand2pcfs()
7221 Console.WriteLine("Executing devkitmsg clr_usrdata -v..."); in nand2pcfs()
7226 …Console.WriteLine("cafex nand2pcfs: monitor failed waiting for devkitmsg clr_usrdata success messa… in nand2pcfs()
7233 Console.WriteLine("Executing devkitmsg standyby_en 1 -v..."); in nand2pcfs()
7238 Console.WriteLine("Executing cafex stop..."); in nand2pcfs()
7260 Console.WriteLine("cafex nand2pcfs: cafestop failure."); in nand2pcfs()
7265 Console.WriteLine("Removing log directory " + LOGDIR.value + "..."); in nand2pcfs()
7267 Console.WriteLine("cafex nand2pcfs complete. Exiting with code 0"); in nand2pcfs()
7278 Log.WriteLine("pcfs2nand started."); in pcfs2nand()
7284 Console.WriteLine("cafe_pcfs2nand"); in pcfs2nand()
7285 Console.WriteLine("log directory is " + LOGDIR.value); in pcfs2nand()
7296 Console.WriteLine("Executing cafex stop..."); in pcfs2nand()
7318 Console.WriteLine("cafex nand2pcfs: cafestop failure."); in pcfs2nand()
7326 Console.WriteLine("cafex nand2pcfs: failed running hostcheckversion."); in pcfs2nand()
7332 Console.WriteLine("Executing cafex on..."); in pcfs2nand()
7341 Console.WriteLine("at on command"); in pcfs2nand()
7351 Console.WriteLine("after on command"); in pcfs2nand()
7365 … Console.WriteLine("cafex nand2pcfs: monitor failed waiting for cafeon success message."); in pcfs2nand()
7380 Console.WriteLine("Executing devkitmsg recover -v..."); in pcfs2nand()
7385 …Console.WriteLine("cafex nand2pcfs: monitor failed waiting for devkitmsg recover success message."… in pcfs2nand()
7396 …Console.WriteLine("cafex pcfs2nand: NAND boot detected, BOOT1 will be updated before updating to N… in pcfs2nand()
7397 … Console.WriteLine("Executing devkitmsg 'update /vol/storage_hfiomlc01/sys/update/mixed' -v..."); in pcfs2nand()
7400 Console.WriteLine("cafex: Checking content in '{0}'", BL_DEST_DIR); in pcfs2nand()
7409 …Console.WriteLine("Copying directory '{0}' => '{1}'", Path.Combine(MIXED_DEST_DIR, dual_boot1_fold… in pcfs2nand()
7425 …Console.WriteLine("cafex pcfs2nand: monitor failed waiting for devkitmsg 1st update success messag… in pcfs2nand()
7432 Console.WriteLine("cafe_pcfs2nand: PCFS boot detected, no BOOT1 update needed"); in pcfs2nand()
7438 … Console.WriteLine("Executing devkitmsg 'reflash /vol/storage_hfiomlc01/sys/update/nand' -v..."); in pcfs2nand()
7444 …Console.WriteLine("cafex pcfs2nand: monitor failed waiting for devkitmsg reflash success message."… in pcfs2nand()
7450 … Console.WriteLine("Executing devkitmsg 'update /vol/storage_hfiomlc01/sys/update/nand' -v..."); in pcfs2nand()
7455 …Console.WriteLine("cafex pcfs2nand: monitor failed waiting for devkitmsg update success message."); in pcfs2nand()
7465 Console.WriteLine("cafex unable to set mode using mionps."); in pcfs2nand()
7474 Console.WriteLine("Executing cafex stop..."); in pcfs2nand()
7496 Console.WriteLine("cafex pcfs2nand: cafestop failure."); in pcfs2nand()
7501 Console.WriteLine("Removing log directory " + LOGDIR.value + "..."); in pcfs2nand()
7503 Console.WriteLine("cafex pcfs2nand complete. Exiting with code 0"); in pcfs2nand()
7513 Log.WriteLine("hostcheckversion started."); in hostcheckversion()
7536 …Console.WriteLine("cafex run failed: Please install HostBridge (version >= " + min_sw_ver + ") and… in hostcheckversion()
7557 …Console.WriteLine("cafex run failed: Cannot check HostBridge version. Please stop the DEVKIT and t… in hostcheckversion()
7578 …Console.WriteLine("cafex run failed: Please upgrade the HostBridge to at least version " + min_sw_… in hostcheckversion()
7579 …Console.WriteLine(" Current software version is " + CAFERUN_HOSTBRIDGE_VERSION.va… in hostcheckversion()
7580 …Console.WriteLine(" Current firmware version is " + CAFERUN_FW_VERSION.value + " … in hostcheckversion()
7591 Log.WriteLine("syncsession started."); in syncsession()
7600 Log.WriteLine("Arguments=" + argString); in syncsession()
7613 Console.WriteLine("cafex syncsession failed: Invalid argument"); in syncsession()
7621 … Console.WriteLine("WARNING: syncsession command has no effect in a single-devkit environment!"); in syncsession()
7632 …Console.WriteLine("cafex syncsession: Syncronizing {0} ===> {1}...", SYNCTOOL_SRC.value, SYNCTOOL_… in syncsession()
7637 …Console.WriteLine(" : Session data sync FAILED with exit code {0}!", SYNCTOOL_RVAL… in syncsession()
7638 … Console.WriteLine(" : See {0} for details.", SYNCTOOL_LOG.value); in syncsession()
7643 … Console.WriteLine(" : Session data sync log at {0}", SYNCTOOL_LOG.value); in syncsession()
7687 Console.WriteLine(args.Data); in processDataReceived()
7694 Log.WriteLine("master started."); in makeMaster()
7703 Log.WriteLine("Arguments=" + argString); in makeMaster()
7735 Console.WriteLine("MAKE DISC ERROR!!! CODE: {0}", returnVal); in makeMaster()
7756 Log.WriteLine("makeDownload started."); in launchTitle()
7765 Log.WriteLine("Arguments=" + argString); in launchTitle()
7793 Console.WriteLine("cafex: Invalid parameter."); in launchTitle()
7812 Console.WriteLine("cafex: Invalid parameter."); in launchTitle()
7865 Console.WriteLine("cafex: Failed to run bootrun."); in launchTitle()
7874 Console.WriteLine("cafex: Failed to run devrun."); in launchTitle()
7923 Console.WriteLine("CafeX Install arguments parsed:"); in install()
7924 Console.WriteLine("rpxFilePath: {0}", rpxPath); in install()
7925 Console.WriteLine("titleId: {0}", titleId); in install()
7928 Console.WriteLine("rplSource[{0}] = {1}", i, rplSources[i]); in install()
7930 Console.WriteLine("CAFEINSTALL_USE_SYMLINK.value: {0}", CAFEINSTALL_USE_SYMLINK.value); in install()
7938 Console.WriteLine("Deleting existing contents from {0}", titleContentsDir); in install()
7940 Console.WriteLine("Deleting existing contents from {0}", titleCodeDir); in install()
7953 Console.WriteLine("cafex install Done."); in install()
7981 Console.WriteLine("cafex install failed: Insufficient arguments."); in CafeXInstall_ParseArgs()
8005 … Console.WriteLine("cafex install failed: RPL path \"{0}\" does not exist.", path); in CafeXInstall_ParseArgs()
8032 … Console.WriteLine("cafex install failed: Invalid argument: {0}", args[i]); in CafeXInstall_ParseArgs()
8041 Console.WriteLine("cafex install failed: Missing RPX file."); in CafeXInstall_ParseArgs()
8046 … Console.WriteLine("cafex install failed: RPX file \"{0}\" does not exist.", rpxFilePath); in CafeXInstall_ParseArgs()
8052 Console.WriteLine("cafex install failed: Missing or invalid title ID."); in CafeXInstall_ParseArgs()
8061 Console.WriteLine("Installing to {0}", titleCodeDir); in CafeXInstall_ProcessTitleCode()
8066 Console.WriteLine(" from {0}", rpxPath); in CafeXInstall_ProcessTitleCode()
8080 Console.WriteLine(" from {0}", path); in CafeXInstall_ProcessTitleCode()
8106 Console.WriteLine("cafex install: Generating default app.xml"); in CafeXInstall_ProcessAppXml()
8124 …Console.WriteLine("cafex install: Generating default cos.xml since app-specific xml doesn't exist"… in CafeXInstall_ProcessCosXml()
8150 …Console.WriteLine("cafex install: Generating default meta.xml since app-specific xml doesn't exist… in CafeXInstall_ProcessTitleMetadata()
8175 Console.WriteLine("Installing to {0}", titleContentsDir); in CafeXInstall_ProcessTitleContent()
8176 Console.WriteLine(" from {0}", CAFE_CONTENT_DIR.value); in CafeXInstall_ProcessTitleContent()
8202 Log.WriteLine("initialize_work_diretory started."); in initialize_work_directory()
8218 Log.WriteLine("make_boot1_system_file started."); in make_boot1_system_file()
8231 Console.WriteLine("cafex bootrun failed: Cannot generate bsf file."); in make_boot1_system_file()
8241 Log.WriteLine("make_boot_dlf started."); in make_boot_dlf()
8247 Console.WriteLine("cafex bootrun failed: Cannot generate dlf file."); in make_boot_dlf()
8248 Console.WriteLine("Command output: " + commandResult); in make_boot_dlf()
8258 …Log.WriteLine("make_wumad_dlf started. Arguments: wumadFile=" + wumadFile + ", extractionFolder=" … in make_wumad_dlf()
8263 Console.WriteLine("cafex bootrun failed: Cannot generate dlf file from WUMAD."); in make_wumad_dlf()
8273 Log.WriteLine("extract_info_from_app_xml started."); in extract_info_from_app_xml()
8280 Console.WriteLine("App Title ID : " + APP_TITLE_ID.value); in extract_info_from_app_xml()
8281 Console.WriteLine("App Group ID : " + APP_GROUP_ID.value); in extract_info_from_app_xml()
8282 Console.WriteLine("App Title Version : " + APP_TITLE_VERSION.value); in extract_info_from_app_xml()
8288 …Log.WriteLine("connect_serial_or_debugger started. quiet_mode=" + quiet_mode.ToString() + ", DEBUG… in connect_serial_or_debugger()
8304 … Console.WriteLine("cafex run error: gdb debugger is not compatible with cafex."); in connect_serial_or_debugger()
8305 …Console.WriteLine("Please disable cafex with \"export USE_CAFEX=0\" and run the command with BASH … in connect_serial_or_debugger()
8309 Console.WriteLine("cafex run error: Only Multi debugger supported"); in connect_serial_or_debugger()
8336 … Console.WriteLine("cafex run failed: " + DEBUGGER.value + " unsupported debugger."); in connect_serial_or_debugger()
8344 … Console.WriteLine("cafex run failed: Unknown debugger port " + CAFE_DEBUG_PORT.value); in connect_serial_or_debugger()
8349 Log.WriteLine("DEBUGGER = multi"); in connect_serial_or_debugger()
8373 Log.WriteLine("MULTI_CONNECT before calling multi = " + MULTI_CONNECT.value); in connect_serial_or_debugger()
8374 Log.WriteLine("CATTOUCAN_STATUS.value = " + CATTOUCAN_STATUS.value); in connect_serial_or_debugger()
8375 Log.WriteLine("CAFE_LAUNCH_DEBUG.value = " + CAFE_LAUNCH_DEBUG.value); in connect_serial_or_debugger()
8386 Console.WriteLine("Ready to connect from multi"); in connect_serial_or_debugger()
8387 …Console.WriteLine(GHS_ROOT.value + "\\multi.exe -cmd prepare_target " + MULTI_CONNECT.value + " " … in connect_serial_or_debugger()
8393 Log.WriteLine("CMDOUTPUT = 1 -> calling cattoucan.start..."); in connect_serial_or_debugger()
8400 Log.WriteLine("connect_serial_or_debugger completed."); in connect_serial_or_debugger()
8409 Log.WriteLine("initialize_serial_port_and_directory started."); in initialize_serial_port_and_directory()
8414 …Console.WriteLine("\"Usage: Initialize_serial_port_and_directory stop_cmd\", where stop_cmd is caf… in initialize_serial_port_and_directory()
8446 Log.WriteLine("CAFE_CONSOLE=" + CAFE_CONSOLE.value); in initialize_serial_port_and_directory()
8458 Console.WriteLine("Initialized COM" + COMPORT); in initialize_serial_port_and_directory()
8466 Console.WriteLine("ERROR: no serial port is available."); in initialize_serial_port_and_directory()
8467 Console.WriteLine("Please close other softwares using serial port,"); in initialize_serial_port_and_directory()
8468 Console.WriteLine("such as HyperTerminal."); in initialize_serial_port_and_directory()
8469 Console.WriteLine(); in initialize_serial_port_and_directory()
8470 Console.WriteLine("This automated test script cannot share the serial port"); in initialize_serial_port_and_directory()
8471 Console.WriteLine("with other softwares."); in initialize_serial_port_and_directory()
8482 Log.WriteLine("monitor_for_output started."); in monitor_for_output()
8513 Console.WriteLine(outputData); in monitor_for_output()
8517 sw.WriteLine(outputData); in monitor_for_output()
8533 sw.WriteLine(retVal); in monitor_for_output()
8543 Log.WriteLine("monitor_for_output_redirectionCallback started."); in monitor_for_output_redirectionCallback()
8551 Console.WriteLine("monitor returned PASS"); in monitor_for_output_redirectionCallback()
8564 Log.WriteLine("evaluate_monitor_return_value started."); in evaluate_monitor_return_value()
8677 Console.WriteLine("monitor returned " + status_str); in evaluate_monitor_return_value()
8687 Log.WriteLine("check_xml_version started."); in check_xml_version()
8692 Console.WriteLine("cafex run: Copying default config file to " + file_dest); in check_xml_version()
8695 … Console.WriteLine("cafex run failed: Cannot find default config file " + file_default); in check_xml_version()
8709 …Log.WriteLine("file_dest: " + file_dest + ", ver_default: " + ver_default + " - ver_dest: " + ver_… in check_xml_version()
8713 Console.WriteLine("cafex run failed: Cannot get xml version numbers"); in check_xml_version()
8723 …Console.WriteLine("cafex run: Config file version mismatch detected: " + ver_dest + " vs. required… in check_xml_version()
8724 Console.WriteLine(" Copying default config file to " + file_dest); in check_xml_version()
8727 … Console.WriteLine("cafex run failed: Cannot find default config file " + file_default); in check_xml_version()
8738 … Console.WriteLine("cafex run failed: Please update or delete config file: " + file_dest); in check_xml_version()
8739 … Console.WriteLine(" Version number mismatch: " + ver_dest + " vs. required " + ver_default); in check_xml_version()
8757 Log.WriteLine("exit_if_specials started."); in exit_if_specials()
8769 … Console.WriteLine("cafex run failed: Unable to parse special character (?+<>|) in arg list."); in exit_if_specials()
8770 Console.WriteLine(" arglist: " + s); in exit_if_specials()
8780 Log.WriteLine("update_arglist started."); in update_arglist()
8837 …Console.WriteLine("cafex run failed: the length of the filename and its arguments is greater than … in update_arglist()
8852 Log.WriteLine("update_system_xml started."); in update_system_xml()
8888 Console.WriteLine("cafex run Warning: Changing to PROD mode is not supported."); in update_system_xml()
8889 Console.WriteLine(" Please specify '-M dev' or '-M test'."); in update_system_xml()
8893 Console.WriteLine("cafex run Warning: Invalid system mode is specified."); in update_system_xml()
8903 Console.WriteLine("cafex run: System mode is broken. Fixing it to DEV"); in update_system_xml()
8911 …Console.WriteLine("cafex run: Changing system mode " + system_mode_name_table[HexHandler.GetNumber… in update_system_xml()
8916 …Console.WriteLine("cafex run: Current system mode is " + system_mode_name_table[HexHandler.GetNumb… in update_system_xml()
8948 …Console.WriteLine("cafex run failed: Cannot find title 0x" + mlc_emu_tid_hi + mlc_emu_tid_lo + " o… in update_system_xml()
8949 Console.WriteLine(" Please cafeinstall before using -t option"); in update_system_xml()
8974 Console.WriteLine(); in update_system_xml()
8975 Console.WriteLine("-------"); in update_system_xml()
8976 Console.WriteLine("cafex run WARNING: Title ID is not specified."); in update_system_xml()
8977 … Console.WriteLine(" Use -t option to specify Title ID of application on HDD."); in update_system_xml()
8978 … Console.WriteLine(" Title ID of previously launched app will be used at this time,"); in update_system_xml()
8979 … Console.WriteLine(" but launch may fail if it was different from that of application on HDD."); in update_system_xml()
8980 Console.WriteLine("-------"); in update_system_xml()
8981 Console.WriteLine(); in update_system_xml()
9001 … Console.WriteLine("WARNING: Calculated AppType does not match what was in APP.XML"); in update_system_xml()
9002 Console.WriteLine("Overwriting with the calculated value for AppType"); in update_system_xml()
9053 Log.WriteLine("setting cos_flags:" + ppc_os_flags); in set_system_xml_cos_flags()
9061 … Console.WriteLine("devkitmsg \"cos_flags " + ppc_os_flags + "\" - failed result = " + ret); in set_system_xml_cos_flags()
9069 Log.WriteLine("update_app_xml started."); in update_app_xml()
9087 Log.WriteLine("update_cos_xml started."); in update_cos_xml()
9089 Console.WriteLine("CAFEX: update_cos_xml started, cmd_flags = " + cmd_flags); in update_cos_xml()
9100 …Console.WriteLine("CAFEX: HexHandler.GetNumberFromString(cmd_flags) = " + HexHandler.GetNumberFrom… in update_cos_xml()
9103 Console.WriteLine("CAFEX: change cos.xml cmdFlags to " + cmd_flags); in update_cos_xml()
9118 Log.WriteLine("update_meta_xml started on file = " + file_dest); in update_meta_xml()
9164 …Console.WriteLine("Updating title id, group id, title version and app type in " + file_dest + ", b… in update_meta_xml()
9192 Log.WriteLine("update_boot_logos started."); in update_boot_logos()
9279 Log.WriteLine("create_directory_if_noexist started."); in create_directory_if_noexist()
9291 Log.WriteLine("compute_flat_version started."); in compute_flat_version()
9314 … Log.WriteLine(string.Format("compute_flat_version: '{0}' => {1}.", version, ret.ToString())); in compute_flat_version()
9344 …Log.WriteLine("check_title_id started. file_dest=" + file_dest + ",file_default=" + file_default +… in check_title_id()
9348 Console.WriteLine("cafex run: Copying default config file to " + file_dest); in check_title_id()
9351 … Console.WriteLine("cafex run failed: Cannot find default config file " + file_default); in check_title_id()
9364 Console.WriteLine("cafex run failed: Cannot get title id"); in check_title_id()
9370 …Console.WriteLine("cafex run: Config file title id mismatch detected: " + titleid_dest + " vs. req… in check_title_id()
9371 Console.WriteLine(" Copying default config file to " + file_dest); in check_title_id()
9375 … Console.WriteLine("cafex run failed: Cannot find default config file " + file_default); in check_title_id()
9465 …Console.WriteLine("Usage: cafex " + caller + " [options] <app>.rpx \"[arg1]\" \"[arg2]\" ... \"[ar… in run_usage()
9466 Console.WriteLine(); in run_usage()
9467 Console.WriteLine("options:"); in run_usage()
9468 Console.WriteLine(" -a a,b... : arguments (comma delimited)"); in run_usage()
9469 Console.WriteLine(" -b : use DEBUG OS version"); in run_usage()
9470 Console.WriteLine(" -C : use OS_SECURITY_LEVEL OS version"); in run_usage()
9471 Console.WriteLine(" -u : use FDEBUG OS version"); in run_usage()
9472 Console.WriteLine(" -l <path> : user RPL directory or file to gather for RPX"); in run_usage()
9473 Console.WriteLine(); in run_usage()
9474 Console.WriteLine(" -d multi : launch multi (GHS UI) on elf file"); in run_usage()
9475 Console.WriteLine(" -L : run legacy application independent of xml versions"); in run_usage()
9476 Console.WriteLine(" -i : stop debugger in the initialization code"); in run_usage()
9477 Console.WriteLine(" -j : stop debugger in the pre-initialization code"); in run_usage()
9478 … Console.WriteLine(" -R : do not stop in debugger until OSDebug or OSDebugStr call"); in run_usage()
9479 Console.WriteLine(" -p <n> : indicate process to debug (defaults to game process)"); in run_usage()
9480 Console.WriteLine(" -g <n> : 32-bit flag to pass along to PPC COS"); in run_usage()
9481 Console.WriteLine(" -w <n> : 32-bit flag to pass along to PPC COS."); in run_usage()
9482 Console.WriteLine(" -k <file> : path to elf file for debugger"); in run_usage()
9483 …Console.WriteLine(" -x : Enable AHCI/SATA disk access. Deprecated - will soon become defau… in run_usage()
9484 Console.WriteLine(" -r : restart last application"); in run_usage()
9485 Console.WriteLine(" -s : use soft launch to run"); in run_usage()
9486 Console.WriteLine(" -F : force restart (stop and then boot hw)"); in run_usage()
9487 …Console.WriteLine(" -t <tid> : title launch from mlc emulation (tid is hex that starts with 0x)"… in run_usage()
9488 …Console.WriteLine(" -e <op> : pass op through to FSEmul or MCP (e.g.: -e sata -> FSEmul -sata)"… in run_usage()
9489 Console.WriteLine(" -e eco : Set the system to boot in ECO mode"); in run_usage()
9490 Console.WriteLine(); in run_usage()
9491 Console.WriteLine(" -v <n> : set COS verbose level (0=off 7 == MAX)"); in run_usage()
9492 Console.WriteLine(" -q : do not display OS warning or informational messages."); in run_usage()
9493 … Console.WriteLine(" -z : suppress mirroring the data to the session data directory."); in run_usage()
9494 Console.WriteLine(" -K : Use kill restart to restart the application"); in run_usage()
9495 …Console.WriteLine(" -T : apptype of the title being run (This will override the calculatio… in run_usage()
9496 Console.WriteLine(); in run_usage()
9497 Console.WriteLine(" -h : (help) display options"); in run_usage()
9502 … Console.WriteLine("Usage: cafex headlessrun [options] <app>.rpx \"[arg1]\" ... \"[argN]\""); in headlessrun_usage()
9504 Console.WriteLine(); in headlessrun_usage()
9505 Console.WriteLine("options:"); in headlessrun_usage()
9506 Console.WriteLine(" -b : Use DEBUG version of the OS"); in headlessrun_usage()
9507 Console.WriteLine(" -n : Don't start the title after upload."); in headlessrun_usage()
9508 Console.WriteLine(" -m : Bypass mastering setup."); in headlessrun_usage()
9509 … Console.WriteLine(" -w <time> : Time (in seconds) to wait for title to boot during setup."); in headlessrun_usage()
9510 Console.WriteLine(" Default time is 15 seconds."); in headlessrun_usage()
9511 Console.WriteLine(" -h <bank> : Specify bank to run from. Default is bank 10."); in headlessrun_usage()
9512 Console.WriteLine(" -u : (help) display options"); in headlessrun_usage()
9517 Console.WriteLine("Usage: cafex on [options]"); in on_usage()
9518 Console.WriteLine(); in on_usage()
9519 Console.WriteLine("options:"); in on_usage()
9520 … Console.WriteLine(" -c <cmd> : Pass <cmd> to System Config Tool after it has initialized."); in on_usage()
9521 Console.WriteLine(" -d multi : launch multi. (GHS UI)"); in on_usage()
9522 …Console.WriteLine(" -e <op> : pass op through to FSEmul or MCP. (e.g.: -e sata -> FSEmul -sata)… in on_usage()
9523 … Console.WriteLine(" -p <n> : indicate process to debug. (defaults to game process)"); in on_usage()
9524 Console.WriteLine(" -nobgd : disables background daemons."); in on_usage()
9525 … Console.WriteLine(" -noprompt : changes CATTOUCAN_TERM to \"source -p -q /vol/content\"."); in on_usage()
9526 … Console.WriteLine(" -nosync : suppress mirroring the data to the session data directory."); in on_usage()
9527 Console.WriteLine(" -h : (help) display options."); in on_usage()
9532 Console.WriteLine("Usage: cafex update [-h]"); in update_usage()
9533 Console.WriteLine(); in update_usage()
9534 Console.WriteLine("options:"); in update_usage()
9535 …Console.WriteLine(" -u <package> : path to update package (from System Config Tool's perspective)… in update_usage()
9536 …Console.WriteLine(" -s : use system updater (update package should contain system updat… in update_usage()
9537 …Console.WriteLine(" -t <dir> : patch to single title (from System Config Tool's perspective)"… in update_usage()
9542 Console.WriteLine(" -p : use the production bootloader"); in update_usage()
9545 Console.WriteLine(" -M : use the mixed bootloader."); in update_usage()
9548 Console.WriteLine(" -reflash : reflashes NAND during the update"); in update_usage()
9549 Console.WriteLine(" -noreflash : does not reflash NAND during the update(default)"); in update_usage()
9550 Console.WriteLine(" -nodrc : skip the firmware update for attached DRC"); in update_usage()
9551 Console.WriteLine(); in update_usage()
9552 Console.WriteLine(" -h : (help) display options"); in update_usage()
9557 Console.WriteLine("Usage: cafex revert [-h] SDK_ROOT"); in revert_usage()
9558 Console.WriteLine(); in revert_usage()
9559 Console.WriteLine("options:"); in revert_usage()
9560 Console.WriteLine(" -reflash : reflashes NAND during the update"); in revert_usage()
9561 Console.WriteLine(" -noreflash : does not reflash NAND during the update (default)"); in revert_usage()
9564 … Console.WriteLine(" -mixed : use the DUAL instead of the PCFS bootloader"); in revert_usage()
9566 Console.WriteLine(" SDK_ROOT : root of the SDK to revert to"); in revert_usage()
9567 Console.WriteLine(); in revert_usage()
9568 Console.WriteLine(" -h : (help) display options"); in revert_usage()
9573 Console.WriteLine("Usage: cafex recover [-production|-bootloader][-h]"); in recover_usage()
9574 Console.WriteLine(); in recover_usage()
9575 Console.WriteLine("options:"); in recover_usage()
9576 Console.WriteLine(" -production : use the production NAND bootloader"); in recover_usage()
9579 … Console.WriteLine(" -bootloader : update *only* the bootloader to the DUAL bootloader"); in recover_usage()
9582 … Console.WriteLine(" -mixed : use the DUAL instead of the PCFS bootloader"); in recover_usage()
9585 Console.WriteLine(" -noreflash : does not reflash NAND during the recovery"); in recover_usage()
9586 Console.WriteLine(" -reflash : reflashes NAND during the recovery"); in recover_usage()
9587 Console.WriteLine(); in recover_usage()
9588 Console.WriteLine(" -h : (help) display options"); in recover_usage()
9593 Console.WriteLine("Usage: cafex stop [-hostonly] [-makemine] [-h]"); in stop_usage()
9594 Console.WriteLine(); in stop_usage()
9595 Console.WriteLine("options:"); in stop_usage()
9596 Console.WriteLine(" -hard : forces a hard stop."); in stop_usage()
9597 …Console.WriteLine(" -hostonly : stops the host applications that control the bridge, keeping t… in stop_usage()
9598 Console.WriteLine(" -makemine : forces assigning the bridge to this host."); in stop_usage()
9599 Console.WriteLine(); in stop_usage()
9600 Console.WriteLine(" -h : (help) display options."); in stop_usage()
9605 … Console.WriteLine("Usage: cafex setbootmode [-noreflash] [-quick|-production] [PCFS|NAND]"); in setbootmode_usage()
9606 Console.WriteLine(); in setbootmode_usage()
9607 Console.WriteLine("options:"); in setbootmode_usage()
9608 … Console.WriteLine(" -quick|-Q : If the DUAL bootloader is installed, just change the boot"); in setbootmode_usage()
9609 Console.WriteLine(" mode environment variables."); in setbootmode_usage()
9613 …Console.WriteLine(" -production|-P : Applies only to NAND mode. Uses the production bootloader."); in setbootmode_usage()
9615 Console.WriteLine(" -mixed : Install the mixed bootloader."); in setbootmode_usage()
9617 Console.WriteLine(" -reflash : reflashes NAND during the operation"); in setbootmode_usage()
9618 … Console.WriteLine(" -noreflash : does not reflash NAND during the operation(default)"); in setbootmode_usage()
9622 Console.WriteLine(" PCFS : sets the Bridge to mixed boot using PCFS."); in setbootmode_usage()
9624 Console.WriteLine(" PCFS : sets the Bridge to boot using PCFS."); in setbootmode_usage()
9626 Console.WriteLine(" NAND : sets the Bridge to boot from internal NAND."); in setbootmode_usage()
9627 Console.WriteLine(); in setbootmode_usage()
9628 Console.WriteLine(" -h : (help) display options."); in setbootmode_usage()
9633 Console.WriteLine("Usage: cafex syncsession"); in syncsession_usage()
9634 Console.WriteLine("This command has no additional options."); in syncsession_usage()
9639 Console.WriteLine("Usage: cafex launch <title path> [args]"); in launch_usage()
9640 Console.WriteLine(); in launch_usage()
9641 Console.WriteLine("options:"); in launch_usage()
9642 Console.WriteLine(" <title path> : Full file path for the title rpx"); in launch_usage()
9643 Console.WriteLine(" [args] : arguments to rpx"); in launch_usage()
9644 Console.WriteLine(); in launch_usage()
9645 Console.WriteLine(" -h : (help) display options."); in launch_usage()
9650 Console.WriteLine("Usage: cafex cleardata"); in cleardata_usage()
9651 Console.WriteLine("This command has no additional options."); in cleardata_usage()
9656 Console.WriteLine("Usage: cafex install [options] <app>.rpx <titleId>"); in install_usage()
9657 Console.WriteLine(); in install_usage()
9658 Console.WriteLine("options:"); in install_usage()
9659 … Console.WriteLine(" -l [<dir> | <rpl>] : user RPL directory or file to gather for RPX."); in install_usage()
9660 … Console.WriteLine(" -s : use a symbolic link instead of copy for content."); in install_usage()
9661 Console.WriteLine(); in install_usage()
9662 Console.WriteLine(" -h : (help) display options."); in install_usage()