From fb2ad10ff97088e3eb1b18268db1137446e5b227 Mon Sep 17 00:00:00 2001 From: Ryan <49124932+ItsPizzaTime1501@users.noreply.github.com> Date: Sat, 7 Mar 2020 07:40:17 -0500 Subject: [PATCH 1/2] Update finalizing-setup.txt gm9 1.9.1 says lvl 1 instead of lvl 2 now --- _pages/en_US/finalizing-setup.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/en_US/finalizing-setup.txt b/_pages/en_US/finalizing-setup.txt index 1fbf672ecb..4fe04cb8ae 100644 --- a/_pages/en_US/finalizing-setup.txt +++ b/_pages/en_US/finalizing-setup.txt @@ -111,7 +111,7 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Select "Scripts from Plailect's Guide" 1. Select "Setup Luma3DS to CTRNAND" 1. When prompted, press (A) to proceed -1. Press (A) to unlock SysNAND (lvl2) writing, then input the key combo given +1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given 1. Press (A) to continue #### Section VII - Cleanup SD Card From ccbc8634ba32757c822f7b49f7a1ce0cb638dd03 Mon Sep 17 00:00:00 2001 From: ItsPizzaTime1501 <49124932+ItsPizzaTime1501@users.noreply.github.com> Date: Sat, 7 Mar 2020 07:50:45 -0500 Subject: [PATCH 2/2] update some stuff make it easier to understand where boot.3dsx is from --- _pages/en_US/homebrew-launcher-(soundhax).txt | 4 +--- _pages/en_US/installing-boot9strap-(2xrsa).txt | 3 +-- _pages/en_US/installing-boot9strap-(browser).txt | 3 +-- _pages/en_US/installing-boot9strap-(fredtool).txt | 3 +-- _pages/en_US/installing-boot9strap-(frogtool).txt | 2 +- _pages/en_US/installing-boot9strap-(hardmod).txt | 3 +-- _pages/en_US/installing-boot9strap-(mset).txt | 3 +-- _pages/en_US/installing-boot9strap-(ntrboot).txt | 2 +- 8 files changed, 8 insertions(+), 15 deletions(-) diff --git a/_pages/en_US/homebrew-launcher-(soundhax).txt b/_pages/en_US/homebrew-launcher-(soundhax).txt index 3737319d69..9bba75dadc 100644 --- a/_pages/en_US/homebrew-launcher-(soundhax).txt +++ b/_pages/en_US/homebrew-launcher-(soundhax).txt @@ -23,7 +23,6 @@ This means that using a cartridge update from a version containing an older Nint ### What You Need -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) * The latest release of [Soundhax](http://soundhax.com) *(for your region, device, and version)* * The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* @@ -37,10 +36,9 @@ This means that using a cartridge update from a version containing an older Nint 1. Power off your device 1. Insert your SD card into your computer 1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` -1. Copy `boot.firm` from the Luma3DS `.zip` to the root of your SD card +1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card diff --git a/_pages/en_US/installing-boot9strap-(2xrsa).txt b/_pages/en_US/installing-boot9strap-(2xrsa).txt index 9386bd33a3..63481de72e 100644 --- a/_pages/en_US/installing-boot9strap-(2xrsa).txt +++ b/_pages/en_US/installing-boot9strap-(2xrsa).txt @@ -16,8 +16,7 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.firm` from the Luma3DS `.zip` to the root of your SD card -1. Copy `boot.3dsx` to the root of your SD card +1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/en_US/installing-boot9strap-(browser).txt b/_pages/en_US/installing-boot9strap-(browser).txt index 7fe0679a69..35b6370080 100644 --- a/_pages/en_US/installing-boot9strap-(browser).txt +++ b/_pages/en_US/installing-boot9strap-(browser).txt @@ -16,8 +16,7 @@ title: "Installing boot9strap (Browser)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.firm` from the Luma3DS `.zip` to the root of your SD card -1. Copy `boot.3dsx` to the root of your SD card +1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.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 0683368694..46eedbe264 100644 --- a/_pages/en_US/installing-boot9strap-(fredtool).txt +++ b/_pages/en_US/installing-boot9strap-(fredtool).txt @@ -22,9 +22,8 @@ This is a currently working implementation of the "FIRM partitions known-plainte 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.firm` from the Luma3DS `.zip` to the root of your SD card +1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of your SD card -1. Copy `boot.3dsx` to the root of your SD card 1. Copy the `private` folder from the Frogminer_save `.zip` to the root of your SD card #### Section II - Fredtool diff --git a/_pages/en_US/installing-boot9strap-(frogtool).txt b/_pages/en_US/installing-boot9strap-(frogtool).txt index ffeb08549f..01691c1a1d 100644 --- a/_pages/en_US/installing-boot9strap-(frogtool).txt +++ b/_pages/en_US/installing-boot9strap-(frogtool).txt @@ -24,7 +24,7 @@ To use the [magnet](https://wikipedia.org/wiki/Magnet_URI_scheme) links on this 1. Insert your SD card into your computer 1. Copy your `movable.sed` file to the root of your SD card -1. Copy `boot.firm` from the Luma3DS `.zip` to the root of your SD card +1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card 1. Copy `boot.nds` (B9STool) from the b9sTool release `.zip` to the root of your SD card 1. Copy `Frogtool.3dsx` to the `/3ds/` folder on your SD card 1. Copy `frogcert.bin` to the root of your SD card diff --git a/_pages/en_US/installing-boot9strap-(hardmod).txt b/_pages/en_US/installing-boot9strap-(hardmod).txt index f37181f23d..7ff5108da8 100644 --- a/_pages/en_US/installing-boot9strap-(hardmod).txt +++ b/_pages/en_US/installing-boot9strap-(hardmod).txt @@ -62,8 +62,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.firm` from the Luma3DS `.zip` to the root of your SD card -1. Copy `boot.3dsx` to the root of your SD card +1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/en_US/installing-boot9strap-(mset).txt b/_pages/en_US/installing-boot9strap-(mset).txt index ea0f37cf8a..80bd50187e 100644 --- a/_pages/en_US/installing-boot9strap-(mset).txt +++ b/_pages/en_US/installing-boot9strap-(mset).txt @@ -17,8 +17,7 @@ title: "Installing boot9strap (MSET)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.firm` from the Luma3DS `.zip` to the root of your SD card -1. Copy `boot.3dsx` to the root of your SD card +1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/en_US/installing-boot9strap-(ntrboot).txt b/_pages/en_US/installing-boot9strap-(ntrboot).txt index e732ee1307..cde9885cfe 100644 --- a/_pages/en_US/installing-boot9strap-(ntrboot).txt +++ b/_pages/en_US/installing-boot9strap-(ntrboot).txt @@ -24,7 +24,7 @@ To use the [magnet](https://wikipedia.org/wiki/Magnet_URI_scheme) links on this 1. Insert your device's SD card into your computer + This is the SD card from your 3DS, *not* the SD card from your flashcart 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` -1. Copy `boot.3dsx` to the root of your SD card +1. Copy `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card