# Finalizing Setup ## Required Reading On the previous page, you installed boot9strap, a custom firmware loader that loads the file `boot.firm` from SD card or NAND (internal memory). In this case, we are using Luma3DS by [LumaTeam](https://github.com/LumaTeam/) as our `boot.firm` to patch the console, allowing it to run homebrew software. On this page, we will make critical system file backups and install some homebrew programs. Most of these steps will be automated using a script that you will run on your console. ::: info The script will install the following applications: - **FBI** by Steveice10 _(installs CIA formatted applications)_ - **Homebrew Launcher Loader** by PabloMK7 _(runs Homebrew Launcher, for 3DSX format homebrew)_ - **Anemone3DS** by astronautlevel2 _(installs custom themes, splashes, and badges)_ - **Checkpoint** by BernardoGiordano/FlagBrew _(manages 3DS/DS game save data)_ - **ftpd** by mtheall _(allows wireless 3DS SD card access over FTP)_ - **Universal-Updater** by Universal-Team _(on-device app store for downloading homebrew over Wi-Fi)_ - **GodMode9** by d0k3 _(multipurpose tool for extracting data from internal memory or cartridges)_ If you don't want one of these applications, you can remove them after you have finished this page by navigating to System Settings -> Data Management -> Nintendo 3DS -> Software. (GodMode9 cannot be removed in this way and is generally required for other functions.) ::: details Source code links (optional) All applications installed on this guide are open-source. If you are interested in seeing how they work, or would like to leave a star to show your appreciation, their source code is linked here: - [FBI](https://github.com/lifehackerhansol/FBI) - [Homebrew Launcher Loader](https://github.com/PabloMK7/homebrew_launcher_dummy) - [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS) - [Checkpoint](https://github.com/bernardogiordano/checkpoint/releases) - [ftpd](https://github.com/mtheall/ftpd) - [Universal-Updater](https://github.com/Universal-Team/Universal-Updater/) - [GodMode9](https://github.com/d0k3/GodMode9) ::: ## Compatibility Notes ::: info Als je vorige CFW setup was gebaseerd op EmuNAND en je wilt de inhoud van je EmuNAND/RedNAND verplaatsen naar SysNAND, Volg [EmuNAND verplaatsen](move-emunand) voor het volgen van deze pagina. Als je niet weet wat een EmuNAND is, dan is dit niet van toepassing op jou. ::: ## What You Need - [x_finalize_helper.firm](https://github.com/hacks-guide/finalize/releases/latest/download/x_finalize_helper.firm) (direct download) - [finalize.romfs](https://github.com/hacks-guide/finalize/releases/latest/download/finalize.romfs) (direct download) ## Instructions ### Section I - Prep Work In this section, you will copy the files necessary to follow the rest of the instructions on this page. 1. Zet je console uit 2. Plaats je SD kaart in je computer 3. Copy `finalize.romfs` to the root of your SD card 4. Open the `luma` folder on your SD card and create a folder named `payloads` inside, if it does not already exist 5. Copy `x_finalize_helper.firm` to the `payloads` folder 6. Stop je SD-kaart terug in je console The screenshot below indicates the minimum SD card layout that is required to follow this page. Je hebt mogelijk extra bestanden of mappen op je SD-kaart, afhankelijk van je vorige setup of de methode die je hebt gevolgd. ::: info ![](/images/screenshots/finalizing-root-layout.png) ::: ::: info ![](/images/screenshots/finalizing-luma-payloads.png) ::: ### Section II - Updating the System In this section, you will update your system to the latest version, which is safe to do with custom firmware. ### Section III - RTC and DSP setup In this section, you will sync your 3DS internal clock with the actual time and dump the sound firmware (which is necesssary for some homebrew software to use sound properly). 1. Druk tegelijkertijd op (L) + (Down) + (Select) om het Rosalina menu te openen - If one of these buttons is broken, download [config.ini](/assets/config.ini) and put it in your `luma` folder, replacing the existing one. This will change the Rosalina menu key combination to (X) + (Y) 2. Selecteer "Miscellaneous options" 3. Selecteer "Dump DSP firmware" 4. Press (B) to continue 5. Selecteer "Nullify user time offset" 6. Press (B) to continue 7. Druk op (B) om terug te gaan naar het Rosalina hoofdmenu 8. Druk op (B) om het Rosalina menu af te sluiten ### Section IV - Setup Script In this section, you will use a series of scripts to automate homebrew installation, SD card cleanup, and system file backup. 1. Zet je console uit 2. Press and hold (X), and while holding (X), power on your console. This will launch the Finalizing Setup Helper - If you boot to the HOME Menu, your `payloads` folder may be incorrectly spelled or in the wrong location - If you encounter an error, consult the [troubleshooting](troubleshooting-finalizing-setup) page 3. If the Helper was successful, your console will boot into GodMode9 - From this point forward, you can access GodMode9 by holding START while powering on your console 4. Als je gevraagd word om essentiƫle bestanden te back-uppen, druk dan op (A) om dat te doen, druk dan op (A) als dit voltooid is 5. Als er wordt gevraagd om de RTC datum en tijd goed te zetten, duk op (A) om dat te doen, stel dan de datum en tijd in en druk op (A) om door te gaan 6. Druk op de (Home) knop om het actiemenu te openen 7. Selecteer "Scripts..." 8. Select "finalize" 9. Follow the prompts in the script, answering any questions that you are asked - If you see "Information #05: No title database", press (A) to import and enter the buttons on-screen to proceed - If you encounter an error, follow the instructions in the error message or consult the [troubleshooting](troubleshooting-finalizing-setup) page 10. Once the script says "Setup complete!", press (A) to power off the device - If you do NOT see the message "Setup complete!", the script was not successful and you will need to redo this section from Step 3 11. Plaats je SD kaart in je computer 12. Copy the `/gm9/backups/` folder to a safe location on your computer - This folder contains critical file backups and should be backed up to multiple locations (i.e. cloud storage) if possible - The two SysNAND files are your NAND backup and can be used to revert your console to a working state if it is bricked by a software issue - The `essential.exefs` file contains your console's system-unique files and can be used to recover your data in the event of a hardware failure 13. If you still have them, delete the two `SysNAND` files from the `/gm9/backups/` folder from your SD card - The `essential.exefs` file is small and may be kept on your SD card for ease of access ___ ::: tip Je bent klaar! Custom firmware is nu volledig geconfigureerd op je console. ::: ::: info Trying to figure out what to do with your newly modded device? Visit [our wiki](https://wiki.hacks.guide/wiki/3DS:Things_to_do)! ::: ### Information and Notes ::: info Hier zijn enkele belangrijke combos die je zou moeten kennen: - Holding (Select) on boot will launch the Luma3DS configuration menu. - Holding (Start) on boot will launch GodMode9, or if you have multiple payloads in `/luma/payloads/`, the Luma3DS chainloader. - By default, pressing (Left Shoulder) + (Down D-Pad) + (Select) while in 3DS mode will open the Rosalina menu, where you can check system information, take screenshots, enable cheats, and more. Dit kan worden gewijzigd in het Rosalina menu. - Holding (Start) + (Select) + (X) on boot will make the notification LED show a color for debug purposes. Zie de [changelog](https://github.com/SciresM/boot9strap/releases/tag/1.4) voor een lijst. ::: ::: info Voor informatie over het gebruik van GodMode9's verschillende functies, bekijk [GodMode9 Gebruik](godmode9-usage) en [Titels en Game Cartridges dumpen](dumping-titles-and-game-cartridges). :::