Guide_3DS/_pages/nl_NL/finalizing-setup.txt

175 lines
8.8 KiB
Plaintext
Raw Normal View History

2017-05-21 22:39:40 +02:00
---
title: "Finalizing Setup"
2017-05-21 22:39:40 +02:00
---
### Overzicht van stappen
{% capture notice-2 %}
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.
<br><br>
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.
<br><br>
Tijdens dit proces zullen we ook de volgende programma's installeren:
+ **FBI** *(Installeert spellen en applicaties in CIA formaat)*
+ **Themely** *(installs custom themes)*
+ **Luma3DS Updater** *(Hiermee update je jouw CFW gemakkelijk)*
+ **GodMode9** *(multifunctionele tool met NAND en cartridge functies)*
2017-06-05 09:41:55 +02:00
+ **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)*
2017-05-21 22:39:40 +02:00
{% endcapture %}
<div class="notice--info">{{ notice-2 | markdownify }}</div>
#### Benodigdheden
* The latest release of [Themely](https://github.com/ErmanSayin/Themely/releases/latest) *(the `.cia` file)*
* De meest recente versie van [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest)
* De meest recente versie van [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
2017-06-05 09:41:55 +02:00
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
2017-06-03 09:49:09 +02:00
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
2017-05-21 22:39:40 +02:00
### Instructies
##### Deel I - Voorbereiding
2017-05-30 19:27:28 +02:00
1. Schakel je 3ds uit
2017-05-21 22:39:40 +02:00
1. Plaats je SD kaart in je computer
2017-06-05 09:41:55 +02:00
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
2017-05-23 21:00:46 +02:00
1. Maak een map genaamd `cias` op de root van jouw SD kaart, indien deze nog niet aanwezig is
2017-05-21 22:39:40 +02:00
1. Maak een nieuwe map genaamd `hblauncherloader` in de hooofdmap van je SD kaart, indien deze nog niet aanwezig is
1. Kopieer `hblauncher_loader.cia` van de hblauncher_loader `.zip` naar de `/cias/` map op je SD kaart
2017-06-03 09:49:09 +02:00
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
1. Copy `FBI.cia` to the `/cias/` folder on your SD card
2017-05-21 22:39:40 +02:00
1. Copy `DSP1.cia` to the `/cias/` folder on your SD card
1. Copy `Themely.cia` to the `/cias/` folder on your SD card
![]({{ base_path }}/images/screenshots/cias-file-layout.png)
{: .notice--info}
1. Maak een map genaamd `payloads` aan in de `luma` map op je SD kaart
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
1. Stop je SD kaart terug in je 3DS
2017-05-30 19:27:28 +02:00
1. Zet je 3DS aan
2017-05-21 22:39:40 +02:00
2017-05-30 19:27:28 +02:00
##### Section II - Updating the System
2017-05-21 22:39:40 +02:00
2017-05-23 00:41:18 +02:00
If, while following a previous version of this guide, you CTRTransfered your *New 3DS* to 2.1.0, now is the time to [restore your NAND backup](godmode9-usage#nand_restore) before doing this section.
{: .notice--danger}
If, before following this guide, you already had an EmuNAND setup and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, now is the time to [follow Move EmuNAND](move-emunand) before doing this section.
2017-05-21 22:39:40 +02:00
{: .notice--info}
1. Update je 3DS door naar System Settings en dan naar "Algemene Instellingen" te gaan. Ga in dat menu helemaal naar rechts en klik op "Systeemupdate"
+ Updates while using B9S + Luma (what you have) are safe
+ Als dit je een foutmelding geeft, zet dan je DNS instellingen op "auto"
+ If this still gives you an error and your NAND is below 9.2.0, [follow 9.2.0 CTRTransfer](9.2.0-ctrtransfer), then try updating again
2017-06-05 09:41:55 +02:00
##### Section III - Launching FBI
1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
1. Select "Miscellaneous options"
1. Select "Switch the hb. title to the current app."
1. Press (B) to continue
1. Press (B) to return to the Rosalina main menu
1. Press (B) to exit the Rosalina menu
1. Press (Home), then close Download Play
1. Launch the Download Play application
1. Nu zou je console de Homebrew Launcher moeten openen
2017-05-21 22:39:40 +02:00
2017-05-30 19:27:28 +02:00
##### Section IV - Installing CIAs
2017-05-21 22:39:40 +02:00
2017-06-05 09:41:55 +02:00
1. Launch FBI from the list of homebrew
2017-05-21 22:39:40 +02:00
1. Navigeer naar `SD` -> `cias`
1. Selecteer "\<current directory>"
2017-05-24 22:57:28 +02:00
1. Select the "Install and delete all CIAs" option, then press (A) to confirm
2017-06-05 09:41:55 +02:00
1. Press (Home), then close Download Play
2017-05-21 22:39:40 +02:00
2017-05-30 19:27:28 +02:00
##### Section V - DSP Dump
2017-05-21 22:39:40 +02:00
2017-06-05 09:41:55 +02:00
1. Launch the DSP1 application
2017-05-24 07:55:55 +02:00
1. Once it has completed, press (B) to self-delete the app and return to the home menu
2017-05-21 22:39:40 +02:00
2017-06-05 09:41:55 +02:00
##### Section VI - CTRNAND Luma3DS
2017-05-21 22:39:40 +02:00
2017-05-24 07:55:55 +02:00
1. Reboot holding (Start) during boot to launch GodMode9
1. Navigeer naar `[0:] SDCARD`
2017-05-21 22:39:40 +02:00
1. Press (Y) on `boot.firm` to copy it
1. Druk op (B) om terug te gaan naar het hoofdmenu
1. Navigeer naar `[1:] SYSNAND CTRNAND`
1. Press (Y) to paste a copy of `boot.firm`
1. Selecteer "Copy path(s)"
2017-06-05 09:41:55 +02:00
1. Druk op (A) om SysNAND (lvl1) writing te ontgrendelen en voer daarna de toetsencombinatie in die wordt gegeven
2017-05-21 22:39:40 +02:00
1. Druk op (B) om terug te gaan naar het hoofdmenu
2017-05-23 00:41:18 +02:00
1. Navigeer naar `[0:] SDCARD`
1. Press (Y) on the `luma` folder to copy it
1. Druk op (B) om terug te gaan naar het hoofdmenu
1. Navigate to `[1:] SYSNAND CTRNAND` -> `rw`
1. Press (Y) to paste a copy of the `luma` folder from your SD card
2017-05-31 22:22:45 +02:00
1. Selecteer "Copy path(s)"
2017-05-21 22:39:40 +02:00
2017-06-05 09:41:55 +02:00
##### Section VII - NAND Backup
2017-05-21 22:39:40 +02:00
2017-05-24 22:57:28 +02:00
1. Druk twee keer op (B) om terug te gaan naar het hoofdmenu
2017-05-21 22:39:40 +02:00
1. Druk op de (Home) knop om het actiemenu te openen
1. Selecteer "More..."
1. Selecteer "Backup NAND"
1. Druk op (A) om door te gaan
1. Houd (R) en (B) gelijkertijd ingedrukt om je SD kaart uit te werpen
1. Plaats je SD kaart in je computer
2017-05-31 23:36:37 +02:00
1. Copy `nand.bin` and `nand.bin.sha` from the `/gm9out/` folder on your SD card to a safe location on your computer
2017-05-21 22:39:40 +02:00
+ Maak back-ups in verschillende locaties (zoals een online bestandsopslag)
+ Deze backup zal je redden van een brick als er iets fout gaat in de toekomst
2017-05-31 23:36:37 +02:00
1. Delete `nand.bin` and `nand.bin.sha` from the `/gm9out/` folder on your SD card after copying it
2017-05-21 22:39:40 +02:00
1. Stop je SD kaart terug in je 3DS
1. Druk op (Start) om op te slaan en opnieuw op te starten
___
{% capture notice-10 %}
Je kan nu Luma3DS Updater gebruiken om Luma3DS te updaten naar de laatste versie door Luma3DS Updater te openen en op (A) te drukken.
Dit is niet hetzeldfe als een Systeemupdate; het downloadt alleen de laatste versie van de Luma3DS bestanden.
Dit zal alleen de Luma3DS bestanden op je SD kaart updaten. Als je jouw 3DS opstart zonder SD kaart zal het de versie gebruiken die je in de CTRNAND geplaatst hebt.
{% endcapture %}
<div class="notice--info">{{ notice-10 | markdownify }}</div>
{% capture notice-6 %}
Je zal nu standaard Luma3DS CFW SysNAND opstarten.
Je kan nu (Select) ingedrukt houden bij het opstarten om in het Luma3DS instellingenmenu te komen.
2017-05-31 23:36:37 +02:00
You can now hold (Start) on boot to launch the Luma3DS chainloader menu (note that the Luma3DS chainloader menu is only displayed if there is more than one payload detected).
2017-06-05 09:41:55 +02:00
You can now hold (Start) + (Select) + (X) on boot to dump the ARM11 bootrom (`boot11.bin`), the ARM9 bootrom (`boot9.bin`), and your console unique OTP (`OTP.bin`) to the `/boot9strap/` folder on your SD card (note that this will not have any kind of prompt or message).
2017-06-06 07:48:13 +02:00
You can now press (L) + (Down) + (Select) while the system is booted to open the Rosalina menu integrated into Luma3DS. For a full list of Rosalina features, please see the [Luma3DS v8.0 Release](https://github.com/AuroraWright/Luma3DS/releases/tag/v8.0)
2017-05-21 22:39:40 +02:00
{% endcapture %}
<div class="notice--info">{{ notice-6 | markdownify }}</div>
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 %}
2017-06-26 20:11:58 +02:00
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:
2017-05-21 22:39:40 +02:00
<br><br>
![]({{ 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}
Voor informatie over verschillende functies van GodMode9 kan je de [GodMode9 gebruike](godmode9-usage) pagina bekijken.
{: .notice--success}
Voor informatie over het gebruik van de verschillende functies van Luma3DS, zie [deze wiki](https://github.com/AuroraWright/Luma3DS/wiki/Options-and-usage).
{: .notice--success}
For information on installing custom themes, badges, and splash screens, check out [3dsthem.es](https://3dsthem.es/about.php).
{: .notice--success}