mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-21 07:52:15 +02:00
Deploying to gh-pages from @ hacks-guide/Guide_3DS@8c2613d88b 🚀
This commit is contained in:
@@ -531,7 +531,7 @@ window.cookieconsent.initialise({
|
||||
|
||||
<h3 id="required-reading">Required Reading</h3>
|
||||
|
||||
<p>The file <code class="language-plaintext highlighter-rouge">boot.firm</code> is what is launched by boot9strap itself after it finishes loading off of NAND. In this case, we are using Luma3DS by <a href="https://github.com/LumaTeam/">LumaTeam</a> to patch the device, allowing it to run homebrew software.</p>
|
||||
<p>The file <code class="language-plaintext highlighter-rouge">boot.firm</code> is what is launched by boot9strap itself after it finishes loading off of NAND. In this case, we are using Luma3DS by <a href="https://github.com/LumaTeam/">LumaTeam</a> to patch the console, allowing it to run homebrew software.</p>
|
||||
|
||||
<p>On this page, we will make critical system file backups and install the following homebrew programs:</p>
|
||||
|
||||
@@ -570,21 +570,21 @@ window.cookieconsent.initialise({
|
||||
<p>In this section, you will copy the files necessary to follow the rest of the instructions on this page.</p>
|
||||
|
||||
<ol>
|
||||
<li>Power off your device</li>
|
||||
<li>Power off your console</li>
|
||||
<li>Insert your SD card into your computer</li>
|
||||
<li>Create a folder named <code class="language-plaintext highlighter-rouge">cias</code> on the root of your SD card if it does not already exist</li>
|
||||
<li>Copy all of the CIA files (<code class="language-plaintext highlighter-rouge">Anemone3DS.cia</code>, <code class="language-plaintext highlighter-rouge">Checkpoint.cia</code>, <code class="language-plaintext highlighter-rouge">FBI.cia</code>, <code class="language-plaintext highlighter-rouge">Homebrew_Launcher.cia</code>, and <code class="language-plaintext highlighter-rouge">Universal-Updater.cia</code>) to the <code class="language-plaintext highlighter-rouge">/cias/</code> folder on your SD card</li>
|
||||
<li>Create a folder named <code class="language-plaintext highlighter-rouge">3ds</code> on the root of your SD card if it does not already exist
|
||||
<ul>
|
||||
<li>This folder stores homebrew applications and data; it is different from the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder that the device automatically generates</li>
|
||||
<li>This folder stores homebrew applications and data; it is different from the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder that the console automatically generates</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Copy <code class="language-plaintext highlighter-rouge">FBI.3dsx</code> to the <code class="language-plaintext highlighter-rouge">/3ds/</code> folder on your SD card</li>
|
||||
<li>Create a folder named <code class="language-plaintext highlighter-rouge">payloads</code> in the <code class="language-plaintext highlighter-rouge">luma</code> folder on your SD card if it does not already exist</li>
|
||||
<li>Copy <code class="language-plaintext highlighter-rouge">GodMode9.firm</code> from the GodMode9 <code class="language-plaintext highlighter-rouge">.zip</code> to the <code class="language-plaintext highlighter-rouge">/luma/payloads/</code> folder on your SD card</li>
|
||||
<li>Copy the <code class="language-plaintext highlighter-rouge">gm9</code> folder from the GodMode9 <code class="language-plaintext highlighter-rouge">.zip</code> to the root of your SD card</li>
|
||||
<li>Reinsert your SD card into your device</li>
|
||||
<li>Power on your device</li>
|
||||
<li>Reinsert your SD card into your console</li>
|
||||
<li>Power on your console</li>
|
||||
</ol>
|
||||
|
||||
<p>The screenshots below indicate the minimum SD card layout that is required to follow this page. You may have extra files or folders on your SD card, depending on your previous setup or the method that you followed.</p>
|
||||
@@ -598,22 +598,22 @@ window.cookieconsent.initialise({
|
||||
<p>As an additional safety measure, we will perform an additional check for custom firmware. If custom firmware is not installed by this point for any reason, the next section may render your console unable to be hacked without external hardware.</p>
|
||||
|
||||
<ol>
|
||||
<li>Power off your device</li>
|
||||
<li>Power off your console</li>
|
||||
<li>Hold the (Select) button</li>
|
||||
<li>Power on your device while still holding the (Select) button</li>
|
||||
<li>If the check was successful, your device should have booted into the Luma3DS configuration menu</li>
|
||||
<li>Power on your console while still holding the (Select) button</li>
|
||||
<li>If the check was successful, your console should have booted into the Luma3DS configuration menu</li>
|
||||
<li>Press (Start) to save and reboot</li>
|
||||
<li>Power off your device</li>
|
||||
<li>Power off your console</li>
|
||||
</ol>
|
||||
|
||||
<p class="notice--danger">If you do NOT boot into the Luma3DS configuration menu, custom firmware was not installed on your device. Join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> and ask, in English, for help.</p>
|
||||
<p class="notice--danger">If you do NOT boot into the Luma3DS configuration menu, custom firmware was not installed on your console. Join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> and ask, in English, for help.</p>
|
||||
|
||||
<h4 id="section-iii---updating-the-system">Section III - Updating the System</h4>
|
||||
|
||||
<p>In this section, you will update your system to the latest version, which is safe to do with custom firmware.</p>
|
||||
|
||||
<ol>
|
||||
<li>Update your device by going to System Settings, then “Other Settings”, then going all the way to the right and using “System Update”
|
||||
<li>Update your console by going to System Settings, then “Other Settings”, then going all the way to the right and using “System Update”
|
||||
<ul>
|
||||
<li>Updates while using B9S + Luma (what you have) are safe</li>
|
||||
<li>The updater may display a message saying “Your system is up to date” instead of updating. This is normal if you are already up to date; continue to the next section</li>
|
||||
@@ -625,7 +625,7 @@ window.cookieconsent.initialise({
|
||||
|
||||
<h4 id="section-iv---homebrew-launcher">Section IV - Homebrew Launcher</h4>
|
||||
|
||||
<p>In this section, you will temporarily replace Download Play with Homebrew Launcher (which we need to launch FBI). Download Play will automatically go back to normal once you reboot your device.</p>
|
||||
<p>In this section, you will temporarily replace Download Play with Homebrew Launcher (which we need to launch FBI). Download Play will automatically go back to normal once you reboot your console.</p>
|
||||
|
||||
<ol>
|
||||
<li>Launch the Download Play application (<img src="https://3ds.hacks.guide/images/download-play-icon.png" alt="" height="24px" width="24px" />)</li>
|
||||
@@ -639,9 +639,9 @@ window.cookieconsent.initialise({
|
||||
<li>Press (Home) to suspend Download Play</li>
|
||||
<li>Press the “Close” button on the bottom screen to close Download Play</li>
|
||||
<li>Re-launch the Download Play application</li>
|
||||
<li>Your device should load the Homebrew Launcher
|
||||
<li>Your console should load the Homebrew Launcher
|
||||
<ul>
|
||||
<li>If your device is stuck on the loading splash screen, you are missing <code class="language-plaintext highlighter-rouge">boot.3dsx</code> from the root of your SD card</li>
|
||||
<li>If your console is stuck on the loading splash screen, you are missing <code class="language-plaintext highlighter-rouge">boot.3dsx</code> from the root of your SD card</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
@@ -678,8 +678,8 @@ window.cookieconsent.initialise({
|
||||
<p>In this section, you will use a script to copy some of Luma3DS’s files to internal memory so that they can be accessed, even without an SD card inserted.</p>
|
||||
|
||||
<ol>
|
||||
<li>Power off your device</li>
|
||||
<li>Press and hold (Start), and while holding (Start), power on your device. This will launch GodMode9
|
||||
<li>Power off your console</li>
|
||||
<li>Press and hold (Start), and while holding (Start), power on your console. This will launch GodMode9
|
||||
<ul>
|
||||
<li>If you do not boot into GodMode9, ensure that <code class="language-plaintext highlighter-rouge">GodMode9.firm</code> is in <code class="language-plaintext highlighter-rouge">/luma/payloads/</code> and that <code class="language-plaintext highlighter-rouge">payloads</code> is correctly spelled</li>
|
||||
</ul>
|
||||
@@ -733,7 +733,7 @@ window.cookieconsent.initialise({
|
||||
</li>
|
||||
<li>Press (A) to continue</li>
|
||||
<li>Press (Home) to bring up the action menu</li>
|
||||
<li>Select “Poweroff system” to power off your device</li>
|
||||
<li>Select “Poweroff system” to power off your console</li>
|
||||
<li>Insert your SD card into your computer</li>
|
||||
<li>Copy <code class="language-plaintext highlighter-rouge"><date>_<serialnumber>_sysnand_##.bin</code>, <code class="language-plaintext highlighter-rouge"><date>_<serialnumber>_sysnand_##.bin.sha</code>, and <code class="language-plaintext highlighter-rouge">essential.exefs</code> from the <code class="language-plaintext highlighter-rouge">/gm9/out/</code> folder on your SD card to a safe location on your computer
|
||||
<ul>
|
||||
@@ -747,13 +747,13 @@ window.cookieconsent.initialise({
|
||||
</ul>
|
||||
</li>
|
||||
<li>If you have it, copy the <code class="language-plaintext highlighter-rouge">/luma/backups/</code> folder on your SD card to a safe location on your computer</li>
|
||||
<li>Reinsert your SD card into your device</li>
|
||||
<li>Power on your device</li>
|
||||
<li>Reinsert your SD card into your console</li>
|
||||
<li>Power on your console</li>
|
||||
</ol>
|
||||
|
||||
<hr />
|
||||
|
||||
<p class="notice--success">You’re done! Custom firmware is now fully configured on your device.</p>
|
||||
<p class="notice--success">You’re done! Custom firmware is now fully configured on your console.</p>
|
||||
|
||||
<h3 id="information-and-notes">Information and Notes</h3>
|
||||
|
||||
|
Reference in New Issue
Block a user