Guide_3DS/_pages/en_PT/finalizing-setup.txt

201 lines
10 KiB
Plaintext
Raw Normal View History

2017-05-21 22:39:40 +02:00
---
2017-07-27 22:20:04 +02:00
title: "Finalizin' Setup"
2017-05-21 22:39:40 +02:00
---
2017-09-29 13:29:26 +02:00
{% include toc title="Table of Contents" %}
2018-02-18 16:47:39 +01:00
### Required Reading
2017-05-21 22:39:40 +02:00
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.
2017-08-13 01:26:54 +02:00
2017-05-21 22:39:40 +02:00
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.
2017-08-13 01:26:54 +02:00
2018-11-25 21:12:09 +01:00
Durin' 'tis process, we also setup programs such as th' followin':
2017-05-21 22:39:40 +02:00
+ **FBI** *(installs CIA formatted games 'n applications)*
2017-09-06 11:47:51 +02:00
+ **Anemone3DS** *(installs custom themes)*
2017-10-08 06:42:36 +02:00
+ **Checkpoint** *(backs up and restores save files for 3DS and DS games)*
2017-05-21 22:39:40 +02:00
+ **Luma3DS Updater** *(updates ye CFW installation easily)*
+ **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)*
2017-10-08 06:42:36 +02:00
+ **Homebrew Launcher Loader** *(launches the Homebrew Launcher)*
2017-05-21 22:39:40 +02:00
2018-02-18 16:47:39 +01:00
### What You Need
2017-09-18 21:28:24 +02:00
2018-06-15 03:10:54 +02:00
* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)*
2018-08-26 22:48:57 +02:00
* The latest release of [Checkpoint](https://github.com/FlagBrew/Checkpoint/releases/latest) *(the `.cia` file)*
2018-07-18 09:41:06 +02:00
* The latest release of [Homebrew Launcher Wrapper](https://github.com/mariohackandglitch/homebrew_launcher_dummy/releases/latest)
2018-06-15 03:10:54 +02:00
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
2018-07-10 10:12:26 +02:00
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
2018-06-15 03:10:54 +02:00
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
2017-09-18 21:28:24 +02:00
2017-09-29 13:29:26 +02:00
### Instructions
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
#### Section I - Prep Work
2017-09-18 21:28:24 +02:00
1. Power off ye device
1. Insert ye SD card into ye computer
2017-11-30 21:32:37 +01:00
1. Create a folder named `3ds` on the root of your SD card if it does not already exist
2017-09-18 21:28:24 +02:00
1. Create a folder named `cias` on th' root 'o ye SD card if it does not already exist
2018-07-10 10:12:26 +02:00
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
2017-11-30 21:32:37 +01:00
1. Copy `FBI.3dsx` to th' `/3ds/` folder on ye SD card
2018-07-18 09:41:06 +02:00
1. Copy `Homebrew_Launcher.cia` to the `/cias/` folder on your SD card
2017-09-18 21:28:24 +02:00
1. Copy `lumaupdater.cia` to th' `/cias/` folder on ye SD card
1. Copy `FBI.cia` to the `/cias/` folder on your SD card
1. Copy `DSP1.cia` to the `/cias/` folder on your SD card
1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card
2017-10-08 06:42:36 +02:00
1. Copy `Checkpoint.cia` to the `/cias/` folder on your SD card
2017-09-18 21:28:24 +02:00
1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist
2019-01-13 21:18:30 +01:00
1. Copy `GodMode9.firm` from th' GodMode9 `.zip` to th' `/luma/payloads/` folder on ye SD card
2017-09-18 21:28:24 +02:00
1. Copy th' `gm9` folder from th' GodMode9 `.zip` to th' root 'o ye SD card
2017-09-29 13:29:26 +02:00
![]({{ "/images/screenshots/finalizing-setup-file-layout.png" | absolute_url }})
2017-09-18 21:28:24 +02:00
{: .notice--info}
2018-11-25 21:12:09 +01:00
2018-04-07 07:42:26 +02:00
Note that, depending on the method used to install boot9strap, your device's SD card may not have the `soundhax-usa-n3ds.m4a`, `otherapp.bin`, or `safehaxpayload.bin` files from the above screenshot.
{: .notice--info}
2017-09-18 21:28:24 +02:00
1. Reinsert ye SD card into ye device
1. Power on your device
2017-09-29 13:29:26 +02:00
#### Section II - Updating the System
2017-05-21 22:39:40 +02:00
2018-08-02 07:10:42 +02:00
If, while following a previous version of this guide, you CTRTransfered your *New 3DS* to 2.1.0, you should now [restore your NAND backup](godmode9-usage#restoring-a-nand-backup) before doing this section.
2017-05-23 00:41:18 +02:00
{: .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}
2017-08-11 21:09:39 +02:00
1. Update ye device by settin' off to System Settin's, then "Other Settings", then goin' all th' way to th' right 'n usin' "System Update"
+ Updates while usin' B9S + Luma (what ye have) be safe
+ If 'tis gives ye an error, set ye DNS settin's to "auto"
2017-09-04 19:33:12 +02:00
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
2017-05-21 22:39:40 +02:00
2018-07-10 10:12:26 +02:00
#### Section III - Homebrew Launcher
2017-06-05 09:41:55 +02:00
2019-02-10 22:32:33 +01:00
1. Launch the Download Play application (![]({{ "/images/download-play-icon.png" | absolute_url }}){: height="24px" width="24px"})
2017-08-11 21:09:39 +02:00
1. Press (L) + (Down) + (Select) at th' same time to be openin' th' Rosalina menu
2017-06-05 09:41:55 +02:00
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
2017-09-18 21:28:24 +02:00
1. Ye device should be loadin' th' Homebrew Launcher
2018-07-10 10:12:26 +02:00
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
2019-02-10 22:32:33 +01:00
+ If you previously followed [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)), you should now use the "RESTORE clean DS Download Play" option in Frogtool to restore the DS Download Play application to its original state
2017-09-22 01:37:18 +02:00
1. Launch FBI from th' list 'o homebrew
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
#### Section IV - Installing CIAs
2017-05-21 22:39:40 +02:00
2017-09-18 21:28:24 +02:00
1. Navigate to `SD` -> `cias`
1. Select "\<current directory>"
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-09-29 13:29:26 +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-09-29 13:29:26 +02:00
#### Section VI - CTRNAND Luma3DS
2017-05-21 22:39:40 +02:00
2018-03-30 21:28:56 +02:00
1. Power off ye device
2017-07-27 22:20:04 +02:00
1. Launch GodMode9 by holdin' (Start) durin' boot
2017-07-19 21:10:16 +02:00
1. If ye be prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
2018-01-25 03:30:08 +01:00
1. If ye be prompted to fix th' RTC date&time, press (A) to do so, then set th' date 'n time, then press (A) to continue
2017-08-11 21:09:39 +02:00
1. Press (Home) to bring up th' action menu
2017-07-19 21:10:16 +02:00
1. Select "Scripts..."
2018-07-18 09:41:06 +02:00
1. Select "GM9Megascript"
1. Select "Scripts from Plailect's Guide"
1. Select "Setup Luma3DS to CTRNAND"
2017-08-11 21:09:39 +02:00
1. When prompted, push (A) to proceed
2018-07-18 09:41:06 +02:00
1. Press (A) to unlock SysNAND (lvl2) writing, then input the key combo given
2017-07-19 21:10:16 +02:00
1. Press (A) to continue
2017-05-21 22:39:40 +02:00
2018-07-18 09:41:06 +02:00
#### Section VII - Cleanup SD Card
2017-05-21 22:39:40 +02:00
2018-07-18 09:41:06 +02:00
1. Select "Cleanup SD Card"
1. When prompted, push (A) to proceed
1. Press (A) to continue
1. Press (B) to return to the main menu
#### Section VIII - Backup Essential Files
1. Select "Backup Options"
1. Select "SysNAND Backup"
2017-07-12 22:30:42 +02:00
1. Press (A) to confirm
2017-08-11 21:09:39 +02:00
+ 'Tis process gunna be takin' some time
2018-07-18 09:41:06 +02:00
+ If you get an error, make sure that you have at least 1.3GB of free space on your SD card
2017-05-21 22:39:40 +02:00
1. Press (A) to continue
2018-07-18 09:41:06 +02:00
1. Press (B) to return to the main menu
1. Select "Exit"
1. Press (A) to relock write permissions if prompted
2018-08-26 19:32:38 +02:00
1. Navigate to `[M:] MEMORY VIRTUAL`
1. Press (A) on `boot9.bin` to select it
1. Select "Copy to 0:/gm9/out"
1. Press (A) to continue
1. Press (B) to return to the main menu
2017-05-21 22:39:40 +02:00
1. Hold (R) and press (B) at the same time to eject your SD card
1. Insert ye SD card into ye computer
2018-08-26 19:32:38 +02:00
1. Copy `<date>_<serialnumber>_sysnand_###.bin`, `essential.exefs`, and `boot9.bin` from the `/gm9/out/` folder on your SD card to a safe location on your computer
2017-05-21 22:39:40 +02:00
+ Make backups in multiple locations (such as online file storage)
2019-01-13 21:18:30 +01:00
+ These backups gunna be savin' ye from any brick, 'n they may help ye recover files, especially th' NAND image, if anythin' be off or wrong in th' future
2017-11-30 21:32:37 +01:00
1. Delete `<date>_<serialnumber>_sysnand_###.bin` and `<date>_<serialnumber>_sysnand_###.bin.sha` from the `/gm9/out/` folder on your SD card after copying it
2017-08-11 21:09:39 +02:00
1. Reinsert ye SD card into ye device
2018-07-18 09:41:06 +02:00
1. Press (Start) to reboot ye device
2017-05-21 22:39:40 +02:00
___
{% capture notice-10 %}
2017-08-13 01:26:54 +02:00
Ye can now use Luma3DS Updater to update ye Luma3DS to th' latest version just by openin' it 'n pressin' (A).
2017-05-21 22:39:40 +02:00
This is not the same thing as a System Update; it just downloads and extracts the newest Luma3DS files.
2017-08-13 01:26:54 +02:00
2018-11-25 21:12:09 +01:00
This will only update the Luma3DS files on your SD card. If you boot your device without an SD card, it will use the version you placed in CTRNAND.
2017-05-21 22:39:40 +02:00
{% endcapture %}
<div class="notice--info">{{ notice-10 | markdownify }}</div>
2018-11-25 21:12:09 +01:00
{% capture notice-6 %}
You will now boot Luma3DS CFW SysNAND by default.
2017-08-13 01:26:54 +02:00
2018-11-25 21:12:09 +01:00
Ye can now hold (Select) on boot to launch th' Luma3DS configuration menu.
2017-08-13 01:26:54 +02:00
2018-11-25 21:12:09 +01: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-08-13 01:26:54 +02:00
2018-11-25 21:12:09 +01: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-08-13 01:26:54 +02:00
2017-08-24 14:03:43 +02:00
Ye can now be pressin' (L) + (Down) + (Select) while ye device be booted up to open th' Rosalina menu integrated into Luma3DS. Fer a full list 'o Rosalina's features, please see th' [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>
2018-11-25 21:12:09 +01:00
{% capture notice-6 %}
If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card.
2018-06-15 03:10:54 +02:00
2018-11-25 21:12:09 +01:00
If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac.
2018-06-15 03:10:54 +02:00
{% endcapture %}
<div class="notice--info">{{ notice-6 | markdownify }}</div>
2017-05-21 22:39:40 +02:00
Fer information on changin' ye device to another region, check out th' [Region Changin'](region-changing) page.
{: .notice--success}
For information on using GodMode9's various features, check out the [GodMode9 Usage](godmode9-usage) page.
{: .notice--success}
Fer information on usin' Luma3DS's various features, check out [its wiki](https://github.com/AuroraWright/Luma3DS/wiki/Options-and-usage).
{: .notice--success}
2017-09-13 06:15:18 +02:00
For information on installing custom themes and splash screens, check out [Theme Plaza](https://themeplaza.eu/).
2017-11-12 01:24:53 +01:00
{: .notice--success}
2018-08-26 22:48:57 +02:00
For information on using Gateshark cheat codes on Luma3DS, check out [Sharkive](https://github.com/FlagBrew/Sharkive).
2019-02-11 05:25:49 +01:00
{: .notice--success}