58 KiB
title |
---|
Установка boot9strap (Hardmod) |
{% include toc title="Содержание" %}
{% capture technical_info %}
An excellent guide to getting a hardmod can be found here.
This is a currently working implementation of the "FIRM partitions known-plaintext" exploit detailed here.
Using a hardmod, we can dump the NAND image, install custom firmware to the NAND image, then re-install the hacked NAND image to the console.
{% endcapture %}
Compatibility Notes
To use the magnet links on this page, you will need a torrent client like qBittorrent or Deluge.
Чтобы распаковать архивы .7z
, присутствующие на этой странице, вам понадобится архиватор 7-Zip или The Unarchiver.
Этот метод совместим со всеми устройствами (New 3DS, New 2DS, Old 3DS и Old 2DS) всех версий, для которых у вас есть соответствующий .firm
.
Что понадобится
- Полученный с помощью хардмода (англ.) образ NAND
- The latest release of boot9strap (direct download)
- Свежая версия hardmod-b9s-installer
- Windows users can use the compiled
.exe
, while Mac and Linux users will need to have Python 3 installed to run the.py
- Windows users can use the compiled
- The latest release of Luma3DS (the Luma3DS
.zip
file) - The
.firm
corresponding to your console and version:
Инструкция
Часть I - Подготовительные работы
In this section, you will download the necessary files for the hardmod and dump the NAND image in preparation to install custom firmware.
- Power off your console
- Вставьте SD-карту в компьютер
- Скопируйте файлы
boot.firm
иboot.3dsx
из.zip-архива
Luma3DS в корень SD-карты - Скопируйте папку hardmod-b9s-installer из
.zip-архива
hardmod-b9s-installer на ваш компьютер - Скопируйте загруженный
.firm
в папку hardmod-b9s-installer на вашем компьютере - Переименуйте загруженный
.firm
в папке hardmod-b9s-installer вcurrent.firm
- Скопируйте
boot9strap.firm
иboot9strap.firm.sha
из.zip-архива
boot9strap в папку hardmod-b9s-installer на вашем компьютере - Reinsert your SD card into your console
- Используйте хардмод, чтобы создать бэкап NAND
- Переместите бэкап NAND в папку hardmod-b9s-installer на вашем компьютере и переименуйте его в
NAND.bin
Часть II - Установка boot9strap
In this section, you will install custom firmware to the dumped NAND image, and then install this NAND image back onto the console to install custom firmware on it.
- Запустите hardmod-b9s-installer
- Пользователи Windows: Запустите
install-b9s.exe
- Пользователи Mac и Linux: Запустите
install-b9s.py
- Пользователи Windows: Запустите
- Flash your outputted
NAND-patched.bin
to your console with your hardmod - Power off your console
- Отключите хардмод
- Press and hold (Select), and while holding (Select), power on your console {% include_relative include/configure-luma3ds.txt %}
{% include_relative include/luma3ds-installed-note.txt %}
Следующий шаг: Завершение установки
{: .notice--primary}