kart*: download boot9strap

This commit is contained in:
lifehackerhansol 2023-07-22 12:50:09 -07:00
parent 90fef5cb7c
commit 9b34fa606b
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E
2 changed files with 3 additions and 1 deletions

View file

@ -34,6 +34,7 @@ In order to follow these instructions, you will need the following:
### What You Need ### What You Need
* The latest release of [kartdlphax](https://github.com/PabloMK7/kartdlphax/releases/latest) (`plugin.3gx`) * The latest release of [kartdlphax](https://github.com/PabloMK7/kartdlphax/releases/latest) (`plugin.3gx`)
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download)
* 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 [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (direct download)
* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file) * The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
* The latest release of [menuhax67](https://github.com/zoogie/menuhax67/releases/latest) * The latest release of [menuhax67](https://github.com/zoogie/menuhax67/releases/latest)
@ -60,7 +61,7 @@ In this section, you will set up the files that the target 3DS will need to inst
1. Insert the SD card of your **target 3DS** in your computer 1. Insert the SD card of your **target 3DS** in your computer
1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of the **target 3DS's** SD card 1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of the **target 3DS's** SD card
1. Create a folder named `boot9strap` on 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 RELEASE `.zip` to the `/boot9strap/` folder on 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.bin` from the SafeB9SInstaller `.zip` to the root of your SD card 1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
* This folder stores homebrew applications and data; it is different from the `Nintendo 3DS` folder that the console automatically generates * This folder stores homebrew applications and data; it is different from the `Nintendo 3DS` folder that the console automatically generates

View file

@ -26,6 +26,7 @@ See [here](https://github.com/zoogie/kartminer7) for information about Kartminer
* A Windows computer * A Windows computer
* Your `movable.sed` file from completing Seedminer * Your `movable.sed` file from completing Seedminer
* The latest release of [Kartminer7](https://github.com/zoogie/Kartminer7/releases/latest) * The latest release of [Kartminer7](https://github.com/zoogie/Kartminer7/releases/latest)
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download)
* The latest release of [menuhax67](https://github.com/zoogie/menuhax67/releases/latest) * The latest release of [menuhax67](https://github.com/zoogie/menuhax67/releases/latest)
* The latest release of [nimdsphax](https://github.com/luigoalma/nimdsphax/releases/latest) * The latest release of [nimdsphax](https://github.com/luigoalma/nimdsphax/releases/latest)
* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) * The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest)