3DS:Boot9strap/ja: Difference between revisions
Custom firmware loader
More actions
Yaakiyu.jp (talk | contribs) Created page with "== インストール ==" |
Yaakiyu.jp (talk | contribs) Created page with "arm9loaderhax: A9LH to B9S" |
||
| Line 17: | Line 17: | ||
== インストール == | == インストール == | ||
これは[[3dsguide:index|3DS Hacks Guide]]を利用する際のメインファームウェアローダーです。アップデートするには、[[3dsguide:updating-b9s|B9Sのアップデート]]の手法に従ってください。 | |||
古いセットアップからアップグレードするには: | |||
* arm9loaderhax: [[3dsguide:a9lh-to-b9s|A9LH to B9S]] | |||
* | |||
* <span lang="en" dir="ltr" class="mw-content-ltr">menuhax: [[3DS:Migrate from menuhax]]</span> | * <span lang="en" dir="ltr" class="mw-content-ltr">menuhax: [[3DS:Migrate from menuhax]]</span> | ||
* <span lang="en" dir="ltr" class="mw-content-ltr">Gateway: [[3DS:Migrate from Gateway]]</span> | * <span lang="en" dir="ltr" class="mw-content-ltr">Gateway: [[3DS:Migrate from Gateway]]</span> | ||
Revision as of 03:37, 8 March 2026
| Developer(s) | SciresM, TuxSH |
|---|---|
| Console | Nintendo 3DS |
| Version | 1.4 (May 22, 2022) |
| Links | |
| GitHub | SciresM/boot9strap |
| Download | |
boot9strap is a firmware loader for the Nintendo 3DS. It is also an exploit for the ARM9 BootROM that allows for dumping of the protected area of the BootROM. It succeeded arm9loaderhax in May 2017.
インストール
これは3DS Hacks Guideを利用する際のメインファームウェアローダーです。アップデートするには、B9Sのアップデートの手法に従ってください。
古いセットアップからアップグレードするには:
- arm9loaderhax: A9LH to B9S
- menuhax: 3DS:Migrate from menuhax
- Gateway: 3DS:Migrate from Gateway
How it works
An in-depth presentation on how the BootROM signature parsing works and how boot9strap exploits it can be found here: SciresM's 33.5c3
LED Status Codes
If Start+Select+X is held during boot, or if either FIRM file is corrupt, the notification LED will display a color. It will also blink if it is used via ntrboot.
| 色 | SD FIRM | CTRNAND FIRM |
|---|---|---|
| 緑 | 読み込み完了 | - |
| 黄 | 不明 | 読み込み完了 |
| 橙 | 破損 | 読み込み完了 |
| 白 | 不明 | 不明 |
| マゼンタ | 不明 | 破損 |
| 赤 | 破損 | 破損/不明 |