mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
202 lines
6.1 KiB
HTML
202 lines
6.1 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<title>System Updater for SNAKE</title>
|
|
<style type="text/css">
|
|
<!--
|
|
body {
|
|
/*
|
|
font-size : 10pt;
|
|
*/
|
|
font-weight : normal;
|
|
color : #000000;
|
|
margin : 8px;
|
|
}
|
|
|
|
div {
|
|
width : 98%;
|
|
white-space : nowrap;
|
|
}
|
|
|
|
div.title {
|
|
text-align : left;
|
|
font-weight : bold;
|
|
/*
|
|
font-size : 16pt;
|
|
*/
|
|
font-size : 150%;
|
|
color : #202020;
|
|
border-style : double;
|
|
border-width : 8px;
|
|
/* タイトルを囲む枠線の色を指定 */
|
|
border-color : #dcdcdc;
|
|
|
|
margin : 4px;
|
|
padding : 4px;
|
|
}
|
|
|
|
h1 {
|
|
font-weight : bold;
|
|
/*
|
|
font-size : 16pt;
|
|
*/
|
|
font-size : 150%;
|
|
border-style : none none solid double;
|
|
border-width : 0px 0px 2px 8px;
|
|
/* 見出しの線の色を指定 */
|
|
border-color : #dcdcdc;
|
|
|
|
margin-left : 2px;
|
|
padding-left : 4px;
|
|
}
|
|
|
|
p {
|
|
margin-left : 4px;
|
|
}
|
|
|
|
-->
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<a name="top"></a>
|
|
|
|
|
|
<div class="title">
|
|
Readme-SystemUpdaterForSNAKE.html<br />
|
|
<br />
|
|
System Updater for SNAKE 0.35.0<br />
|
|
</div>
|
|
|
|
<h1>Contents</h1>
|
|
<ol>
|
|
<li><a href="#ss01">Introduction</a></li>
|
|
<li><a href="#ss02">Notes</a></li>
|
|
<li><a href="#ss07">Known Bugs</a></li>
|
|
<li><a href="#ss08">File List</a></li>
|
|
<li><a href="#ss09">Next Steps</a></li>
|
|
<li><a href="#ss10">Revision History</a></li>
|
|
</ol>
|
|
|
|
|
|
<h1>1. <a name="ss01">Introduction</a></h1>
|
|
<p>
|
|
This package contains the System Updater for the following development hardware.<br />
|
|
</p>
|
|
<ul>
|
|
<li>New Nintendo 3DS development hardware (KTR)</li>
|
|
<li>New Nintendo 3DS XL development hardware (RED)</li>
|
|
<li>New Nintendo 2DS XL development hardware (JAN)</li>
|
|
<li>IS-RAY-DEBUGGER (IS-SNAKE Devkit Prototype)</li>
|
|
<li>IS-SNAKE Devkit</li>
|
|
</ul>
|
|
<p>
|
|
Operation on development hardware that is not listed is not guaranteed.<br />
|
|
Please contact support@noa.com if you have any concerns or encounter bugs not listed in this document.<br />
|
|
</p>
|
|
<div align="right"><a href="#top">Back to top</a></div>
|
|
|
|
|
|
<h1>2. <a name="ss02">Notes</a></h1>
|
|
<ul>
|
|
<li>
|
|
<strong>Firmware Versions Supporting the New Nintendo 2DS XL Development Hardware</strong><br />
|
|
<br />
|
|
You will need to use version 0.25.18 or later of the firmware when using the New Nintendo 2DS XL development hardware.<br />
|
|
You cannot use versions of System Updater for SNAKE earlier than 0.25.18.<br />
|
|
</li><br />
|
|
|
|
<li>
|
|
<b>When using IS-RAY-DEBUGGER, you must use the gamma version, or the beta version with the gamma version controller.</b><br />
|
|
<br />
|
|
When using this updater on IS-RAY-DEBUGGER, it will not run properly unless the device is the gamma version or the beta version with a gamma version controller.<br />
|
|
</span></li><br />
|
|
|
|
<li>
|
|
<b>Can only be used in environments with System Updater 0.22.32 or later.</b><br />
|
|
<br />
|
|
Because of a security update, this updater can only be used with 0.22.32 or later environments.<br />
|
|
</span></li><br />
|
|
|
|
<li>
|
|
<b>HOME Menu set to start when changing markets</b><br />
|
|
<br />
|
|
If you use the System Updater for one market on development hardware for a different market, the settings change so that the HOME Menu starts.<br />
|
|
Because the system initialization is done at the same time as the import, the initial setup screen for the HOME Menu is the first thing that appears.<br />
|
|
This change was made to prevent problems that occurred when forgetting to initialize the system after changing the market. Note this change when changing the market.<br />
|
|
</li><br />
|
|
|
|
<li>
|
|
<b>Version Displayed in System Settings</b><br />
|
|
<br />
|
|
The version is not accurately applied to System Settings on the development hardware's HOME Menu. A fixed value of "Ver. 0.0.0-0J" is displayed instead.<br />
|
|
(The version is accurately applied on retail hardware.)<br />
|
|
Check the "Firmware Ver." shown on TestMenu or DevMenu screens for the actual version.<br />
|
|
</li><br />
|
|
|
|
<li>
|
|
<b>Make sure that test units are being charged when updating them</b><br />
|
|
<br />
|
|
If power is lost during an update, that could break the test unit.<br />
|
|
Also, other hardware could also malfunction if the power is turned off during an update. Please be careful.<br />
|
|
</li>
|
|
</ul>
|
|
<div align="right"><a href="#top">Back to top</a></div>
|
|
|
|
|
|
<h1>3. <a name="ss07">Known Bugs</a></h1>
|
|
<p>There are currently no bugs when updating.</p>
|
|
<div align="right"><a href="#top">Back to top</a></div>
|
|
|
|
|
|
<h1>4. <a name="ss08">File List</a></h1>
|
|
<ul>
|
|
<li>SystemUpdaterForSNAKE/
|
|
<ul>
|
|
<li>SystemUpdater_SNAKE-0_35_0-JP.csu<br />
|
|
System Updater for the JP region (Japan).<br />
|
|
</li><br />
|
|
<li>SystemUpdater_SNAKE-0_35_0-US.csu<br />
|
|
System Updater for the US region (Americas).<br />
|
|
</li><br />
|
|
<li>SystemUpdater_SNAKE-0_35_0-EU.csu<br />
|
|
System Updater for the EU region (Europe and Australia).<br />
|
|
</li><br />
|
|
<li>SystemUpdater_SNAKE-0_35_0-KR.csu<br />
|
|
System Updater for the KR region (Korea).<br />
|
|
</li><br />
|
|
</ul>
|
|
</li>
|
|
|
|
<li>SystemUpdater_Manual.pdf<br />
|
|
System Updater Operations Manual.<br />
|
|
</li><br />
|
|
|
|
<li>ReleaseNotes/<br />
|
|
Revision History<br />
|
|
</li>
|
|
</ul>
|
|
<div align="right"><a href="#top">Back to top</a></div>
|
|
|
|
|
|
<h1>5. <a name="ss09">Next Steps</a></h1>
|
|
<p>
|
|
For more information about how to use System Updater, see the <em>System Updater Operations Manual</em>.<br />
|
|
</p>
|
|
<div align="right"><a href="#top">Back to top</a></div>
|
|
|
|
|
|
<h1>6. <a name="ss10">Revision History</a></h1>
|
|
<p>2022-08-30 version</p>
|
|
<ul>
|
|
<li>0.35.0 (2022-08-30)<br />
|
|
Added support for system version 11.16.0.</li>
|
|
</ul>
|
|
|
|
<div align="right"><a href="#top">Back to top</a></div>
|
|
|
|
|
|
<hr><p>CONFIDENTIAL</p></body>
|
|
</html>
|