New Crowdin translations (#1285)

This commit is contained in:
Devon Maloney 2017-08-14 17:29:39 -04:00 committed by GitHub
parent fec756ed88
commit 27eda53b16
115 changed files with 478 additions and 412 deletions

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Overview of steps
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space.
@ -26,6 +25,7 @@ During this process, we also setup programs such as the following:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instructions
@ -48,6 +48,7 @@ During this process, we also setup programs such as the following:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ This backup will save you from a brick if anything goes wrong in the future
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Press (Start) to save and reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Press (A) to continue
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
For information on changing your device to another region, check out the [Region Changing](region-changing) page.
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Press (A) to remount your SD card
1. Press (Start) to save and reboot
1. Press (Start) to reboot
1. If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Overview of steps
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space.
@ -26,6 +25,7 @@ During this process, we also setup programs such as the following:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instructions
@ -48,6 +48,7 @@ During this process, we also setup programs such as the following:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ This backup will save you from a brick if anything goes wrong in the future
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Press (Start) to save and reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Press (A) to continue
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
For information on changing your device to another region, check out the [Region Changing](region-changing) page.
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Press (A) to remount your SD card
1. Press (Start) to save and reboot
1. Press (Start) to reboot
1. If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Descripció general dels passos
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space.
@ -26,6 +25,7 @@ During this process, we also setup programs such as the following:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instruccions
@ -48,6 +48,7 @@ During this process, we also setup programs such as the following:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ This backup will save you from a brick if anything goes wrong in the future
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Press (Start) to save and reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Press (A) to continue
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
For information on changing your device to another region, check out the [Region Changing](region-changing) page.
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Press (A) to remount your SD card
1. Press (Start) to save and reboot
1. Press (Start) to reboot
1. If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Overview of steps
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space.
@ -26,6 +25,7 @@ During this process, we also setup programs such as the following:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instructions
@ -48,6 +48,7 @@ During this process, we also setup programs such as the following:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ This backup will save you from a brick if anything goes wrong in the future
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Press (Start) to save and reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Press (A) to continue
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
For information on changing your device to another region, check out the [Region Changing](region-changing) page.
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Press (A) to remount your SD card
1. Press (Start) to save and reboot
1. Press (Start) to reboot
1. If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Overview of steps
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space.
@ -26,6 +25,7 @@ During this process, we also setup programs such as the following:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instructions
@ -48,6 +48,7 @@ During this process, we also setup programs such as the following:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ This backup will save you from a brick if anything goes wrong in the future
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Press (Start) to save and reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Press (A) to continue
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
For information on changing your device to another region, check out the [Region Changing](region-changing) page.
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Press (A) to remount your SD card
1. Press (Start) to save and reboot
1. Press (Start) to reboot
1. If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Setup abschließen"
#### Übersicht der Schritte
Die Datei "boot.firm", die von boot9strap gestartet wird nachdem es vom NAND geladen wurde kann jeder funktionierende ARM9-Payload sein, wenn er im FIRM-Format ist. Die Datei kann jederzeit ersetzt werden, obwohl Luma3DS bei dem Start anderer ARM9-Payloads im FIRM-Format den Luma3DS-Chainloader benutzt.
In diesem Fall verwendest du Luma3DS von [AuroraWright](https://github.com/AuroraWright/), um direkt einen gepatchten SysNAND zu starten. Dies erlaubt es dir, die Notwendigkeit eines EmuNAND jeglicher Art komplett zu umgehen, was die Nutzung eines gehackten 3DS wesentlich erleichtert, sowie Speicherplatz auf der SD-Karte spart.
@ -26,6 +25,7 @@ Während dieses Prozesses richtest du auch folgende Programme ein:
* Die neueste Version von [FBI](https://github.com/Steveice10/FBI/releases/latest) *(die `.cia` und `.3dsx` Dateien)*
* Der neueste Fork von [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(die `.cia` Datei)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Anleitung
@ -48,6 +48,7 @@ Während dieses Prozesses richtest du auch folgende Programme ein:
1. Kopiere `Godmode9.firm`von der `Godmode9.zip`-Datei nach `/luma/payloads/` auf deiner SD Karte
1. Kopiere den Ordner `gm9` aus der GodMode9 `.zip` in das Stammverzeichnis deiner SD-Karte
1. Kopiere `setup_ctrnand_luma3ds.gm9` nach `/gm9/scripts/` auf deiner SD-Karte
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ Wenn du vor dieser Anleitung bereits einen EmuNAND hattest und dessen Inhalte in
+ Diese Sicherheitskopie wird dich vor einem Brick schützen, falls in der Zukunft etwas schief gehen sollte
1. Lösche `<serialnumber>_nandmin_###.bin` aus dem Ordner `/gm9/out/` auf deiner SD-Karte, nach dem Kopieren
1. Stecke deine SD-Karte nun wieder in deinen 3DS
1. Drücke (Start) zum Speichern und neustarten
##### Section VIII - Cleanup SD Card
1. Drücke (HOME) um das Aktionsmenü aufzurufen
1. Wähle "More..."
1. Wähle "Scripts"
1. Select "cleanup_sd_card"
1. Drücke (A), wenn du dazu aufgefordert wirst, um fortzufahren
1. Drücke (A) um fortzufahren
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ Du kannst nun (L) + (Steuerkreuz unten) + (Select) drücken, während das System
Um [NTR CFW](https://github.com/44670/BootNTR/) zu verwenden, installiere [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Entferne alle Dateien und Ordner aus dem Stammverzeichnis der SD-Karte, die *nicht* im folgenden Bild zu sehen sind. Falls du einen `DCIM` Ordner hast, belasse ihn auf der SD-Karte, denn er enthält alle Fotos, die mit der 3DS Kamera aufgenommen wurden:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
Für Informationen über das Ändern der Region der Konsole, siehe dir [Wechseln der Region](region-changing) an.
{: .notice--success}

View file

@ -150,7 +150,7 @@ Wenn du keine GBA VC Spielstände früher gesichert hast, überspringe den Absch
Ersetze die Datei `boot.firm` auf deiner SD-Karte durch eine aus deinem Backup
1. Stecke deine SD-Karte nun wieder in deinen 3DS
1. Drücke (A) um die SD-Karte einzuhängen
1. Drücke (Start) zum Speichern und neustarten
1. Press (Start) to reboot
1. Falls du einen einen schwarzen Bildschirm bekommen solltest, [folge dieser Anleitung zur Problembehandlung](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Επισκόπηση των βημάτων
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
Σε αυτήν την περίπτωση, θα χρησιμοποιήσουμε το Luma3DS του χρήστη [AuroraWright](https://github.com/AuroraWright/) ώστε να εκκινήσουμε απευθείας μια επεξεργασμένη έκδοση της SysNAND, που μας επιτρέπει να παρακάμψουμε την ανάγκη για μια EmuNAND, απλοποιώντας έτσι την χρήση ενός χακαρισμένου 3DS και απελευθερώνοντας χώρο στην κάρτα SD.
@ -26,6 +25,7 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Οδηγίες
@ -48,6 +48,7 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ Αυτά τα αντίγραφα ασφαλείας θα σας σώσουν από την αχρήστευση της συσκευής σε περίπτωση που κάτι πάει στραβά
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Πατήστε (Start) για αποθήκευση των αλλαγών και επανεκκίνηση
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Πατήστε (A) για να συνεχίσετε
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
Για πληροφορίες σχετικά με την αλλαγή της περιοχής της συσκευής σας, επισκεφθείτε την σελίδα [Αλλαγή Περιοχής](region-changing).
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Πατήστε (A) για να ξαναμοντάρετε την κάρτα SD
1. Πατήστε (Start) για αποθήκευση των αλλαγών και επανεκκίνηση
1. Press (Start) to reboot
1. Εάν αντιμετωπίζετε μια μαύρη οθόνη, [ακολουθήστε αυτόν τον οδηγό αντιμετώπισης σφαλμάτων](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizin' Setup"
#### Overview 'o steps
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space.
@ -26,6 +25,7 @@ Durin' 'tis process, we also setup programs such as th' followin':
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instructions
@ -49,6 +49,7 @@ Durin' 'tis process, we also setup programs such as th' followin':
1. Copy th' `gm9` folder from th' GodMode9 `.zip` to th' root 'o ye SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to th' `/gm9/scripts/` folder on ye SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -124,7 +125,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ This backup will save you from a brick if anything goes wrong in the future
1. Delete `<serialnumber>_nandmin_###.bin` from th' `/gm9/out/` folder on ye SD card after copyin' it
1. Reinsert ye SD card into ye device
1. Press (Start) to save and reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up th' action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, push (A) to proceed
1. Press (A) to continue
1. Press (Start) to reboot
___
@ -155,14 +165,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
Fer information on changin' ye device to another region, check out th' [Region Changin'](region-changing) page.
{: .notice--success}

View file

@ -50,7 +50,7 @@ title: "Installing boot9strap (2xrsa)"
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_b9s)
1. Use the (A) button and the D-Pad to turn on the following:
+ **"Show NAND or user string in System Settings"**
1. Press (Start) to save and reboot
1. Press (Start) to save 'n reboot
+ If ye be gettin' an error, jus' continue to th' next page
___

View file

@ -53,7 +53,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_b9s)
1. Use the (A) button and the D-Pad to turn on the following:
+ **"Show NAND or user string in System Settings"**
1. Press (Start) to save and reboot
1. Press (Start) to save 'n reboot
+ If ye be gettin' an error, jus' continue to th' next page
___

View file

@ -165,7 +165,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_b9s)
1. Use the (A) button and the D-Pad to turn on the following:
+ **"Show NAND or user string in System Settings"**
1. Press (Start) to save and reboot
1. Press (Start) to save 'n reboot
+ If you get an error, just continue the next page
___

View file

@ -181,7 +181,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_b9s)
1. Use the (A) button and the D-Pad to turn on the following:
+ **"Show NAND or user string in System Settings"**
1. Press (Start) to save and reboot
1. Press (Start) to save 'n reboot
+ If ye be gettin' an error, jus' continue to th' next page
___

View file

@ -79,7 +79,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_b9s)
1. Use the (A) button and the D-Pad to turn on the following:
+ **"Show NAND or user string in System Settings"**
1. Press (Start) to save and reboot
1. Press (Start) to save 'n reboot
+ If ye be gettin' an error, jus' continue to th' next page
___

View file

@ -34,7 +34,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_b9s)
1. Use the (A) button and the D-Pad to turn on the following:
+ **"Show NAND or user string in System Settings"**
1. Press (Start) to save and reboot
1. Press (Start) to save 'n reboot
+ If ye be gettin' an error, jus' continue to th' next page
___

View file

@ -54,7 +54,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_b9s)
1. Use the (A) button and the D-Pad to turn on the following:
+ **"Show NAND or user string in System Settings"**
1. Press (Start) to save and reboot
1. Press (Start) to save 'n reboot
+ If ye be gettin' an error, jus' continue to th' next page
___

View file

@ -59,7 +59,7 @@ title: "Installing boot9strap (ntrboot)"
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_b9s)
1. Use the (A) button and the D-Pad to turn on the following:
+ **"Show NAND or user string in System Settings"**
1. Press (Start) to save and reboot
1. Press (Start) to save 'n reboot
+ If ye be gettin' an error, jus' continue to th' next page
___

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Press (A) to remount your SD card
1. Press (Start) to save and reboot
1. Press (Start) to reboot
1. If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -74,7 +74,7 @@ For all steps in this section, overwrite any existing files on your SD card.
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_b9s)
1. Use the (A) button and the D-Pad to turn on the following:
+ **"Show NAND or user string in System Settings"**
1. Press (Start) to save and reboot
1. Press (Start) to save 'n reboot
##### Section V - CTRNAND Luma3DS

