Whoops, thought this was in Stable
This commit is contained in:
parent
1a63d141a1
commit
af8f729106
1 changed files with 5 additions and 8 deletions
|
@ -74,7 +74,7 @@ During this process, we also setup programs such as the following:
|
||||||
12. Copy `arm9loaderhax.bin` from the Luma3DS `.7z` to the root of your SD card, overwrite existing files
|
12. Copy `arm9loaderhax.bin` from the Luma3DS `.7z` to the root of your SD card, overwrite existing files
|
||||||
13. Create a folder named `luma` on the root of your SD card
|
13. Create a folder named `luma` on the root of your SD card
|
||||||
14. Create a folder named `payloads` in the `luma` folder on your SD card
|
14. Create a folder named `payloads` in the `luma` folder on your SD card
|
||||||
15. Copy `Hourglass9.bin` from the Hourglass9 `.zip` to the `/luma/payloads/` folder on your SD card
|
15. Copy `Hourglass9.bin` from the Hourglass9 `.zip` to the `/luma/payloads/` folder on your SD card and rename `Hourglass9.bin` to `start_Hourglass9.bin`
|
||||||
17. Copy `aeskeydb.bin` to the `/files9/` folder on your SD card
|
17. Copy `aeskeydb.bin` to the `/files9/` folder on your SD card
|
||||||
18. Copy `DspDump.3dsx` to the `/3ds/` folder on your SD card
|
18. Copy `DspDump.3dsx` to the `/3ds/` folder on your SD card
|
||||||
19. Copy _the contents of_ `fbi-2.4.2-injectable.zip` to the `/files9/` folder on your SD card
|
19. Copy _the contents of_ `fbi-2.4.2-injectable.zip` to the `/files9/` folder on your SD card
|
||||||
|
@ -117,8 +117,7 @@ During this process, we also setup programs such as the following:
|
||||||
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) instead of doing the first four steps in this section.
|
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) instead of doing the first four steps in this section.
|
||||||
{: .notice--info}
|
{: .notice--info}
|
||||||
|
|
||||||
1. Boot your device while holding (Start) to enter the Luma3DS chainloader menu
|
1. Boot your device while holding (Start) to enter Hourglass9
|
||||||
2. Hover over Hourglass9, then press (A) to launch it
|
|
||||||
3. Go to "SysNAND Backup/Restore"
|
3. Go to "SysNAND Backup/Restore"
|
||||||
4. Go to "SysNAND Restore (keep a9lh)" and restore from `NANDmin.bin`
|
4. Go to "SysNAND Restore (keep a9lh)" and restore from `NANDmin.bin`
|
||||||
5. Press (Start) to reboot
|
5. Press (Start) to reboot
|
||||||
|
@ -136,8 +135,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
|
||||||
|
|
||||||
##### Section V - Injecting FBI
|
##### Section V - Injecting FBI
|
||||||
|
|
||||||
1. Boot your device while holding (Start) to enter the Luma3DS chainloader menu
|
1. Boot your device while holding (Start) to enter Hourglass9
|
||||||
2. Hover over Hourglass9, then press (A) to launch it
|
|
||||||
3. Go to "SysNAND Backup/Restore", then select the "Health&Safety Dump" option to dump Health & Safety to `hs.app` **(you can use Up and Down / Left and Right to change the name)**
|
3. Go to "SysNAND Backup/Restore", then select the "Health&Safety Dump" option to dump Health & Safety to `hs.app` **(you can use Up and Down / Left and Right to change the name)**
|
||||||
4. Press (B), then select the "Health&Safety Inject" option
|
4. Press (B), then select the "Health&Safety Inject" option
|
||||||
5. Select the FBI injectable `.app` for your region
|
5. Select the FBI injectable `.app` for your region
|
||||||
|
@ -163,8 +161,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
|
||||||
14. Launch the Homebrew Launcher from the home menu
|
14. Launch the Homebrew Launcher from the home menu
|
||||||
15. Select "DSP Dump"
|
15. Select "DSP Dump"
|
||||||
16. Press (Start) when prompted to exit
|
16. Press (Start) when prompted to exit
|
||||||
17. Boot your device while holding (Start) to enter the Luma3DS chainloader menu
|
17. Boot your device while holding (Start) to enter Hourglass9
|
||||||
18. Hover over Hourglass9, then press (A) to launch it
|
|
||||||
19. Go to "SysNAND Backup/Restore", then select "Health&Safety Inject"
|
19. Go to "SysNAND Backup/Restore", then select "Health&Safety Inject"
|
||||||
20. Select `hs.app` (the original one that doesn't contain FBI), then press (A) and confirm to inject
|
20. Select `hs.app` (the original one that doesn't contain FBI), then press (A) and confirm to inject
|
||||||
21. Press (Select) on the main menu to eject your SD card
|
21. Press (Select) on the main menu to eject your SD card
|
||||||
|
@ -194,7 +191,7 @@ This will only update the Luma3DS files on the SD Card. If you boot the device w
|
||||||
{% capture notice-6 %}
|
{% capture notice-6 %}
|
||||||
You will now boot a Custom Firmware based SysNAND by default.
|
You will now boot a Custom Firmware based SysNAND by default.
|
||||||
You can now hold (Select) on boot to launch the Luma3DS configuration menu.
|
You can now hold (Select) on boot to launch the Luma3DS configuration menu.
|
||||||
You can now hold (Start) on boot to open the Luma3DS chainloader, which allows you to launch Hourglass9.
|
You can now hold (Start) on boot to launch Hourglass9.
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
<div class="notice--info">{{ notice-6 | markdownify }}</div>
|
<div class="notice--info">{{ notice-6 | markdownify }}</div>
|
||||||
|
|
Loading…
Reference in a new issue