---
title: "Installing boot9strap (Fredtool-Inject)"
{% include toc title="목차" %}
{% capture technical_info %}
<summary><em>기술적 상세 정보 (선택 사항)</em></summary>
이 방식은 Seedminer에서 얻은 `movable.sed` 파일을 사용해 어느 DSiWare 타이틀을 해독해 익스플로잇 가능한 DSiWare 타이틀을 DS 소프트웨어용 인터넷 설정에 주입합니다.
이 작업은 [이곳](https://www.3dbrew.org/wiki/3DS_System_Flaws)에 자세히 설명되어 있는 "FIRM partitions known-plaintext" 익스플로잇을 구현한 작업입니다.
{% endcapture %}
<details>{{ technical_info | markdownify }}</details>
{: .notice--info}
여기까지 왔다면, 시스템 펌웨어 버전이 11.17.0일 것 입니다. 펌웨어 버전이 11.17.0 또는 11.16.0가 아닌 경후, **이 방법은 콘솔을 벽돌로 만들 수 있습니다!!**
{: .notice--warning}
### 준비물
* Your `movable.sed` file from completing [Seedminer](seedminer-(alternate))
* Your DSiWare backup from completing [Dumping eShop DSiWare](dumping-eshop-dsiware)
* 최신 버전의 [Frogminer_save](https://github.com/zoogie/Frogminer/releases/latest`) (`Frogminer_save.zip`)
* **11.16.0 or 11.17.0 users**: The v6.1.1 release of [b9sTool](https://github.com/zoogie/b9sTool/releases/download/v6.1.1/release_6.1.1.zip)
* Make **absolutely sure** that you download the right file, as using the incorrect file may lead to a BRICK
* 최신 버전의 [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (`.zip` 파일)
#### 섹션 I - CFW 확인
{% include_relative include/cfw-check-fredtool.txt %}
#### 섹션 II - 준비 작업
{% include_relative include/fredtool-prep.txt %}
#### Section III - Overwriting DS Connection Settings
{% include_relative include/fredtool-write-flipnote.txt %}
#### 섹션 IV - Flipnote 익스플로잇
{% include_relative include/install-boot9strap-b9stool.txt method="dsinternet" %}
#### Section V - Luma3DS Configuration
1. (Select) 를 길게 누르고, 이 상태에서 콘솔의 전원을 켜 주세요
{% include_relative include/configure-luma3ds.txt %}
{% include_relative include/luma3ds-installed-note.txt %}
#### Section VI - Restoring DS Connection Settings
{% include_relative include/fredtool-restore-dsconn.txt %}
___
### [마무리 단계](finalizing-setup) 로 계속합니다
{: .notice--primary}