Guide_3DS/_pages/en_PT/updating-b9s.txt

67 lines
2.9 KiB
Text
Raw Normal View History

2017-06-05 09:41:55 +02:00
---
2017-08-24 14:03:43 +02:00
title: "Updatin' B9S"
2017-06-05 09:41:55 +02:00
---
2017-08-24 14:03:43 +02:00
'Tis page be fer existin' boot9strap users to be updatin' their installation 'o boot9strap to th' latest version.
2017-06-05 09:41:55 +02:00
{% capture notice-1 %}
2017-08-24 14:03:43 +02:00
There have been reports 'o a wave 'o bans bein' handed out to CFW users by Nintendo. Fer ye protection, please be followin' these steps before startin' 'tis guide:
2017-06-05 09:41:55 +02:00
2017-08-24 14:03:43 +02:00
1. Be off to System Settin's, then "Internet Setttings", then "SpotPass", then "Sending of System Information"
1. Disable th' "Sending of System Information" option
1. Be out 'o th' System Settin's
1. Be off to ye Friend List (th' Face Icon in ye HOME Menu's top row)
+ If ye receive an error 'n be kicked out 'o th' menu, th' Friend List settin' be disabled already
1. Be off to th' Friend List settin's, then "Friend Notification Settings", then "Show friends what you're playing"
1. Disable th' "Show friends what you're playing" option
1. Be out 'o ye Friend List
2017-06-05 09:41:55 +02:00
{% endcapture %}
<div class="notice--danger">{{ notice-1 | markdownify }}</div>
#### What ye need
2017-07-27 22:20:04 +02:00
* Th' latest release 'o [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest)
2017-08-24 14:03:43 +02:00
* Th' latest release 'o [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not th' `devkit` file, 'n not th' `ntr` file)*
2017-09-13 06:15:18 +02:00
* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9)
2017-06-05 09:41:55 +02:00
#### Instructions
##### Section I - Set th' sails (prep work)
2017-08-24 14:03:43 +02:00
Fer all steps in 'tis section, overwrite any existin' files on ye SD card.
2017-06-05 09:41:55 +02:00
{: .notice--info}
2017-08-24 14:03:43 +02:00
1. Power off ye device
2017-06-05 09:41:55 +02:00
1. Insert ye SD card into ye computer
2017-08-24 14:03:43 +02:00
1. Create a folder named `boot9strap` on th' root 'o ye SD card
2017-09-13 06:15:18 +02:00
1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card
2017-08-24 14:03:43 +02:00
1. Copy `SafeB9SInstaller.firm` from th' SafeB9SInstaller `.zip` to th' `/luma/payloads/` folder on ye SD card
1. Copy `boot9strap.firm` 'n `boot9strap.firm.sha` from th' boot9strap `.zip` to th' `/boot9strap/` folder on ye SD card
2017-08-11 21:09:39 +02:00
1. Reinsert ye SD card into ye device
2017-06-05 09:41:55 +02:00
2017-08-13 01:26:54 +02:00
##### Section II - Installin' boot9strap
2017-06-05 09:41:55 +02:00
2017-07-25 20:26:34 +02:00
1. Reboot holdin' (Start) durin' boot to launch th' Luma3DS chainloader menu
2017-08-24 14:03:43 +02:00
1. Launch SafeB9SInstaller by pressin' (A)
2017-08-13 01:26:54 +02:00
1. Wait fer all safety checks to be completed
2017-08-24 14:03:43 +02:00
1. When prompted, input th' key combo given to be installin' boot9strap
2017-09-13 06:15:18 +02:00
1. Once it has completed, hold (Start) while pressing (A) to reboot your device to the Luma3DS chainloader
2017-06-05 09:41:55 +02:00
2017-09-13 06:15:18 +02:00
##### Section III - Cleanup SD Card
2017-06-05 09:41:55 +02:00
2017-07-27 22:20:04 +02:00
1. Launch GodMode9 by holdin' (Start) durin' boot
2017-07-19 21:10:16 +02:00
1. If ye be prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
2017-08-11 21:09:39 +02:00
1. Press (Home) to bring up th' action menu
2017-07-19 21:10:16 +02:00
1. Select "More..."
1. Select "Scripts..."
2017-09-13 06:15:18 +02:00
1. Select "cleanup_sd_card"
2017-08-11 21:09:39 +02:00
1. When prompted, push (A) to proceed
2017-07-19 21:10:16 +02:00
1. Press (A) to continue
2017-09-13 06:15:18 +02:00
1. Press (Start) to reboot
2017-06-05 09:41:55 +02:00
___
2017-09-13 06:15:18 +02:00
It is recommended that you use Luma3DS Updater to update your Luma3DS installation after you have completed the boot9strap update.
{: .notice--info}