1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-27 10:24:37 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@1f89857ea2 🚀

This commit is contained in:
lifehackerhansol
2023-06-09 19:15:54 +00:00
parent 0631e26f72
commit f4d00bc923
511 changed files with 6042 additions and 5842 deletions

View File

@@ -551,7 +551,7 @@ window.cookieconsent.initialise({
</ul>
</li>
<li>The latest release of <a href="https://github.com/LumaTeam/Luma3DS/releases/latest">Luma3DS</a> (the Luma3DS <code class="language-plaintext highlighter-rouge">.zip</code> file that isnt source code)</li>
<li>El archivo <code class="language-plaintext highlighter-rouge">.firm</code> correspondiente a tu consola y versión:</li>
<li>The <code class="language-plaintext highlighter-rouge">.firm</code> corresponding to your console and version:</li>
</ul>
<table>
@@ -760,21 +760,21 @@ window.cookieconsent.initialise({
<p>In this section, you will download the necessary files for the hardmod and dump the NAND image in preparation to install custom firmware.</p>
<ol>
<li>Apaga tu consola</li>
<li>Power off your console</li>
<li>Inserta tu tarjeta SD en tu computadora</li>
<li>Copia los archivos <code class="language-plaintext highlighter-rouge">boot.firm</code> y <code class="language-plaintext highlighter-rouge">boot.3dsx</code> desde el <code class="language-plaintext highlighter-rouge">.zip</code> de Luma3DS a la raíz de tu tarjeta SD</li>
<li>Copia la carpeta hardmod-b9s-installer desde el <code class="language-plaintext highlighter-rouge">.zip</code> de hardmod-b9s-installer a tu computadora</li>
<li>Copia el <code class="language-plaintext highlighter-rouge">.firm</code> descargado a la carpeta hardmod-b9s-installer en tu computadora</li>
<li>Renombra el <code class="language-plaintext highlighter-rouge">.firm</code> descargado en la carpeta hardmod-b9s-installer en tu computadora a <code class="language-plaintext highlighter-rouge">current.firm</code></li>
<li>Copia <code class="language-plaintext highlighter-rouge">boot9strap.firm</code> y <code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> desde el <code class="language-plaintext highlighter-rouge">.zip</code> de boot9strap a la carpeta hardmod-b9s-installer en tu computadora</li>
<li>Reinserta tu tarjeta SD en tu consola</li>
<li>Reinsert your SD card into your console</li>
<li>Usa tu hardmod para crear una copia de seguridad de tu NAND</li>
<li>Mueve tu copia de seguridad de la NAND a la carpeta hardmod-b9s-installer en tu computadora y renómbrala a <code class="language-plaintext highlighter-rouge">NAND.bin</code></li>
</ol>
<h4 id="sección-ii---instalar-boot9strap">Sección II - Instalar boot9strap</h4>
<p>In this section, you will install custom firmware to the dumped NAND image, and then install this NAND image back onto the device to install custom firmware on it.</p>
<p>In this section, you will install custom firmware to the dumped NAND image, and then install this NAND image back onto the console to install custom firmware on it.</p>
<ol>
<li>Ejecuta hardmod-b9s-installer
@@ -783,15 +783,15 @@ window.cookieconsent.initialise({
<li>Usuarios de Mac y Linux: Ejecutar <code class="language-plaintext highlighter-rouge">install-b9s.py</code></li>
</ul>
</li>
<li>Flashea el archivo <code class="language-plaintext highlighter-rouge">NAND-patched.bin</code> resultante a tu consola con tu hardmod</li>
<li>Apaga tu consola</li>
<li>Flash your outputted <code class="language-plaintext highlighter-rouge">NAND-patched.bin</code> to your console with your hardmod</li>
<li>Power off your console</li>
<li>Desconecta tu hardmod</li>
<li>Press and hold (Select), and while holding (Select), power on your device</li>
<li>Your device should have booted into the Luma3DS configuration menu
<li>Press and hold (Select), and while holding (Select), power on your console</li>
<li>Your console should have booted into the Luma3DS configuration menu
<ul>
<li>Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging</li>
<li>For the purpose of this guide, <strong>leave these options on the default settings</strong> (do not check or uncheck anything)</li>
<li>If your device shuts down when you try to power it on, ensure that you have copied <code class="language-plaintext highlighter-rouge">boot.firm</code> from the Luma3DS <code class="language-plaintext highlighter-rouge">.zip</code> to the root of your SD card</li>
<li>If your console shuts down when you try to power it on, ensure that you have copied <code class="language-plaintext highlighter-rouge">boot.firm</code> from the Luma3DS <code class="language-plaintext highlighter-rouge">.zip</code> to the root of your SD card</li>
</ul>
</li>
<li>Presiona (Start) para guardar y reiniciar</li>