From 3bfa55fda233faff859643d8dd0dd4fa753255be Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Mon, 12 Jun 2023 23:22:07 -0700 Subject: [PATCH] kartdlphax: use RELEASE `.zip` instead of unSAFE_MODE `.zip` Aligns with HBL-USM. Also, we can cut a download, because the USM download has B9S for whatever reason. --- _pages/en_US/installing-boot9strap-(kartdlphax).txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_pages/en_US/installing-boot9strap-(kartdlphax).txt b/_pages/en_US/installing-boot9strap-(kartdlphax).txt index 40d407a9a4..23edbd2456 100644 --- a/_pages/en_US/installing-boot9strap-(kartdlphax).txt +++ b/_pages/en_US/installing-boot9strap-(kartdlphax).txt @@ -40,7 +40,6 @@ On the **source 3DS** (the 3DS with custom firmware): On the **target 3DS** (the 3DS that you are trying to modify): * The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (direct download) -* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download) * The latest release of [standard Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file) * The latest release of [unSAFE_MODE](https://github.com/zoogie/unSAFE_MODE/releases/latest) (the RELEASE `.zip` file) @@ -72,9 +71,9 @@ In this section, you will copy the files needed to trigger the unSAFE_MODE explo 1. Insert the SD card of your **target 3DS** in your computer 1. Copy `boot.firm` and `boot.3dsx` from the standard 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 `boot9strap.firm` and `boot9strap.firm.sha` from the RELEASE `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card -1. Copy `usm.bin` from the unSAFE_MODE `.zip` to the root of your SD card +1. Copy `usm.bin` from the RELEASE `.zip` to the root of your SD card 1. Create a folder called `3ds` on the root of your SD card 1. Copy `slotTool.3dsx` from the `slotTool` folder inside the RELEASE `.zip` to the `/3ds/` folder on your SD card 1. Eject the SD card and put it in the **target 3DS**