Guide_3DS/_pages/zh_CN/flashing-ntrboot-(nds).txt

57 lines
2.4 KiB
Plaintext
Raw Normal View History

2017-08-17 23:01:39 +02:00
---
2019-03-19 18:20:56 +01:00
title: "写入 ntrboot 漏洞 (通过 NDS)"
2017-08-17 23:01:39 +02:00
---
2019-03-19 18:20:56 +01:00
{% include toc title="目录内容" %}
2017-09-29 13:29:26 +02:00
2019-03-19 18:20:56 +01:00
### 必读事项
2018-02-18 16:47:39 +01:00
2019-03-19 18:20:56 +01:00
请在开始前仔细阅读 [ntrboot](ntrboot) 章节的内容
2017-08-17 23:01:39 +02:00
2019-03-19 18:20:56 +01:00
本方法将会暂时用到一台与你的烧录卡兼容的 Nintendo DS 或 Nintendo DS Lite 主机。 烧录卡将用于在你的 NDS 上运行 ntrboot 写入程序的 `.nds` 文件。
2017-08-17 23:01:39 +02:00
2019-03-19 18:20:56 +01:00
请注意,在某些极少见情況下,某些伪劣烧录卡有可能会在破解过程中 **损坏** 并且无法恢复。 这是一般不会发生的, 但是无论如何,我们只支持写在兼容表格中的烧录卡。 为了防止买到伪劣烧录卡,我们建议你从一些知名度较高的网站上购买你需要的烧录卡(比如[NDS Card](http://www.nds-card.net/))
2017-08-17 23:01:39 +02:00
{: .notice--danger}
2019-03-19 18:20:56 +01:00
### 准备工作
2017-08-17 23:01:39 +02:00
2019-03-19 18:20:56 +01:00
* 一张兼容ntrboot的烧录卡
* 两台主机
+ **源NDS / NDSL**与你的烧录卡兼容的Nintendo DS 或 Nintendo DS Lite
+ **目标3DS**运行原版系统的3DS
* 最新版 [boot9strap] (https://github.com/SciresM/boot9strap/releases/latest) *(下载 `ntr` 名字的文件;不要下载 `devkit` 名字的文件)*
* 最新版[ds_ntrboot_flasher](https://github.com/jason0597/ntrboot_flasher_nds/releases/latest)
2017-08-17 23:01:39 +02:00
2018-03-20 01:29:03 +01:00
### 操作步骤
2017-08-17 23:01:39 +02:00
2019-03-19 18:20:56 +01:00
#### 第一步 — 准备工作
1. 关闭 **源NDS / NDSL**
1. 将烧录卡中的 SD 卡插入电脑
1. 在烧录卡的 SD 卡根目录创建一个名为 `ntrboot` 的文件夹
1. 解压 bootstrap ntr `.zip` 然后复制 `boot9strap_ntr.firm` 到烧录卡的 SD 卡根目录的`/ntrboot/` 文件夹
1. 复制 `ntrboot_flasher_dsi.nds` 到烧录卡的 SD 卡上
1. 将 SD 卡插回烧录卡
1. 把兼容ntrboot的 DS / DSi 烧录卡插入 **源NDS / NDSL**
#### 第二步 — 写入 ntrboot
1. 在你的 **源 NDS / NDSL** 上使用烧录卡,运行 `ntrboot_flasher_nds.nds`
1. 按 “A” 键继续
1. 使用“↑” “↓” 键选中你的烧录卡
1. 按 “A” 键继续
1. 选择 “Dump flash” 来备份你烧录卡的原始固件
1. 依次按下屏幕上给出的按键
1. 按 “A” 键继续
1. 使用“↑” “↓” 键选中你的烧录卡
1. 按 “A” 键继续
1. 选择 “Inject FIRM” 来安装 boot9starp 到你的烧录卡中
1. 依次按下屏幕上给出的按键
1. 按 “A” 键继续
1. 关闭 **源NDS / NDSL**
1. 从 **源NDS / NDSL** 中拔出烧录卡
2017-08-17 23:01:39 +02:00
___
2019-03-19 18:20:56 +01:00
### 继续至 [安装 boot9strap (通过ntrboot)](installing-boot9strap-(ntrboot))
2017-08-17 23:01:39 +02:00
{: .notice--primary}