Guide_3DS/_pages/zh_CN/get-started.txt

60 lines
3.4 KiB
Text
Raw Normal View History

2017-05-21 22:39:40 +02:00
---
2017-05-24 07:55:55 +02:00
title: "Get Started"
2017-05-21 22:39:40 +02:00
---
2017-09-29 13:29:26 +02:00
{% include toc title="Table of Contents" %}
### Required Reading
2017-08-13 01:26:54 +02:00
Different device models and versions will require different steps to achieve the end goal of boot9strap Custom Firmware. 下面的一系列页面将会帮助你针对你的设备找到适合的开始方案。
2017-05-21 22:39:40 +02:00
2017-08-13 01:26:54 +02:00
请点击对应你设备的图片,进入相应的教程页面。 图片中机器的颜色可能会不同,但是请特别关注按键的布局和每台机器的特点,确保你选择了正确的机型。
2017-05-21 22:39:40 +02:00
2017-11-04 03:54:20 +01:00
如果你已经破解过你的3DS并安装了基于EmuNAND的自制系统请在SysNAND上进行本教程的所有操作。 Replace any files that already exist. Your data will be transfered from EmuNAND to your new B9S install at the end. If you use menuhax, you should [clear Home Menu's extdata](troubleshooting#black-screen-on-sysnand-boot) to remove it before beginning.
2017-05-21 22:39:40 +02:00
2017-08-13 01:26:54 +02:00
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [A9LH to B9S](a9lh-to-b9s).
{: .notice--primary}
2017-05-21 22:39:40 +02:00
Before starting, Windows users should enable the option to show file extensions using [File Extensions (Windows)](file-extensions-(windows))!
{: .notice--info}
开始之前你可能想检测一下SD卡错误。可以使用[H2testw (Windows)](h2testw-(windows))、[F3 (Linux)](f3-(linux))或[F3X (Mac)](f3x-(mac))。
{: .notice--warning}
2017-05-27 01:20:59 +02:00
{% capture notice-1 %}
There have been reports of a wave of bans being handed out to CFW users by Nintendo. To protect yourself, please do the following steps before starting this guide:
1. Go to System Settings, then "Internet Settings", then "SpotPass", then "Sending of System Information"
1. Disable the "Sending of System Information" option
1. Exit the System Settings
2017-10-09 17:01:36 +02:00
1. Go to your Friend List (the [orange Face Icon]({{ "/images/friend-list-icon.png" | absolute_url }}) in the top row of your Home Menu)
+ If you receive an error and are kicked out of the menu, the Friend List setting is either already disabled or your console cannot connect to Nintendo's servers (due to a ban or connection issues)
1. Go to the Friend List settings, then "Friend Notification Settings", then "Show friends what you're playing"
2017-05-27 01:20:59 +02:00
1. Disable the "Show friends what you're playing" option
2017-10-09 17:01:36 +02:00
1. Exit your Friend List
2017-05-27 01:20:59 +02:00
{% endcapture %}
<div class="notice--danger">{{ notice-1 | markdownify }}</div>
2017-11-04 03:54:20 +01:00
### Device Table
2017-06-16 00:32:09 +02:00
<table>
<colgroup>
<col span="1" style="width: 50%;">
<col span="1" style="width: 50%;">
</colgroup>
<thead>
<tr>
<th style="text-align: center">New 3DS or New 2DS</th>
<th style="text-align: center">Old 3DS or Old 2DS</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center"><a href="get-started-(new-3ds)"><img src="{{ base_path }}/images/new3ds.png" style="padding: 0.5em;"></a> <a href="get-started-(new-3ds)"><img src="{{ base_path }}/images/new3dsxl.png" style="padding: 0.5em;"></a> <a href="get-started-(new-3ds)"><img src="{{ base_path }}/images/new2dsxl.png" style="padding: 0.5em;"></a></td>
<td style="text-align: center"><a href="get-started-(old-3ds)"><img src="{{ base_path }}/images/old3ds.png" style="padding: 0.5em;"></a> <a href="get-started-(old-3ds)"><img src="{{ base_path }}/images/old3dsxl.png" style="padding: 0.5em;"></a> <a href="get-started-(old-3ds)"><img src="{{ base_path }}/images/2ds.png" style="padding: 0.5em;"></a></td>
</tr>
</tbody>
2017-11-04 03:54:20 +01:00
</table>