1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-09-03 05:22:40 +02:00

Move remaining pages to VitePress

This commit is contained in:
lifehackerhansol
2024-09-27 08:25:01 -07:00
parent ad3bf97f76
commit 31c21268c5
2828 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
---
title: "Actualizând B9S"
---
{% include toc title="Cuprins" %}
### Lectură obligatorie
Această pagină este pentru utilizatorii de boot9strap ca să-și actualizeze instalarea către ultima versiune.
### Ce aveți nevoie
* 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)
### Instrucțiuni
#### Secțiunea I - Preparații
Pentru toți pașii din această secțiune, suprascrieți fișierele existente de pe cardul SD.
{: .notice--info}
1. Introduceți cardul SD în calculator
1. Creați un folder numit `boot9strap` pe rădăcina cardului SD
1. Copiați `boot9strap.firm` și `boot9strap.firm.sha` din arhiva `.zip` boot9strap în folderul `/boot9strap/` de pe cardul SD
1. Copy `SafeB9SInstaller.firm` from the SafeB9SInstaller `.zip` to the root of your SD card and rename it to `boot.firm`
1. Reinsert your SD card into your console
![]({{ "/images/screenshots/updateb9s-root-layout.png" | absolute_url }})
{: .notice--info}
#### Secțiunea II - Instalând boot9strap
1. Power on your console
+ This should automatically launch SafeB9SInstaller
{%- include_relative include/install-boot9strap-safeb9sinstaller.txt isbootfirm="true" inline="true" %}
#### Secțiunea III - Actualizând Luma3DS
1. Introduceți cardul SD în calculator
1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card, replacing the existing file
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
___
### Continuați la [Finalizând instalarea](finalizing-setup)
{: .notice--primary}