View file

@ -4,7 +4,6 @@ title: "Finalizar instalación"
#### Descripción general de pasos
El archivo `boot.firm` es el que ejecuta boot9strap después de que termina de cargarse desde la NAND, y puede ser cualquier payload arm9 válido en formato FIRM. Este archivo puede ser reemplazado en cualquier momento, a pesar de que Luma3DS permite la ejecución de otros payloads arm9 en formato FIRM usando el selector de payloads de Luma3DS.
En este caso, utilizamos Luma3DS de [AuroraWright](https://github.com/AuroraWright/) para ejecutar al inicio un SysNAND modificado directamente, permitiéndonos saltar la necesidad de cualquier EmuNAND, simplificando enormemente el uso de una 3DS hackeada además de ahorrar espacio en la tarjeta SD.
@ -26,6 +25,7 @@ Durante este proceso, también instalaremos programas como los siguientes:
* La última versión de [FBI](https://github.com/Steveice10/FBI/releases/latest) *(los archivos `.cia` y `.3dsx`)*
* La última versión (fork) de [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(el archivo `.cia`)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instrucciones
@ -48,6 +48,7 @@ Durante este proceso, también instalaremos programas como los siguientes:
1. Copia el archivo `GodMode9.firm` desde el `.zip` de GodMode9 a la carpeta `/luma/payloads/` en tu tarjeta SD
1. Copia la carpeta `gm9`contenida en el `.zip`de GodMode9 al directorio raíz de tu tarjeta SD
1. Copia `setup_ctrnand_luma3ds.gm9` a la carpeta `/gm9/scripts/` en tu tarjeta SD
1. Copia `cleanup_sd_card.gm9` a la carpeta `/gm9/scripts/` en tu tarjeta SD
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ Si, antes de seguir esta guía, ya tenías una configuración EmuNAND y deseas m
+ Esta copia de seguridad puede salvarte de un brick si algo va mal en el futuro
1. Elimina el archivo `<númerodeserie>_nandmin_###.bin` de la carpeta `/gm9/out/` de tu tarjeta SD después de haberlo copiado
1. Vuelve a insertar tu tarjeta SD en tu consola
1. Presiona (Start) para guardar y reiniciar
##### Sección VIII - Limpiar tarjeta SD
1. Presiona el botón (Home) para abrir el menú de acción
1. Selecciona "Mas..."
1. Selecciona "Scripts..."
1. Selecciona "cleanup_sd_card"
1. Presiona (A) para continuar cuando se te pida
1. Presiona (A) para continuar
1. Presiona (Start) para reiniciar
___
@ -154,14 +164,6 @@ Ahora puedes presionar (L) + (Abajo) + (Select) al encender la consola para abri
Para usar [NTR CFW](https://github.com/44670/BootNTR/), instala [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Elimina cualquier archivo y carpeta extra de la raíz de tu tarjeta SD que *no* esté en la siguiente imagen. Si la tienes, deja la carpeta `DCIM` ya que esta contiene las fotos que hayas tomado con la cámara de la 3DS:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
Para obtener información sobre cómo cambiar la consola a otra región, revisa la página [Cambiar de Región](region-changing).
{: .notice--success}

View file

@ -150,7 +150,7 @@ Si no habías respaldado datos de partidas de Consola Virtual de GBA antes, pued
+ Asegúrate de reemplazar el archivo `boot.firm` en tu tarjeta SD con el de tu respaldo
1. Reinserta la tarjeta SD en tu consola
1. Presiona (A) para montar la SD
1. Presiona (Start) para guardar y reiniciar
1. Presiona (Start) para reiniciar
1. Si se queda la pantalla en negro, [sigue esta guía de resolución de problemas](troubleshooting#ts_sys_down)
___

View file

@ -4,7 +4,6 @@ title: "Asennuksen viimeistely"
#### Katsaus vaiheisiin
Latauduttuaan NANDilta boot9strap käynnistää `boot.firm`-tiedoston, joka voi olla mikä tahansa kelvollinen arm9-ohjelma FIRM-muodossa. Tämän tiedoston voi korvata milloin tahansa, joskin Luma3DS sallii muidenkin FIRM-muotoisten arm9-ohjelmien käynnistämisen ketjulataajan avulla.
Tässä tapauksessa käytetään [AuroraWright](https://github.com/AuroraWright/)in luomaa Luma3DS:ää paikatun SysNANDin käynnistämiseen suoraan, jolloin minkäänlaista EmuNANDia ei tarvita, mikä yksinkertaistaa hakkeroidun 3DS:n käyttöä sekä säästää tilaa SD-kortilta.
@ -26,6 +25,7 @@ Tämän prosessin aikana myös asennetaan muun muassa seuraavat ohjelmat:
* FBI:n [viimeisin julkaisu](https://github.com/Steveice10/FBI/releases/latest) *(`.cia`- ja `.3dsx`-tiedostot)*
* Luma3DS Updaterin [viimeisin haara](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(`.cia`-tiedosto)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Ohjeet
@ -48,6 +48,7 @@ Tämän prosessin aikana myös asennetaan muun muassa seuraavat ohjelmat:
1. Kopioi GodMode9-`.zip`-pakkauksesta `GodMode9.firm` SD-korttisi `/luma/payloads/`-kansioon
1. Kopioi GodMode9-`.zip`-pakkauksesta `gm9`-kansio SD-korttisi juureen
1. Kopioi `setup_ctrnand_luma3ds.gm9` SD-korttisi `/gm9/scripts/`-kansioon
1. Kopioi `cleanup_sd_card.gm9` SD-korttisi `/gm9/scripts/`-kansioon
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ Jos sinulla oli ennen tämän oppaan aloittamista EmuNAND-kokoonpano, ja haluais
+ Tämä varmuuskopio pelastaa sinut konsolin vioittumiselta, jos jokin menee pieleen tulevaisuudessa
1. Poista SD-korttisi `/gm9/out/`-kansiosta `<sarjanumero>_nandmin_###.bin` kopioituasi sen
1. Aseta SD-korttisi takaisin konsoliisi
1. Paina (START)-painiketta tallentaaksesi ja käynnistääksesi uudelleen
##### Vaihe VIII SD-kortin siivoaminen
1. Paina (HOME)-painiketta näyttääksesi toimintovalikon
1. Valitse "More..."
1. Valitse "Scripts..."
1. Valitse "cleanup_sd_card"
1. Paina kehotettaessa (A):ta jatkaaksesi
1. Paina (A):ta jatkaaksesi
1. Paina (START)-painiketta käynnistääksesi uudelleen
___
@ -154,14 +164,6 @@ Voit nyt käyttää (L) + (ALAS) + (SELECT) -painikeyhdistelmää, kun konsolisi
Käyttääksesi [NTR-CFW](https://github.com/44670/BootNTR/):tä asenna [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Poista SD-korttisi juuresta kaikki tiedostot ja kansiot, jotka *eivät* ole seuraavassa kuvassa. Jos kortilla on `DCIM`-kansio, jätä se sinne, sillä se sisältää kaikki 3DS:n kameralla otetut kuvat:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
Tietoja konsolisi alueen vaihtamisesta toiseen saat osiosta [Alueen vaihtaminen](region-changing).
{: .notice--success}

View file

@ -150,7 +150,7 @@ Jos et varmuuskopioinut GBA VC -tallennuksia aiemmin, voit ohittaa tämän osion
+ Varmista, että SD-kortillasi oleva `boot.firm`-tiedosto korvataan varmuuskopion vastaavalla
1. Aseta SD-korttisi takaisin konsoliisi
1. Paina (A):ta liittääksesi SD-korttisi takaisin järjestelmään
1. Paina (START)-painiketta tallentaaksesi ja käynnistääksesi uudelleen
1. Press (Start) to reboot
1. + Jos saat mustan ruudun, [seuraa tätä vianmääritysohjetta](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Boot9strapin asentaminen ntrbootin avulla vaatii yhteensopivan DS-/DSi-flash-kor
Ntrbootin asentamiseen flash-kortille on kaksi eri menetelmää.
Kumpikin näistä menetelmistä vaatii pienen magneetin, jos kohdekonsoli on läpällinen (kaikki 3DS-perheen konsolit paitsi vanha 2DS, jossa on lepotilalle kytkin). Tämä johtuu siitä, että menetelmän käyttäminen vaatii konsolin olevan lepotilassa samalla kun painikkeet ovat painettavissa.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). Tämä johtuu siitä, että menetelmän käyttäminen vaatii konsolin olevan lepotilassa samalla kun painikkeet ovat painettavissa.
Kokeillaksesi magneetin toimivuutta pidä sitä (A)-, (B)-, (X)- ja (Y)-painikkeiden päällä tai ympärillä konsolin ollessa käynnissä, jotta näet, aktivoituuko lepotila. Jos lepotila menee päälle, kummatkin ruudut ovat mustana niin kauan, kuin pidät magneettia kohdassa.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalisation de l'installation"
#### Vue d'ensemble
Le fichier `boot.firm` est ce qui est lancé par boot9strap lui-même après qu'il ait fini le chargement de la NAND, et peut être nimporte quel payload arm9 valide dans le format FIRM. Ce fichier peut être remplacé à tout moment, même si Luma3DS permet le lancement dautres payloads arm9 au format FIRM à laide du chainloader Luma3DS .
Dans ce cas, nous utilisons Luma3DS de [AuroraWright](https://github.com/AuroraWright/) pour démarrer directement une SysNAND patchée, nous permettant de contourner complètement la nécessité d'une EmuNAND quelconque, ce qui simplifie grandement l'utilisation d'une 3DS piratée en plus d'économiser de l'espace sur votre carte SD.
@ -26,6 +25,7 @@ Durant cette étape, nous allons également configurer les programmes suivants :
* La dernière version de [FBI](https://github.com/Steveice10/FBI/releases/latest) *(le fichier `.cia`et le fichier `.3dsx`)*
* La dernière version de [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(le fichier`.cia`)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instructions
@ -48,6 +48,7 @@ Durant cette étape, nous allons également configurer les programmes suivants :
1. Copiez le fichier `GodMode9.firm` de l'archive GodMode9 `.zip` dans le dossier `/luma/payloads/` sur votre carte SD
1. Copiez le dossier `gm9` de GodMode9 `.zip` à la racine de votre carte SD
1. Copiez `setup_ctrnand_luma3ds.gm9` dans le dossier `/gm9/scripts/` sur votre carte SD
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vou
+ Cette sauvegarde vous sauvera d'un brick si quoi que ce soit se passe mal à l'avenir
1. Supprimez `<serialnumber>_nandmin_###.bin` dans le dossier `/gm9/out/` sur votre carde SD après l'avoir copié
1. Réinsérez votre carte SD dans votre 3DS
1. Appuyez sur (Start) pour enregistrer les modifications et redémarrer
##### Section VIII - Cleanup SD Card
1. Appuyez sur (Home) pour faire apparaître le menu dactions (action menu)
1. Sélectionnez "More..."
1. Sélectionnez "Scripts"
1. Select "cleanup_sd_card"
1. Lorsque vous êtes invité, appuyez sur (A)
1. Appuyez sur (A) pour continuer
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ Vous pouvez maintenant appuyer simultanément sur (L) + (Bas) + (Select) pour d
Pour utilisez [NTR CFW](https://github.com/44670/BootNTR/), installez [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Supprimez de la racine de votre carte SD tous les autres fichiers qui n'apparaissent *pas* dans l'image suivante. Si vous en avez, laissez le dossier `DCIM` car il contient des photos prises avec la caméra de la 3DS:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
Pour plus d'informations sur le changement de la région de votre 3DS, veuillez consulter la page [Changement de région](region-changing).
{: .notice--success}

View file

@ -150,7 +150,7 @@ Si vous n'avez pas fait de copies de sauvegardes GBA VC, ignorez cette section.
+ Assurez-vous de remplacer le fichier `boot.firm` sur votre carte SD avec le 'boot.firm' de votre sauvegarde
1. Retirez la carte SD de votre ordinateur et réinsérez-là dans votre 3DS
1. Appuyez sur (A) pour remonter votre carte SD
1. Appuyez sur (Start) pour enregistrer les modifications et redémarrer
1. Press (Start) to reboot
1. Si vous obtenez un écran noir, [suivez ce guide de dépannage](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ L'installation de boot9strap à partir de ntrboot nécessite un linker compatibl
Il existe deux méthodes pour installer ntrboot sur votre linker .
Toutes les consoles pliables nécessite d'avoir un petit aimant pour simuler la fermeture de la console . (La 2DS nécessite d'actionner le switch de veille). C'est parce que l'exploit demande de mettre la console en veille tout en ayant accès aux boutons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). C'est parce que l'exploit demande de mettre la console en veille tout en ayant accès aux boutons.
Pour tester un aimant , il suffit de mettre l'aimant autour des boutons (A), (B), (X), (Y) lorsque l'appareil est allumé ,
puis de voir si l'appareil se met en mode veille . Si cela fonctionne , l'écran restera noir jusqu'à ce que vous retirez l'aimant.

View file

@ -4,7 +4,6 @@ title: "סיום התהליך"
#### מעבר על הצעדים
הקובץ `boot.firm` הוא מה שמופעל בעת ההדלקה של המכשיר על ידי boot9strap עצמו לאחר שהוא נטען מה-NAND, והוא כל payload של arm9 בפורמט של הFIRM. את הקובץ עצמו אפשר להחליף תמיד, למרות שLuma3DS מאפשר הרצת payload של arm9 בפורמט הFIRM באמצעות הטעינת שרשרת של Luma3DS.
לכן, נשתמש ב-Luma3DS מאת [AuroraWright](https://github.com/AuroraWright/) על מנת לעשות בוט לתוך SysNAND מותאם ישירות, דבר אשר מאפשר לנו לעקוף לחלוטין כל צורך של EmuNAND ובכך לפשט את השימוש ב-3DS פרוץ במקביל לחסכון בנפח ה-SD.
@ -26,6 +25,7 @@ title: "סיום התהליך"
* את הגרסה העדכנית של [FBI](https://github.com/Steveice10/FBI/releases/latest) *(יש להוריד את קובץ ה- `.cia` ואת קובץ ה`.3dsx)*
* הפורק העדכני של [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(יש להוריד את קובץ ה- `.cia`)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### הוראות
@ -48,6 +48,7 @@ title: "סיום התהליך"
1. העתיקו את `GodMode9.firm` מהזיפ של GodMode9 אל תיקיית /luma/payloads/ ב- SD שלכם
1. תעתיקו את התיקייה `gm9` מתוך ה`.zip` של GodMode9 ל-SD שלכם
1. תעתיקו את `setup_ctrnand_luma3ds.gm9` אל תיקיית`/gm9/scripts/` על כרטיס הSD שלכם
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ title: "סיום התהליך"
+ הגיבוי הזה ישמור עליכם מבריק אם משהו ישתבש בעתיד
1. תמחקו את `<serialnumber>_nandmin_###.bin` בתיקיה `/gm9/out/` על הSD לאחר שהעתקתם אותו
1. תכניסו מחדש את כרטיס הSD שלכם לתוך המכשיר שלכם
1. לחצו על (Start) על מנת לשמור ולהפעיל מחדש
##### Section VIII - Cleanup SD Card
1. תלחצו על (Home) כדי להראות את תפריט הפעולה
1. תבחרו ב"More..."
1. תבחרו "Scripts..."
1. Select "cleanup_sd_card"
1. כשתתבקשו, תלחצו (A) כדי להמשיך
1. תלחצו (A) כדי להמשיך
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ ___
כדי להשתמש ב [NTR CFW](https://github.com/44670/BootNTR/), תתקינו את [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
**תמחקו מה-SD שלכם את כל התיקיות והקבצים המיותרים אשר *לא* נמצאים בתמונה הבאה:**. אם יש לכם אותה, תשאירו את תיקיית `DCIM` כי היא כוללת תמונות שצולמו עם המצלמה של ה3DS:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
על מנת לקבל מידע על שינוי איזור לקנסולה שלכם, עברו למדריך [לשינוי איזור](region-changing).
{: .notice--success}

View file

@ -150,7 +150,7 @@ title: "הזזת EmuNAND"
+ תוודאו שאתם מחליפים את הקובץ 'boot.firm' על כרטיס ה-SD עם האחד מהגיבוי שלכם
1. תכניסו מחדש את כרטיס הSD שלכם לתוך המכשיר שלכם
1. תלחצו A כדי לגרום לתוכנה לקלוט שהSD חזר
1. לחצו על (Start) על מנת לשמור ולהפעיל מחדש
1. Press (Start) to reboot
1. + אם אתם מקבלים מסך שחור, [עקבו אחרי המדריך הבא](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ title: "ntrboot"
ישנן שתי דרכים שונות של צריבת ntrboot לכרטיס הפריצה שלכם.
שתי הדרכים דורשות גישה למגנט קטן אם הקונסולה היא מהסוג שמתקפל (כל קונסולה ממשפחת ה3DS שהיא לא ה2DS הישן עם המתג של מצב השינה). זה בגלל שהפירצה דורשת שהקונסולה תהיה במצב שינה בזמן שיש לכם גישה לכפתורים.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). זה בגלל שהפירצה דורשת שהקונסולה תהיה במצב שינה בזמן שיש לכם גישה לכפתורים.
כדי לבדוק אם מגנט יעבוד, תחזיקו אותו על או באזור כפתורי ה(A)(B)(X)(Y) בזמן שהקונסולה עובדת כדי לראות האם הוא מפעיל את מצב שינה. אם הוא כן, שני המסכים יהיו שחורים כל עוד המגנט מוחזק במקום הזה.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Overview of steps
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space.
@ -26,6 +25,7 @@ During this process, we also setup programs such as the following:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instructions
@ -48,6 +48,7 @@ During this process, we also setup programs such as the following:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ This backup will save you from a brick if anything goes wrong in the future
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Press (Start) to save and reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Press (A) to continue
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
For information on changing your device to another region, check out the [Region Changing](region-changing) page.
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Press (A) to remount your SD card
1. Press (Start) to save and reboot
1. Press (Start) to reboot
1. If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Overview of steps
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space.
@ -26,6 +25,7 @@ During this process, we also setup programs such as the following:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instructions
@ -48,6 +48,7 @@ During this process, we also setup programs such as the following:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ This backup will save you from a brick if anything goes wrong in the future
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Press (Start) to save and reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Press (A) to continue
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
For information on changing your device to another region, check out the [Region Changing](region-changing) page.
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Press (A) to remount your SD card
1. Press (Start) to save and reboot
1. Press (Start) to reboot
1. If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Completamento dell'installazione"
#### Panoramica
Il file `boot.firm` viene lanciato da boot9strap stesso al termine del caricamento dalla NAND, e può essere un qualunque payload arm9 valido in formato FIRM. Questo file può essere sostituito in qualunque momento, tuttavia Luma3DS permette il lancio di diversi payload arm9 in formato FIRM grazie al chainloader di Luma3DS.
In questo caso, useremo Luma3DS di [AuroraWright](https://github.com/AuroraWright/) per avviare direttamente una SysNAND patchata, bypassando del tutto il bisogno di una EmuNAND. Questo semplifica l'uso di un 3DS così modificato, e permette di risparmiare spazio sulla scheda SD.
@ -26,6 +25,7 @@ Durante la guida verranno anche configurate le seguenti applicazioni:
* L'ultima versione di [FBI](https://github.com/Steveice10/FBI/releases/latest) *(i file `.cia` e `.3dsx`)*
* L'ultima fork di [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(il file `.cia`)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Istruzioni
@ -48,6 +48,7 @@ Durante la guida verranno anche configurate le seguenti applicazioni:
1. Copia il file `GodMode9.firm` dall'archivio `.zip` di GodMode9 dentro la cartella `/luma/payloads/` della tua scheda SD
1. Copia la cartella `gm9` presente nell'archivio `.zip` di GodMode9 nella directory principale della tua scheda SD
1. Copia il file `setup_ctrnand_luma3ds.gm9` nella cartella `/gm9/scripts/` della tua scheda SD
1. Copia il file `cleanup_sd_card.gm9` nella cartella `/gm9/scripts/` della tua scheda SD
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ Se prima di seguire questa guida avevi già un'installazione EmuNAND presente e
+ Questi backup ti salveranno da un brick nel caso dovesse accadere qualcosa in futuro
1. Cancella il file `<codiceseriale>_nandmin_###.bin` dalla cartella `/gm9/out/` della tua scheda SD dopo la copia
1. Reinserisci la scheda SD nel Nintendo 3DS
1. Premi (Start) per salvare e riavviare il 3DS
##### Sezione VIII - Pulizia della scheda SD
1. Premi il pulsante HOME per far apparire il menu delle azioni
1. Seleziona "More..."
1. Seleziona "Scripts..."
1. Seleziona "cleanup_sd_card"
1. Quando richiesto, premi (A) per procedere
1. Premi il pulsante (A) per continuare
1. Premi il pulsante (Start) per riavviare la console
___
@ -154,14 +164,6 @@ Puoi premere i pulsanti (L) + (Giù) + (Select) in qualunque momento per acceder
Per usare [NTR CFW](https://github.com/44670/BootNTR/), installa [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Rimuovi tutti i file e le cartelle presenti nella directory principale della tua scheda SD che *NON* sono presenti nella seguente immagine. Se presente, non eliminare la cartella `DCIM` in quanto contiene tutte le foto scattate con la fotocamera del 3DS:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
Per informazioni su come cambiare la regionalità della tua console, leggi la pagina [Cambiare regione](region-changing).
{: .notice--success}

View file

@ -150,7 +150,7 @@ Se non hai mantenuto alcun salvataggio GBA della Virtual Console, salta questa s
+ Assicurati di sostituire il file `boot.firm` sulla tua scheda SD con quello preso dal tuo backup
1. Reinserisci la scheda SD nel Nintendo 3DS
1. Premi (A) per eseguire il remount della scheda SD
1. Premi (Start) per salvare e riavviare il 3DS
1. Premi il pulsante (Start) per riavviare la console
1. Se ottieni una schermata nera, [segui questa guida per risolvere il problema](troubleshooting#ts_sys_a9lh)
___

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### ステップの概要
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
本文では、[AuroraWright](https://github.com/AuroraWright/)さんのLuma3DSで直接にパッチしたSysNANDを実行するようにします。これにより、EmuNANDを実行する必要はゼロになったり、ハッキングされた3DSの使用を簡単にしたり、SDカードの空き領域を節約したりできます。
@ -26,6 +25,7 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### 手順
@ -48,6 +48,7 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ 将来は何か間違ってデバイスが壊れる場合、このバックアップが役に立ちます
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. (Start) を押してセーブして再起動します
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. 「More...」を選択します
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. (A) で続行します
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
デバイスの地域を別の地域に変更したいなら、[地域を変更する](region-changing) ページをご覧ください。
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. (A) を押してSDカードをマウントします
1. (Start) を押してセーブして再起動します
1. Press (Start) to reboot
1. ブラックスクリーンになってしまったら、[このトラブルシューティングガイドをご覧ください](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### 단계별 개요
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
여기에서는 [AuroraWright](https://github.com/AuroraWright/)의 Luma3DS를 사용해 패치된 SysNAND를 부팅하므로 EmuNAND를 사용할 필요가 없으며, 해킹된 3DS의 사용을 크게 단순화시키고 사용되는 SD 카드의 공간도 절약할 수 있습니다.
@ -26,6 +25,7 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### 진행 방법
@ -48,6 +48,7 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ 나중에 문제가 생겨 벽돌이 되었을 때 이 백업으로 기기를 살릴 수 있습니다.
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. SD 카드를 기기에 다시 삽입해 주세요.
1. (start)를 눌러 저장하고 기기를 다시 시작해 주세요.
##### Section VIII - Cleanup SD Card
1. (Home)을 눌러 작업 메뉴를 띄워 주세요.
1. "More..."를 선택해 주세요.
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. (A)를 눌러 진행해 주세요.
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
[NTR CFW](https://github.com/44670/BootNTR/)를 실행하려면 [BootNTR Selector](https://gbatemp.net/threads/432911/)를 설치해 주세요.
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
기기를 다른 지역으로 변경하는 방법에 대해 알아보려면 [지역 변경](region-changing) 페이지를 참고해 주세요.
{: .notice--success}

View file

@ -150,7 +150,7 @@ GBA VC 게임이나 저장 데이터에 대해 신경 쓰지 않는다면 이
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. SD 카드를 기기에 다시 삽입해 주세요.
1. (A)를 눌러 SD 카드를 다시 마운트해 주세요.
1. (start)를 눌러 저장하고 기기를 다시 시작해 주세요.
1. Press (Start) to reboot
1. 블랙 스크린이 뜨면 이 [문제 해결 가이드](troubleshooting#ts_sys_down)를 참고해 주세요.
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Gambaran keseluruhan panduan
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
Dalam kes ini, kita menggunakan Luma3DS dari [AuroraWright](https://github.com/AuroraWright/) untuk boot SysNAND yang ditampal secara terus, membolehkan kita sepenuhnya melepasi keperluan apa-apa jenis EmuNAND, lalu memudahkan penggunaan 3DS yang diubah suai dalam menjimatkan ruang kad SD.
@ -26,6 +25,7 @@ Semasa proses ini, kami juga akan memasang program-program berikut:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Arahan
@ -48,6 +48,7 @@ Semasa proses ini, kami juga akan memasang program-program berikut:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ Simpanan ini akan menyelamatkan anda daripada brick andai perkara tidak elok berlaku kelak
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Tekan (Start) untuk save dan reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Tekan (A) untuk meneruskan
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
Untuk maklumat tentang mengubah peranti ke kawasan lain, lihat halaman [Penukaran Kawasan](region-changing).
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Tekan (A) untuk mengaktifkan kad SD anda
1. Tekan (Start) untuk save dan reboot
1. Press (Start) to reboot
1. + Jika anda mendapat skrin hitam, [Ikut panduan penyelesaian ini](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
### Overzicht van stappen
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In dit geval gebruiken we Luma3DS, gemaakt door [AuroraWright](https://github.com/AuroraWright/), om een gepatchde SysNAND op te starten, wat ervoor zorgt dat we geen EmuNAND nodig hebben, hierdoor is het makkelijker om een gehackte 3DS te gebruiken en bespaar je ruimte op je SD kaart.
@ -26,6 +25,7 @@ Tijdens dit proces zullen we ook de volgende programma's installeren:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
### Instructies
@ -48,6 +48,7 @@ Tijdens dit proces zullen we ook de volgende programma's installeren:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ Deze backup zal je redden van een brick als er iets fout gaat in de toekomst
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Stop je SD kaart terug in je 3DS
1. Druk op (Start) om op te slaan en opnieuw op te starten
##### Section VIII - Cleanup SD Card
1. Druk op de (Home) knop om het actiemenu te openen
1. Selecteer "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Druk op (A) om door te gaan
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
Om [NTR CFW](https://github.com/44670/BootNTR/) te gebruiken, moet je [BootNTR Selector](https://gbatemp.net/threads/432911/) installeren.
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
Voor informatie over het veranderen van je 3DS regio naar een andere, bekijk de [Regio Wijzigen](region-changing) pagina.
{: .notice--success}

View file

@ -150,7 +150,7 @@ Als je geen backup GBA VC Saves hebt gemaakt, kan je dit overslaan.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Stop je SD kaart terug in je 3DS
1. Druk (A) om je SD kaart te remounten
1. Druk op (Start) om op te slaan en opnieuw op te starten
1. Press (Start) to reboot
1. Wanneer je een zwart scherm hebt, [volg dan deze foutoplossingshadleiding](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
### Oversikt over trinn
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
I dette tilfellet bruker vi Luma3DS fra [AuroraWright](https://github.com/AuroraWright/) for å starte et patchet SysNAND direkte, slik at vi kan omgå behovet for alle slags EmuNAND fullstendig, og dermed forenkle bruken av en hacket 3DS utover det å spare plass på SD-kort.
@ -26,6 +25,7 @@ Under denne prossesen, vil vi også sette opp program som følgende:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instruksjoner
@ -48,6 +48,7 @@ Under denne prossesen, vil vi også sette opp program som følgende:
1. Kopier `GodMode9.firm` fra GodMode9 `.zip` til `/luma/payloads/` på SD-kortet ditt
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ Denne sikkerhetskopien vil spare deg fra en brick hvis noe går galt i fremtiden
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Sett inn SD-kortet i konsollen igjen
1. Trykk (Start) for å lagre og starte på nytt
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Velg "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Trykk (A) for å fortsette
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
For informasjon om hvordan du endrer enheten til en annen region, sjekk ut [regionsbyttesiden](region-changing).
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Sett inn SD-kortet i konsollen igjen
1. Trykk (A) for å montere SD-kortet på nytt
1. Trykk (Start) for å lagre og starte på nytt
1. Press (Start) to reboot
1. + Hvis du får en svart skjerm, [følg denne feilsøkingsveiledningen](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Przegląd kroków
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
W naszym przypadku, używamy Luma3DS autorstwa [AuroraWright](https://github.com/AuroraWright/) do bezpośredniego startu ze zmodyfikowanego SysNAND, co pozwala na zupełną rezygnację z korzystania z EmuNAND i znacznie upraszcza obsługę zhackowanego 3DS oraz nie zużywa miejsca na karcie SD.
@ -26,6 +25,7 @@ Podczas tego procesu zainstalujemy również takie programy jak:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instrukcje
@ -48,6 +48,7 @@ Podczas tego procesu zainstalujemy również takie programy jak:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ Ta kopia uratuje Cie przed brick'iem jeśli cokolwiek pójdzie nie tak w przyszłości
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Naciśnij (Start) aby zapisać zmiany i uruchomić konsolę ponownie
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Naciśnij (A), aby kontynuować
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
Aby uzyskać informacje na ten temat zmiany regionu twojej konsoli, odwiedź stronę [Zmiana regionu](region-changing).
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Naciśnij przycisk (A), aby ponownie zamontować swoją kartę SD
1. Naciśnij (Start) aby zapisać zmiany i uruchomić konsolę ponownie
1. Press (Start) to reboot
1. Jeżeli uruchamianie konsoli zatrzyma się na czarnym ekranie, [wykonaj instrukcję rozwiązywania problemów](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizando a instalação"
#### Visão geral das etapas
O arquivo `boot.firm` é o que é executado pelo boot9strap depois que ele acaba de carregar a NAND, e ele pode ser qualquer payload arm9 válido no formato FIRM. Este arquivo pode ser substituído a qualquer momento, embora o Luma3DS permita a inicialização de outros payloads arm9 no formato FIRM usando o chainloader do Luma3DS.
Neste caso, usamos o Luma3DS por [AuroraWright](https://github.com/AuroraWright/) para carregar uma SysNAND com patches diretamente, o que nos permite evitar a necessidade de qualquer tipo de EmuNAND, simplificando enormemente o uso de um 3DS hackeado, além de economizar espaço no cartão SD.
@ -26,6 +25,7 @@ Durante este processo, também configuramos alguns programas como os seguintes:
* A versão mais recente do [FBI](https://github.com/Steveice10/FBI/releases/latest) *(os arquivos `.cia` e `.3dsx`)*
* A versão mais recente do [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(o arquivo `.cia`)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instruções
@ -48,6 +48,7 @@ Durante este processo, também configuramos alguns programas como os seguintes:
1. Copie `GodMode9.firm` do `.zip` do GodMode9 para a pasta `/luma/payloads/` no seu cartão SD
1. Copie a pasta `gm9` do `.zip` do GodMode9 para a raiz do seu cartão SD
1. Copie o `setup_ctrnand_luma3ds.gm9` para a pasta `/gm9/scripts/` no seu cartão SD
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ Se, antes de seguir este guia, você já possuia uma instalação EmuNAND e gost
+ Este backup vai salvá-lo de um brick caso algo dê errado no futuro
1. Apague `<serialnumber>_nandmin_###.bin` da pasta `/gm9/out/` no seu cartão SD após copiá-lo
1. Reinsira seu cartão SD no seu dispositivo
1. Aperte (Start) para salvar e reiniciar
##### Section VIII - Cleanup SD Card
1. Aperte (Home) para abrir o menu de ações
1. Selecione "More..."
1. Selecione "Scripts..."
1. Select "cleanup_sd_card"
1. Quando solicitado, aperte (A) para prosseguir
1. Aperte (A) para continuar
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ Agora você pode apertar (L) + (Baixo) + (Select) enquanto o sistema está ligad
Para usar [NTR CFW](https://github.com/44670/BootNTR/), instale [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remova quaisquer pastas e arquivos extras da raiz do seu cartão SD que *não* estejam na seguinte imagem. Se tiver, deixe a pasta `DCIM` pois ela contém todas as fotos tiradas com a câmera do 3DS:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
Para obter informações sobre como mudar o dispositivo para outra região, consulte a página [Mudança de região](region-changing).
{: .notice--success}

View file

@ -150,7 +150,7 @@ Se você não fez o backup de Saves do VC de GBA anteriormente, pule esta seçã
+ Certifique-se de substituir o arquivo `boot.firm` no seu cartão SD com o do seu backup
1. Reinsira seu cartão SD no seu dispositivo
1. Aperte (A) para remontar seu cartão SD
1. Aperte (Start) para salvar e reiniciar
1. Press (Start) to reboot
1. Se você ver uma tela preta, [siga este guia de troubleshooting](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
# # # Visão geral das etapas
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space.
@ -26,6 +25,7 @@ During this process, we also setup programs such as the following:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instruções
@ -48,6 +48,7 @@ During this process, we also setup programs such as the following:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ This backup will save you from a brick if anything goes wrong in the future
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Press (Start) to save and reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Press (A) to continue
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
For information on changing your device to another region, check out the [Region Changing](region-changing) page.
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Press (A) to remount your SD card
1. Press (Start) to save and reboot
1. Press (Start) to reboot
1. If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizând instalarea"
#### Descrierea generală a pașilor
Fișierul `boot.firm` este ceea ce e rulat de boot9strap însuși după ce se încarcă de pe NAND și poate fi orice alt payload arm9 valid în formatul FIRM. Acest fișier poate fi înlocuit oricând, totuși Luma3DS va permite lansarea altor payload-uri arm9 în formatul FIRM folosind chainloader-ul de la Luma3DS.
În acest caz, putem să folosim Luma3DS de [AuroraWright](https://github.com/AuroraWright/) pentru a porni un SysNAND patch-uit direct, făcând inutilă nevoia de a folosi orice fel de EmuNAND, simplificând semnificativ folosirea unui 3DS modat economisind de asemenea spațiu pe cardul SD.
@ -26,6 +25,7 @@ Pe parcursul acestui proces, vom instala și programe ca următoarele:
* Cea mai nouă versiune de [FBI](https://github.com/Steveice10/FBI/releases/) *(fișierele `.3dsx` și `.cia`)*
* Ultima versiune de [Luma3DS Updater](https://github.com/Hamcha/lumaupdate/releases/latest) *(fișierul `.cia`)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instrucțiuni
@ -48,6 +48,7 @@ Pe parcursul acestui proces, vom instala și programe ca următoarele:
1. Copiați `GodMode9.firm` din arhiva `.zip` GodMode9 în folderul `/luma/payloads/` de pe cardul SD
1. Copiați folderul `gm9` din arhiva `.zip` GodMode9 în rădăcina cardului SD
1. Copiați `setup_ctrnand_luma3ds.gm9` în folderul `/gm9/scripts/` de pe cardul SD
1. Copiați `cleanup_sd_card.gm9` în folderul `/gm9/scripts/` de pe cardul SD
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ Dacă, înainte să urmăriți acest ghid, aveați deja o configurare cu EmuNAND
+ Această copie de rezervă vă va salva de un brick în caz că ceva nu va merge bine în viitor
1. Ștergeți `<serialnumber>_nandmin_###.bin` din folderul `/gm9out/` de pe cardul SD după ce l-ați copiat
1. Reintroduceți cardul SD în dispozitivul dumneavoastră
1. Apăsați (Start) pentru a salva și reporni
##### Secțiunea VIII - Curățarea cardului SD
1. Apăsați (Home) pentru a arăta meniul de acțiuni
1. Selectați "More..."
1. Selectați "Scripts..."
1. Selectaţi "cleanup_sd_card"
1. Când vi se solicită, apăsaţi (A) pentru a continua
1. Apăsați (A) pentru a continua
1. Apăsați (Start) pentru a reporni
___
@ -154,14 +164,6 @@ Acum puteți apăsa (L) + (Jos) + (Select) în timp ce sistemul pornește pentru
Pentru a folosi [NTR CFW](https://github.com/44670/BootNTR/), instalați [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Puteți șterge orice fișiere și foldere suplimentare din rădăcina cardului SD care *nu* sunt în următoarea imagine. Dacă îl aveti, lăsați folderul `DCIM` pentru că acesta conține toate pozele făcute cu camera de pe 3DS:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
Pentru informații despre cum să schimbați regiunea dispozitivului, vedeți pagina [Schimb de regiune](region-changing).
{: .notice--success}

View file

@ -150,7 +150,7 @@ Dacă nu ați făcut o copie de rezervă la datele de salvare VC GBA, săriți p
+ Asigurați-vă că înlocuiți fișierul `boot.firm` de pe cardul SD cu cel din copia de rezervă
1. Reintroduceți cardul SD în dispozitivul dumneavoastră
1. Apăsați (A) pentru a remonta cardul SD
1. Apăsați (Start) pentru a salva și reporni
1. Apăsați (Start) pentru a reporni
1. Dacă vă apare un ecran negru, [urmați acest ghid de depanare](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Завершение установки"
#### Описание шагов
Файл `boot.firm` - это то, что boot9strap запускает после загрузки из NAND, и этот файл может быть любым arm9-приложением. Этот файл может быть заменён когда угодно, однако Luma3DS позволяет запускать другие arm9 приложения в FIRM формате, используя свой загрузчик.
Мы используем Luma3DS от [AuroraWright](https://github.com/AuroraWright/), чтобы запускать пропатченный SysNAND напрямую, поэтому необходимость в каком-либо виде EmuNAND полностью пропадает, что значительно упрощает использование взломанной 3DS и экономит место на SD-карте.
@ -26,6 +25,7 @@ title: "Завершение установки"
* Свежая версия [FBI](https://github.com/Steveice10/FBI/releases/latest) *(`.cia-файл` и `.3dsx-файл`)*
* Свежая версия [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(`.cia-файл`)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Инструкция
@ -48,6 +48,7 @@ title: "Завершение установки"
1. Скопируйте `GodMode9.firm` из `.zip-архива` GodMode9 в папку `/luma/payloads/` на SD-карте
1. Скопируйте папку `gm9` из `.zip-архива` `GodMode9` в корень SD-карты
1. Скопируйте `setup_ctrnand_luma3ds.gm9` в папку `/gm9/scripts/` на SD-карте
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ title: "Завершение установки"
+ Эти бэкапы позволят восстановить консоль, если впоследствии что-то пойдёт не так
1. После копирования удалите `<serialnumber>_nandmin_###.bin` из папки `/gm9/out/` на SD-карте
1. Вставьте SD-карту обратно в консоль
1. Нажмите (Start), чтобы сохранить настройки и перезагрузиться
##### Section VIII - Cleanup SD Card
1. Нажмите кнопку (Home) для вызова меню
1. Выберите "More..."
1. Выберите "Scripts..."
1. Select "cleanup_sd_card"
1. При появлении запроса, нажмите (A) для продолжения
1. Нажмите (A), чтобы продолжить
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ ___
Для использования [NTR CFW](https://github.com/44670/BootNTR/), установите [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Удалите любые лишние файлы и папки из корня вашей SD-карты, которых *нет* на следующем изображении. Если у вас есть папка `DCIM`, оставьте ее. Она содержит фотографии, сделанные камерой 3DS:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
Чтобы узнать, как сменить регион своей консоли, обратитесь к разделу [Смена региона](region-changing).
{: .notice--success}

View file

@ -150,7 +150,7 @@ title: "Перенос EmuNAND"
+ Убедитесь, что вы заменили `boot.firm` его версией из сохраненных ранее файлов
1. Вставьте SD-карту обратно в консоль
1. Нажмите (A), чтобы смонтировать SD-карту
1. Нажмите (Start), чтобы сохранить настройки и перезагрузиться
1. Press (Start) to reboot
1. Если после включения экран остаётся чёрным, перейдите к разделу с [проблемами и их решениями](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ title: "ntrboot"
Существует два различных способа прошивки ntrboot на флешкартридж.
Оба этих метода требуют наличия небольшого магнита, если целевая консоль имеет складную конструкцию (любая консоль семейства 3DS кроме old 2DS с переключателем режима ожидания). Это необходимо, потому что эксплойт требует ввести консоль в режим ожидания, сохранив при этом доступ к кнопкам.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). Это необходимо, потому что эксплойт требует ввести консоль в режим ожидания, сохранив при этом доступ к кнопкам.
Чтобы проверить работоспособность магнита, приложите его к кнопкам (A)(B)(X)(Y) или рядом с ними, когда консоль включена. Проверьте, включает ли он режим ожидания. Если это так, то оба экрана будут выключаться, пока магнит находится на этом месте.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Overview of steps
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space.
@ -26,6 +25,7 @@ During this process, we also setup programs such as the following:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instructions
@ -48,6 +48,7 @@ During this process, we also setup programs such as the following:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ This backup will save you from a brick if anything goes wrong in the future
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Press (Start) to save and reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Press (A) to continue
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
For information on changing your device to another region, check out the [Region Changing](region-changing) page.
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Press (A) to remount your SD card
1. Press (Start) to save and reboot
1. Press (Start) to reboot
1. If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Overview of steps
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space.
@ -26,6 +25,7 @@ During this process, we also setup programs such as the following:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instructions
@ -48,6 +48,7 @@ During this process, we also setup programs such as the following:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ This backup will save you from a brick if anything goes wrong in the future
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Press (Start) to save and reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Press (A) to continue
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
For information on changing your device to another region, check out the [Region Changing](region-changing) page.
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Press (A) to remount your SD card
1. Press (Start) to save and reboot
1. Press (Start) to reboot
1. If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Overview of steps
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space.
@ -26,6 +25,7 @@ During this process, we also setup programs such as the following:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instructions
@ -48,6 +48,7 @@ During this process, we also setup programs such as the following:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ This backup will save you from a brick if anything goes wrong in the future
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Press (Start) to save and reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Press (A) to continue
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
For information on changing your device to another region, check out the [Region Changing](region-changing) page.
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Press (A) to remount your SD card
1. Press (Start) to save and reboot
1. Press (Start) to reboot
1. If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Adımlara genel bakış
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
Biz bu rehberde, AuroraWright'ın Luma3DS [AuroraWright](https://github.com/AuroraWright/) kullanacağız, bu sayede EmuNAND ile alakalı bir işlem yapmamıza gerek kalmayacak ve işi basitleştirip SD kart hafızasında da daha az yer kaplayacak.
@ -26,6 +25,7 @@ Bu süreç boyunca, aşağıdaki gibi programları kuruyoruz:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Talimatlar
@ -48,6 +48,7 @@ Bu süreç boyunca, aşağıdaki gibi programları kuruyoruz:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
Bu yedek eğer ileride bir şey ters giderse cihazın brick olma ihtimalini engelleyecek
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. SD kartınızı cihazınıza tekrar takın
1. Kaydedip yeniden başlatmak için (Start) basın
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Devam etmek için (A) basın
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
Cihazınızın bölgesini başka bir bölgeye çevirmek için, rehberin [Bölge Değiştirme](region-changing) kısmına bakın.
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. SD kartınızı cihazınıza tekrar takın
1. SD kartınızı yeniden takmak için (A) tuşuna basın
1. Kaydedip yeniden başlatmak için (Start) basın
1. Press (Start) to reboot
1. + Siyah ekran alıyorsanız, [bu sorun giderme rehberine bakın](troubleshooting#ts_sys_a9lh)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Overview of steps
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space.
@ -26,6 +25,7 @@ During this process, we also setup programs such as the following:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instructions
@ -48,6 +48,7 @@ During this process, we also setup programs such as the following:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ This backup will save you from a brick if anything goes wrong in the future
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Press (Start) to save and reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Press (A) to continue
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
For information on changing your device to another region, check out the [Region Changing](region-changing) page.
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Press (A) to remount your SD card
1. Press (Start) to save and reboot
1. Press (Start) to reboot
1. If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

View file

@ -4,7 +4,6 @@ title: "Finalizing Setup"
#### Tổng quan các bước
The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader.
In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space.
@ -26,6 +25,7 @@ During this process, we also setup programs such as the following:
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9)
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
#### Instructions
@ -48,6 +48,7 @@ During this process, we also setup programs such as the following:
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
@ -123,7 +124,16 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ This backup will save you from a brick if anything goes wrong in the future
1. Delete `<serialnumber>_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it
1. Reinsert your SD card into your device
1. Press (Start) to save and reboot
##### Section VIII - Cleanup SD Card
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Scripts..."
1. Select "cleanup_sd_card"
1. When prompted, press (A) to proceed
1. Press (A) to continue
1. Press (Start) to reboot
___
@ -154,14 +164,6 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
{% capture notice-7 %}
Remove any extra files and folders from the root of your SD card that are *not* in the following image. If you have it, leave the `DCIM` folder as this contains any pictures taken with the 3DS camera:
![]({{ base_path }}/images/screenshots/final-file-layout.png)
{% endcapture %}
<div class="notice--info">{{ notice-7 | markdownify }}</div>
For information on changing your device to another region, check out the [Region Changing](region-changing) page.
{: .notice--success}

View file

@ -150,7 +150,7 @@ If you did not backup GBA VC Saves earlier, skip this section.
+ Ensure you replace the `boot.firm` file on your SD card with the one from your backup
1. Reinsert your SD card into your device
1. Press (A) to remount your SD card
1. Press (Start) to save and reboot
1. Press (Start) to reboot
1. If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_down)
___

View file

@ -12,7 +12,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
There are two different methods of flashing ntrboot to your flashcart.
Both of these methods require access to a small magnet if the target device is a of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
Both of these methods require access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
{: .notice--info}

Some files were not shown because too many files have changed in this diff Show more