Guide_3DS/docs/updating-b9s.md

61 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

# Updating B9S
2017-06-05 01:56:35 +00:00
## Required Reading
2018-02-17 02:25:10 +00:00
2017-06-05 01:56:35 +00:00
This page is for existing boot9strap users to update their installation of boot9strap to the latest version.
## What You Need
2017-06-05 01:56:35 +00:00
* 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 [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
2017-06-05 01:56:35 +00:00
## Instructions
### Section I - Prep Work
2017-06-05 01:56:35 +00:00
::: info
2017-06-05 01:56:35 +00:00
For all steps in this section, overwrite any existing files on your SD card.
:::
2017-06-05 01:56:35 +00:00
1. Insert your SD card into your computer
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.firm` from the SafeB9SInstaller `.zip` to the root of your SD card and rename it to `boot.firm`
2023-06-08 01:35:50 +00:00
1. Reinsert your SD card into your console
2017-06-05 01:56:35 +00:00
::: info
2022-01-11 10:47:47 +00:00
![](/images/screenshots/updateb9s-root-layout.png)
2022-01-11 10:47:47 +00:00
:::
### Section II - Installing boot9strap
2017-06-05 01:56:35 +00:00
2023-06-08 01:35:50 +00:00
1. Power on your console
+ This should automatically launch SafeB9SInstaller
1. When prompted, input the key combo given on the top screen to install boot9strap
+ If a step on the lower screen has red-colored text, and you are not prompted to input a key combo, [follow this troubleshooting guide](troubleshooting-updating-b9s)
1. Once it is completed, force your console to power off by holding down the power button
+ Your console will only boot to the SafeB9SInstaller screen until the next section is completed
2017-09-21 22:32:10 +00:00
### Section III - Update Luma3DS
2017-09-21 22:32:10 +00:00
1. Insert your SD card into your computer
1. Copy everything from the Luma3DS `.zip` to the root of your SD card, replacing any existing files
2023-06-08 01:35:50 +00:00
1. Reinsert your SD card into your console
1. Power on your console
1. If your console has booted into the Luma3DS configuration menu, press (Start) to save and reboot
+ 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
2017-06-05 01:56:35 +00:00
2018-02-17 03:04:08 +00:00
___
::: tip
Continue to [Finalizing Setup](finalizing-setup)
:::