Allow configure-luma3ds to be used on boot
Now configure-luma3ds is used in all installing-boot9strap-* pages
This commit is contained in:
parent
9b62150813
commit
1eaf72401f
3 changed files with 6 additions and 7 deletions
|
@ -1,4 +1,8 @@
|
|||
{%- if include.onboot == "true" %}
|
||||
1. Press and hold (Select), and while holding (Select), power on your device. This will launch Luma3DS configuration
|
||||
{%- else %}
|
||||
1. Your device should have rebooted into the Luma3DS configuration menu
|
||||
{%- endif %}
|
||||
+ 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, **leave these options on the default settings** (do not check or uncheck anything)
|
||||
+ 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
|
||||
|
|
|
@ -90,11 +90,7 @@ In this section, you will copy the hacked DS Connection Settings DSiWare to inte
|
|||
|
||||
#### Section VI - Luma3DS Configuration
|
||||
|
||||
1. Press and hold (Select), and while holding (Select), power on your device. This will launch Luma3DS configuration
|
||||
+ 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 you boot to HOME Menu, [follow this troubleshooting guide](https://github.com/zoogie/b9sTool/blob/master/TROUBLESHOOTING.md)
|
||||
1. Press (Start) to save and reboot
|
||||
{% include_relative include/configure-luma3ds.txt onboot="true" %}
|
||||
|
||||
{% include_relative include/luma3ds-installed-note.txt %}
|
||||
|
||||
|
|
|
@ -95,8 +95,7 @@ In this section, you will install custom firmware to the dumped NAND image, and
|
|||
1. Flash your outputted `NAND-patched.bin` to your device with your hardmod
|
||||
1. Power off your device
|
||||
1. Disconnect your hardmod
|
||||
1. Power on your device
|
||||
{%- include_relative include/configure-luma3ds.txt %}
|
||||
{%- include_relative include/configure-luma3ds.txt onboot="true" %}
|
||||
|
||||
{% include_relative include/luma3ds-installed-note.txt %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue