mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
80 lines
3.8 KiB
Markdown
80 lines
3.8 KiB
Markdown
---
|
||
lang: en-US
|
||
layout: wiki
|
||
section: hiyacfw
|
||
title: Installing
|
||
long_title: 安装 hiyaCFW
|
||
description: How to install hiyaCFW on the Nintendo DSi
|
||
tabs:
|
||
-
|
||
windows: Windows
|
||
macos: macOS
|
||
other: Linux
|
||
---
|
||
|
||
安装 hiyaCFW 后不要进行系统更新。 这将会移除 hiyaCFW 的SD卡补丁。
|
||
{: .alert .alert-danger}
|
||
|
||
### 安装要求
|
||
- 一个安装了 [Unlaunch](https://dsi.cfw.guide/installing-unlaunch) 的任天堂DSi
|
||
- 使用 [dumpTool](https://dsi.cfw.guide/dumping-nand) 从你的设备上获取的NAND备份
|
||
- 一台Windows、macOS 或 Linux 设备
|
||
|
||
### 第一部分:准备您的电脑以安装 hiyaCFW
|
||
{% capture tab-windows %}
|
||
The hiyaCFW Helper is known to cause false positives with Windows Defender and other antivirus programs, please temporarity disable such programs if you have trouble downloading or running it.
|
||
{: .alert .alert-info}
|
||
|
||
1. Download & install the latest version of [7-Zip](https://www.7-zip.org/download.html)
|
||
- This will not work with any other archive extractor tool, such as WinRAR, the hiyaCFW helper relies on 7-Zip itself, and not a general archive extractor
|
||
1. Download the latest Windows version of the [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases)
|
||
1. Extract the hiyaCFW Helper archive anywhere on your PC
|
||
{% endcapture %}
|
||
{% assign tab-windows = tab-windows | split: "////////" %}
|
||
|
||
{% capture tab-macos %}
|
||
1. Download the latest macOS version of the [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases)
|
||
1. Extract the hiyaCFW Helper archive anywhere on your PC
|
||
{% endcapture %}
|
||
{% assign tab-macos = tab-macos | split: "////////" %}
|
||
|
||
{% capture tab-other %}
|
||
1. Install Python 3 using your package manager if its not already installed
|
||
1. Download the latest Python version of the [hiyaCFW Helper](https://github.com/mondul/HiyaCFW-Helper/releases)
|
||
1. Extract the hiyaCFW Helper archive anywhere on your PC
|
||
1. Install tkinter with the following command for your distro if you don't already have it:
|
||
- Debian-based: `sudo apt-get install python3-tk`
|
||
{% endcapture %}
|
||
{% assign tab-other = tab-other | split: "////////" %}
|
||
|
||
{% assign tabs = tab-windows | concat: tab-macos | concat: tab-other %}
|
||
{% include tabs.html index=0 tabs=tabs %}
|
||
|
||
### 第二部分:将hiyaCFW文件复制到你的SD卡上
|
||

|
||
|
||
1. 启动 hiyaCFW Helper
|
||
- **Windows:** Launch the `HiyaCFW_Helper.exe` file extracted from the hiyaCFW Helper archive (you may need to temporarily disable your antivirus)
|
||
- **macOS:** Right click the `HiyaCFW_Helper` file extracted from the hiyaCFW Helper archive and choose `Open`
|
||
- **Linux:** Launch the `HiyaCFW_Helper.py` extracted from the hiyaCFW Helper archive
|
||
1. Click the `...` button in the "NAND file with No$GBA footer" box
|
||
1. Navigate to your NAND backup, and click `Open`
|
||
1. Press `Start`
|
||
1. In the new pop-up window, navigate to the root of your SD card, and press `OK`.
|
||
- The process may take several minutes
|
||
1. When the application says `Done!`, close out of the hiyaCFW Helper
|
||
1. Close the terminal window
|
||
|
||
### Part 3: Configuring Unlaunch and hiyaCFW
|
||
1. Power on your Nintendo DSi console while holding <kbd class="face">A</kbd> and <kbd class="face">B</kbd>
|
||
- This should take you to Unlaunch's file menu
|
||
1. Navigate to `OPTIONS`, then `NO BUTTON`
|
||
1. Select `hiyaCFW` and press <kbd class="face">A</kbd>
|
||
- This will make the system launch hiyaCFW automatically
|
||
1. Save your settings and restart your console
|
||
1. Hold <kbd>SELECT</kbd> while powering on your Nintendo DSi console to access the hiyaCFW settings
|
||
1. Change the settings to your liking, then press <kbd>START</kbd> to continue
|
||
|
||
If it shows `An error has occurred`, please see the [faq](faq?faq=why-do-i-get-an-error-has-occurred-message-when-booting-hiyacfw) page.
|
||
{: .alert .alert-warning}
|