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.
This commit is contained in:
lifehackerhansol 2023-06-12 23:22:07 -07:00 committed by lily
parent a1950b091b
commit 3bfa55fda2

View file

@ -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**