Further split SB9SI into SB9SI + Luma3DS config
This way we can include configure-luma3ds into more relevant pages
This commit is contained in:
parent
59e3a1657f
commit
0bab4446dd
11 changed files with 24 additions and 28 deletions
|
@ -59,8 +59,7 @@ For all steps in this section, overwrite any existing files on your SD card.
|
|||
+ If this gives you an error, try either using a new SD card or formatting your current SD card (backup existing files first)
|
||||
1. Wait for all safety checks to complete
|
||||
+ If you get an "OTP Crypto Fail" error, download <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - [aeskeydb.bin](magnet:?xt=urn:btih:d25dab06a7e127922d70ddaa4fe896709dc99a1e&dn=aeskeydb.bin&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.lelux.fi%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.loadbt.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.monitorit4.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.ololosh.space%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.pomf.se%3a80%2fannounce&tr=udp%3a%2f%2ftracker.srv00.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2fopen.tracker.cl%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.zerobytes.xyz%3a1337%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2fvibe.sleepyinternetfun.xyz%3a1738%2fannounce&tr=udp%3a%2f%2fwww.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=http%3a%2f%2fopenbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce), then put it in the `/boot9strap/` folder on your SD card and try again
|
||||
1. When prompted, input the key combo given to install boot9strap
|
||||
1. Once it is complete, press (A) to reboot your device
|
||||
{%- include_relative include/install-boot9strap-safeb9sinstaller.txt inline="true" -%}
|
||||
1. Your device should have rebooted into the Luma3DS configuration menu
|
||||
+ Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging
|
||||
+ For the purpose of this guide, these settings will be left on default settings
|
||||
|
|
5
_pages/en_US/include/configure-luma3ds.txt
Normal file
5
_pages/en_US/include/configure-luma3ds.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
1. Your device should have rebooted into the Luma3DS configuration menu
|
||||
+ Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging
|
||||
+ For the purpose of this guide, these settings will be left on default settings
|
||||
+ If your device shuts down when you try to power it on, ensure that you have copied `boot.firm` from the Luma3DS `.zip` to the root of your SD card
|
||||
1. Press (Start) to save and reboot
|
|
@ -1,9 +1,11 @@
|
|||
{%- if include.inline != "true" %}
|
||||
In this section, you will install custom firmware onto your device.
|
||||
{%- endif %}
|
||||
|
||||
1. When prompted, input the key combo given on the top screen to install boot9strap
|
||||
{%- if include.isbootfirm == "true" %}
|
||||
1. Once it is completed, force your device to power off by holding down the power button
|
||||
+ Your device will only boot to the SafeB9SInstaller screen until the next section is completed
|
||||
{%- else %}
|
||||
1. Once it is complete, press (A) to reboot your device
|
||||
1. Your device should have rebooted into the Luma3DS configuration menu
|
||||
+ Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging
|
||||
+ For the purpose of this guide, these settings will be left on default settings
|
||||
+ If your device shuts down when you try to power it on, ensure that you have copied `boot.firm` from the Luma3DS `.zip` to the root of your SD card
|
||||
1. Press (Start) to save and reboot
|
||||
{%- endif %}
|
||||
|
|
|
@ -98,12 +98,7 @@ In this section, you will install custom firmware to the dumped NAND image, and
|
|||
1. Power off your device
|
||||
1. Disconnect your hardmod
|
||||
1. Power on your device
|
||||
1. Your device should have booted into the Luma3DS configuration menu
|
||||
+ Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging
|
||||
+ For the purpose of this guide, these settings will be left on default settings
|
||||
+ If your device shuts down when you try to power it on, ensure that you have copied `boot.firm` from the Luma3DS `.zip` to the root of your SD card
|
||||
1. Press (Start) to save and reboot
|
||||
+ If you get an error, just continue to the next page
|
||||
{%- include_relative include/configure-luma3ds.txt %}
|
||||
|
||||
{% include_relative include/luma3ds-installed-note.txt %}
|
||||
|
||||
|
|
|
@ -72,6 +72,7 @@ In this section, you will enter Safe Mode (a feature available on all 3DS family
|
|||
#### Section III - Installing boot9strap
|
||||
|
||||
{% include_relative include/install-boot9strap-safeb9sinstaller.txt %}
|
||||
{%- include_relative include/configure-luma3ds.txt %}
|
||||
|
||||
{% include_relative include/luma3ds-installed-note.txt %}
|
||||
|
||||
|
|
|
@ -129,6 +129,7 @@ In this section, you will enter Safe Mode (a feature available on all 3DS family
|
|||
#### Section V - Installing boot9strap
|
||||
|
||||
{% include_relative include/install-boot9strap-safeb9sinstaller.txt %}
|
||||
{%- include_relative include/configure-luma3ds.txt %}
|
||||
|
||||
{% include_relative include/luma3ds-installed-note.txt %}
|
||||
|
||||
|
|
|
@ -46,14 +46,12 @@ To use the [magnet](https://wikipedia.org/wiki/Magnet_URI_scheme) links on this
|
|||
1. Hold (Start) + (Select) + (X) + (Power) for several seconds, then release the buttons
|
||||
+ It may take a few attempts to get this to work because the positioning is awkward
|
||||
1. If the exploit was successful, you will have booted into SafeB9SInstaller
|
||||
1. Remove the magnet from your device
|
||||
+ On old 2DS, you should instead disable the sleep mode switch
|
||||
|
||||
#### Section III - Installing boot9strap
|
||||
|
||||
1. Remove the magnet from your device
|
||||
+ On old 2DS, you should instead disable the sleep mode switch
|
||||
1. When prompted, input the key combo given on the top screen to install boot9strap
|
||||
1. Once it is completed, force your device to power off by holding down the power button
|
||||
+ Your device will only boot to the SafeB9SInstaller screen until the next section is completed
|
||||
{% include_relative include/install-boot9strap-safeb9sinstaller.txt isbootfirm="true" %}
|
||||
|
||||
#### Section IV - Configuring Luma3DS
|
||||
|
||||
|
@ -62,12 +60,7 @@ To use the [magnet](https://wikipedia.org/wiki/Magnet_URI_scheme) links on this
|
|||
1. Copy `boot.firm` from the Luma3DS `.zip` to the root of your SD card
|
||||
1. Reinsert your SD card into your device
|
||||
1. Power on your device
|
||||
1. Your device should have booted into the Luma3DS configuration menu
|
||||
+ Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging
|
||||
+ For the purpose of this guide, these settings will be left on default settings
|
||||
+ If your device shuts down when you try to power it on, ensure that you have copied `boot.firm` from the Luma3DS `.zip` to the root of your SD card
|
||||
1. Press (Start) to save and reboot
|
||||
+ If you get an error, just continue to the next page
|
||||
{%- include_relative include/configure-luma3ds.txt %}
|
||||
|
||||
{% include_relative include/luma3ds-installed-note.txt %}
|
||||
|
||||
|
|
|
@ -75,6 +75,7 @@ In this section, you will launch Soundhax through the Nintendo 3DS Sound app, wh
|
|||
#### Section III - Installing boot9strap
|
||||
|
||||
{% include_relative include/install-boot9strap-safeb9sinstaller.txt %}
|
||||
{%- include_relative include/configure-luma3ds.txt %}
|
||||
|
||||
{% include_relative include/luma3ds-installed-note.txt %}
|
||||
|
||||
|
|
|
@ -79,6 +79,7 @@ In this section, you will visit the browser exploit webpage, which will use univ
|
|||
#### Section IV - Installing boot9strap
|
||||
|
||||
{% include_relative include/install-boot9strap-safeb9sinstaller.txt %}
|
||||
{%- include_relative include/configure-luma3ds.txt %}
|
||||
|
||||
{% include_relative include/luma3ds-installed-note.txt %}
|
||||
|
||||
|
|
|
@ -87,6 +87,7 @@ In this section, you will enter Safe Mode (a feature available on all 3DS family
|
|||
#### Section IV - Installing boot9strap
|
||||
|
||||
{% include_relative include/install-boot9strap-safeb9sinstaller.txt %}
|
||||
{%- include_relative include/configure-luma3ds.txt %}
|
||||
|
||||
{% include_relative include/luma3ds-installed-note.txt %}
|
||||
|
||||
|
|
|
@ -39,10 +39,7 @@ For all steps in this section, overwrite any existing files on your SD card.
|
|||
|
||||
1. Power on your device
|
||||
+ This should automatically launch SafeB9SInstaller
|
||||
1. Wait for all safety checks to complete
|
||||
1. When prompted, input the key combo given to install boot9strap
|
||||
1. Once it is completed, force your device to power off by holding down the power button
|
||||
+ Your device will only boot to the SafeB9SInstaller screen until the next section is completed
|
||||
{%- include_relative include/install-boot9strap-safeb9sinstaller.txt isbootfirm="true" inline="true" %}
|
||||
|
||||
#### Section III - Update Luma3DS
|
||||
|
||||
|
|
Loading…
Reference in a new issue