diff --git a/_pages/en_US/include/configure-luma3ds.txt b/_pages/en_US/include/configure-luma3ds.txt index 796502de01..0c52277041 100644 --- a/_pages/en_US/include/configure-luma3ds.txt +++ b/_pages/en_US/include/configure-luma3ds.txt @@ -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 diff --git a/_pages/en_US/installing-boot9strap-(fredtool).txt b/_pages/en_US/installing-boot9strap-(fredtool).txt index 06aacd128a..40fb943f99 100644 --- a/_pages/en_US/installing-boot9strap-(fredtool).txt +++ b/_pages/en_US/installing-boot9strap-(fredtool).txt @@ -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 %} diff --git a/_pages/en_US/installing-boot9strap-(hardmod).txt b/_pages/en_US/installing-boot9strap-(hardmod).txt index de517fb2e2..6672257db7 100644 --- a/_pages/en_US/installing-boot9strap-(hardmod).txt +++ b/_pages/en_US/installing-boot9strap-(hardmod).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 %}