2017-05-21 22:39:40 +02:00
---
2017-05-23 20:02:51 +02:00
title: "Finalizing Setup"
2017-05-21 22:39:40 +02:00
---
#### Adı mlara genel bakı ş
{% 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>
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.
<br><br>
Bu süreç boyunca, aşağı daki gibi programları kuruyoruz:
+ **FBI** *(CIA formatlı oyunları ve uygulamaları kurar)*
+ **Themely** *(installs custom themes)*
+ **Luma3DS Updater** *(Custom Firmware yüklemenizi kolayca günceller)*
+ **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)*
{% endcapture %}
<div class="notice--info">{{ notice-2 | markdownify }}</div>
2017-05-24 07:55:55 +02:00
#### Nelere ihtiyacı nı z var
2017-05-21 22:39:40 +02:00
* En son sürümü [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the '.7z' file) *
* The latest release of [Themely](https://github.com/ErmanSayin/Themely/releases/latest) *(the `.cia` file)*
* En son sürümü [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest)
* En son sürümü [GodMode9] (https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
2017-05-24 07:55:55 +02:00
* En son sürümü [FBI](https://github.com/Steveice10/FBI/releases/latest)
2017-05-21 22:39:40 +02:00
* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest)
* **Old 3DS and 2DS Only:** The Old 3DS 11.2.0-35 [otherapp payload](https://smealum.github.io/3ds/#otherapp) for your region
#### Talimatlar
##### Bölüm l - Hazı rlı k
1. SD kartı nı zı bilgisayarı nı za takı n
1. SD kartı nı zı n ana dizininde eğer yoksa `cias` isminde klasör oluşturun
1. Create a folder named `hblauncherloader` on the root of your SD card if it does not already exist
1. `hblauncher_loader.cia` dosyası nı hblauncher_loader`.zip` dosyası ndan SD kartı nı zdaki `/ cias /` klasörüne kopyalayı n
2017-05-22 22:18:58 +02:00
1. `Lumaupdater.cia` dosyası nı Luma3DS Uprdater`.zip` dosyası ndan SD kartı nı zdaki `/ cias /` klasörüne kopyalayı n
2017-05-21 22:39:40 +02:00
1. `FBI.cia 'dosyası nı FBI`.zip` dosyası ndan SD kartı nı zdaki `/ cias /` klasörüne kopyalayı n
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. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card
1. SD kartı nı zı n kök dizininde `luma` adlı bir klasör oluşturun
1. SD kartı nı zdaki `luma` klasöründe` payloads` adlı bir klasör oluşturun
1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. **Old 3DS and 2DS Only:** Copy the Old 3DS 11.2.0-35 otherapp payload for your region to the `/hblauncherloader/` folder on your SD card
1. **Old 3DS and 2DS Only:** Rename the Old 3DS 11.2.0-35 otherapp payload on your SD card to match your region:
+ **EUR:** `OLD-11-4-0-37-EUR.bin`
+ **JPN:** `OLD-11-4-0-37-JPN.bin`
+ **KOR:** `OLD-11-4-0-37-KOR.bin`
+ **USA:** `OLD-11-4-0-37-USA.bin`
![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png)
{: .notice--info}
1. If your device is on a version between 3.0.0 and 4.5.0 (inclusive), your device will not boot until you manually download the required firmware:
+Bunu indirin [bu dosyayı ](http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000002/00000056) ve `firmware.bin` olarak yeniden adlandı rı n
2017-05-24 07:55:55 +02:00
+ Bunu indirin [bu dosyayı ](http://nus.cdn.c.shop.nintendowifi.net/ccs/download/0004013800000002/cetk)
2017-05-21 22:39:40 +02:00
+ `firmware.bin` ve` cetk` dosyaları nı SD kartı nı zdaki `/ luma /` klasörüne kopyalayı n
+ Delete both of these files after updating your device later in these instructions
2017-05-24 07:55:55 +02:00
1. SD kartı nı zı cihazı nı za tekrar takı n
2017-05-21 22:39:40 +02:00
##### Section II - Configuring Luma3DS
1. Boot your device to enter the Luma3DS configuration menu
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_b9s)
1. (A) düğmesi ve D-Pad kullanarak aşağı dakileri açı n:
+ **"Show NAND or user string in System Settings"**
1. Kaydedip yeniden başlatmak için (Start) bası n
+ Siyah ekran alı rsanı z yine de bir sonraki bölüme geçin
##### Section III - Updating the System
2017-05-24 07:55:55 +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}
2017-05-22 22:18:58 +02:00
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 your device by going to System Settings, then "Other Settings", then going all the way to the right and using "System Update"
+ Updates while using B9S + Luma (what you have) are safe
+ Bu bir hata verirse, DNS ayarları nı zı "otomatik" olarak belirleyin
+ 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
##### Section IV - Injecting FBI
2017-05-24 07:55:55 +02:00
1. Reboot holding (Start) during boot to launch GodMode9
2017-05-21 22:39:40 +02:00
1. Navigate to `[0:] SDCARD` -> `cias`
1. Press (A) on `FBI.cia` to select it, then select "CIA image options...", then select "Mount image to drive"
1. Press (A) on the `.app` file, then select "NCCH image options", then select "Inject to H&S"
1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given
1. Devam etmek için (A) bası n
1. Press (Start) to reboot your device
1. Eğer hala orjinal Health & Safety app açı lı yorsa ve geçmişte Gateway kullanarak downgrade yaptı ysanı z, [bu sorun giderme rehberine bakı n](troubleshooting#gw_fbi)
##### Section V - Installing CIAs
1. Launch Health and Safety (which is now FBI)
1. Navigate to `SD` -> `cias`
1. "\<current directory>" 'i seçin
1. "Install all CIAs" seçeneğini seçin, onaylamak için (A) bası n
1. Press (Home) to exit FBI
##### Section VI - DSP Dump
1. Launch DSP1
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
##### Section VII - Restore Health and Safety
2017-05-24 07:55:55 +02:00
1. Reboot holding (Start) during boot to launch GodMode9
2017-05-21 22:39:40 +02:00
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Restore H&S"
1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given
##### Section VIII - CTRNAND Luma3DS
2017-05-24 07:55:55 +02:00
1. Press (B) to return to the main menu
1. Navigate to `[0:] SDCARD`
2017-05-21 22:39:40 +02:00
1. Press (Y) on `boot.firm` to copy it
1. Press (B) to return to the main menu
1. Navigate to `[1:] SYSNAND CTRNAND`
1. Press (Y) to paste a copy of `boot.firm`
1. Select "Copy path(s)"
1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given
1. Press (B) to return to the main menu
2017-05-22 22:18:58 +02:00
1. Navigate to `[0:] SDCARD`
1. Press (Y) on the `luma` folder to copy it
1. Press (B) to return to the main menu
1. Navigate to `[1:] SYSNAND CTRNAND` -> `rw`
1. Press (X) on the existing `luma` folder to delete it
+ If you do not have this folder, just proceed with the instructions
1. Onaylamak için (A) bası n
1. Press (Y) to paste a copy of the `luma` folder from your SD card
2017-05-21 22:39:40 +02:00
##### Section IX - NAND Backup
2017-05-24 07:55:55 +02:00
1. Press (B) until you get to the main menu
2017-05-21 22:39:40 +02:00
1. Press (Home) to bring up the action menu
1. Select "More..."
1. Select "Backup NAND"
1. Devam etmek için (A) bası n
1. SD kartı nı zı çı karmak için aynı anda (R) ve (B) ye bası n ve bası lı tutun
1. SD kartı nı zı bilgisayarı nı za takı n
1. Copy `nand.bin` from the `/gm9out/` folder on your SD card to a safe location on your computer
+ Make backups in multiple locations (such as online file storage)
Bu yedek eğer ileride bir şey ters giderse cihazı n brick olma ihtimalini engelleyecek
1. Delete `nand.bin` from the `/gm9out/` folder on your SD card after copying it
2017-05-24 07:55:55 +02:00
1. SD kartı nı zı cihazı nı za tekrar takı n
2017-05-21 22:39:40 +02:00
1. Kaydedip yeniden başlatmak için (Start) bası n
___
{% capture notice-10 %}
Artı k Luma3DS'i güncellemek için tek yapmanı z gereken Luma3DS Updater'i açı p (A)'ya bası p güncelle demektir.
Bu bir Sistem Güncellemesi ile aynı şey değildir; sadece en yeni Luma3DS dosyaları nı indirir ve çı karı r.
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.
{% endcapture %}
<div class="notice--info">{{ notice-10 | markdownify }}</div>
{% capture notice-6 %}
You will now boot Luma3DS CFW SysNAND by default.
Luma3DS yapı landı rma menüsünü başlatmak için önyüklemede (Select) tuşunu bası lı tutabilirsiniz.
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).
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).
{% endcapture %}
<div class="notice--info">{{ notice-6 | markdownify }}</div>
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:
<br><br>
![]({{ 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}
For information on using GodMode9's various features, check out the [GodMode9 Usage](godmode9-usage) page.
{: .notice--success}
Luma3DS'in çeşitli özelliklerini kullanmak için, yazı lı mı n [wiki sayfası na](https://github.com/AuroraWright/Luma3DS/wiki/Options-and-usage) bakı n.
{: .notice--success}
For information on installing custom themes, badges, and splash screens, check out [3dsthem.es](https://3dsthem.es/about.php).
{: .notice--success}