Guide_3DS/docs/finalizing-setup.md

157 lines
7.8 KiB
Markdown
Raw Permalink Normal View History

# Finalizing Setup
2017-05-19 21:03:56 -04:00
## Required Reading
2017-05-19 21:03:56 -04:00
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.
2017-08-12 18:56:04 -04:00
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.
2017-08-12 18:56:04 -04:00
::: 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.)
2022-01-20 01:23:51 -08:00
::: 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
2022-01-20 01:23:51 -08:00
If your previous CFW setup was EmuNAND-based and you wish to move the contents of your EmuNAND/RedNAND to SysNAND, follow [Move EmuNAND](move-emunand) before following this page. If you don't know what an EmuNAND is, this doesn't apply to you.
2017-05-19 21:03:56 -04:00
:::
## 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
2017-05-19 21:03:56 -04:00
### Section I - Prep Work
In this section, you will copy the files necessary to follow the rest of the instructions on this page.
1. Power off your console
1. Insert your SD card into your computer
1. Copy `finalize.romfs` to the root of your SD card
1. Open the `luma` folder on your SD card and create a folder named `payloads` inside, if it does not already exist
1. Copy `x_finalize_helper.firm` to the `payloads` folder
2023-08-15 11:23:51 -07:00
1. Reinsert your SD card into your console
The screenshot below indicates the minimum SD card layout that is required to follow this page. You may have extra files or folders on your SD card, depending on your previous setup or the method that you followed.
::: info
![](/images/screenshots/finalizing-root-layout.png)
:::
::: info
![](/images/screenshots/finalizing-luma-payloads.png)
:::
### Section II - Updating the System
2017-05-19 21:03:56 -04:00
In this section, you will update your system to the latest version, which is safe to do with custom firmware.
<!--@include: ./_include/sysupdate.md -->
2017-05-19 21:03:56 -04:00
### Section III - RTC and DSP setup
2022-03-20 00:53:15 -07:00
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).
2022-03-20 00:53:15 -07:00
1. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
+ 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)
2022-03-20 00:53:15 -07:00
1. Select "Miscellaneous options"
1. Select "Dump DSP firmware"
1. Press (B) to continue
1. Select "Nullify user time offset"
1. Press (B) to continue
1. Press (B) to return to the Rosalina main menu
1. Press (B) to exit the Rosalina menu
2017-05-19 21:03:56 -04:00
### 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.
2023-06-07 18:35:50 -07:00
1. Power off your console
1. 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
1. 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
2017-07-16 16:30:57 -04:00
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
2017-07-16 16:30:57 -04:00
1. Press (Home) to bring up the action menu
1. Select "Scripts..."
1. Select "finalize"
2023-07-06 03:11:29 -07:00
1. 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
1. 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
1. Insert your SD card into your computer
2023-07-06 03:11:29 -07:00
1. 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
2023-07-06 03:11:29 -07:00
1. 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
2017-05-19 21:03:56 -04:00
___
::: tip
2023-06-07 18:35:50 -07:00
You're done! Custom firmware is now fully configured on your console.
:::
::: info
2017-05-19 21:03:56 -04:00
2023-07-05 00:08:37 -07:00
Trying to figure out what to do with your newly modded device? Visit [our wiki](https://wiki.hacks.guide/wiki/3DS:Things_to_do)!
:::
2023-07-05 00:08:37 -07:00
### Information and Notes
::: info
2022-01-30 19:31:57 +01:00
Here are some key combos that you should know:
+ 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. This can be changed from the Rosalina menu.
+ Holding (Start) + (Select) + (X) on boot will make the notification LED show a color for debug purposes. See the [changelog](https://github.com/SciresM/boot9strap/releases/tag/1.4) for a list.
:::
::: info
2022-01-20 01:23:51 -08:00
For information on using GodMode9's various features, check out the [GodMode9 Usage](godmode9-usage) and [Dumping Titles and Game Cartridges](dumping-titles-and-game-cartridges) pages.
:::