dsi ntrboot and general ntrboot cleanup
This commit is contained in:
parent
383a349398
commit
529bd70e0a
6 changed files with 75 additions and 27 deletions
|
@ -18,8 +18,7 @@ Note that in some rare circumstances, it may be possible for the flashing proces
|
|||
|
||||
#### What you need
|
||||
|
||||
* Your ntrboot compatible DS / DSi flashcart:
|
||||
+ Either the Acekard 2i or R4i Gold 3DS RTS
|
||||
* Your ntrboot compatible flashcart
|
||||
* Two 3DS family devices
|
||||
+ **The source 3DS**: the 3DS family device that is already running some kind of custom firmware (such as boot9strap or arm9loaderhax)
|
||||
+ **The target 3DS**: the device on stock firmware
|
||||
|
|
|
@ -4,20 +4,19 @@ title: "Flashing ntrboot (3DS Single System)"
|
|||
|
||||
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
|
||||
|
||||
This method requires nothing more than your stock unhacked 3DS. It is compatible with the following flashcarts:
|
||||
This method requires nothing more than your stock unhacked 3DS.
|
||||
|
||||
+ [R4i Gold 3DS RTS](http://www.nds-card.com/ProShow.asp?ProID=149) (All versions <= 11.5.0)
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160) (All versions <= 4.3.0)
|
||||
Note that more recent 3DS versions have blocked access to some flashcarts. This leaves them unable to launch the flasher `.nds` file on newer versions. The ntrboot compatible flashcarts are able to launch `.nds` files under the following versions:
|
||||
|
||||
The reason for this method only supporting some versions is that more recent 3DS versions have blocked access to some flashcarts. This means they are unable to launch the flasher `.nds` file on the latest version.
|
||||
+ [R4i Gold 3DS RTS](http://www.nds-card.com/ProShow.asp?ProID=149) : All Versions <= 11.5.0
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160) : All Versions <= 4.3.0
|
||||
|
||||
Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/))
|
||||
{: .notice--danger}
|
||||
|
||||
#### What you need
|
||||
|
||||
* Your ntrboot compatible DS / DSi flashcart:
|
||||
+ Either the Acekard 2i or R4i Gold 3DS RTS
|
||||
* Your ntrboot compatible flashcart
|
||||
* The latest release of [ak2i_ntrcardhax_flasher](https://github.com/d3m3vilurr/ak2i_ntrcardhax_flasher/releases/latest) *(`dsi` flasher; not the standard flasher)*
|
||||
|
||||
#### Instructions
|
||||
|
|
42
_pages/en_US/flashing-ntrboot-(dsi).txt
Normal file
42
_pages/en_US/flashing-ntrboot-(dsi).txt
Normal file
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
title: "Flashing ntrboot (DSi)"
|
||||
---
|
||||
|
||||
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
|
||||
|
||||
This method requires temporary access to a Nintendo DSi that is compatible with your flashcart. It is compatible with the following flashcarts:
|
||||
|
||||
+ [R4i Gold 3DS RTS](http://www.nds-card.com/ProShow.asp?ProID=149)
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160)
|
||||
|
||||
Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/))
|
||||
{: .notice--danger}
|
||||
|
||||
#### What you need
|
||||
|
||||
* Your ntrboot compatible flashcart
|
||||
* The latest release of [ak2i_ntrcardhax_flasher](https://github.com/d3m3vilurr/ak2i_ntrcardhax_flasher/releases/latest) *(`dsi` flasher; not the standard flasher)*
|
||||
|
||||
#### Instructions
|
||||
|
||||
##### Section I - Prep Work
|
||||
|
||||
1. Power off your device
|
||||
1. Insert your flashcart's SD card into your computer
|
||||
1. Copy `ak2i_ntrcardhax_flasher_dsi.nds` to your flashcart's SD card
|
||||
1. Reinsert your flashcart's SD card back into your flashcart
|
||||
1. Insert your ntrboot compatible DS / DSi flashcart into your device
|
||||
|
||||
##### Section II - Flashing ntrboot
|
||||
|
||||
1. Launch `ak2i_ntrcardhax_flasher_dsi.nds` on your device using your flashcart
|
||||
1. Press (A) to continue
|
||||
+ If you are using an Acekard 2i and wish to restore your flashcart to stock later, make a note of the "HW Rev"
|
||||
1. Press (A) to "inject ntrboothax"
|
||||
1. Press (A) to select "RETAIL"
|
||||
1. Press (B) to "EXIT"
|
||||
|
||||
___
|
||||
|
||||
Continue to [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot))
|
||||
{: .notice--primary}
|
|
@ -21,8 +21,7 @@ Note that in some rare circumstances, it may be possible for the flashing proces
|
|||
|
||||
#### What you need
|
||||
|
||||
* Your ntrboot compatible DS / DSi flashcart:
|
||||
+ Either the Acekard 2i or R4i Gold 3DS RTS
|
||||
* Your ntrboot compatible flashcart
|
||||
* Two devices
|
||||
+ **The source NDS / NDSL**: the Nintendo DS or Nintendo DS Lite which is compatible with your flashcart
|
||||
+ **The target 3DS**: the 3DS family device on stock firmware
|
||||
|
|
|
@ -5,7 +5,14 @@ title: "ntrboot"
|
|||
If you already flashed ntrboot to your flashcart, you can follow [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) for instructions on how to use it.
|
||||
{: .notice--success}
|
||||
|
||||
Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to flash ntrboot to. See the list of methods at the bottom of this page to see which flash carts are supported by each method.
|
||||
Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to flash ntrboot to.
|
||||
|
||||
The ntrboot exploit itself is compatible with the following flashcarts:
|
||||
|
||||
+ [R4i Gold 3DS RTS](http://www.nds-card.com/ProShow.asp?ProID=149)
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160)
|
||||
|
||||
Note that specific methods may have additional compatibility information.
|
||||
|
||||
The usage of this exploit, regardless of flashing method, requires access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons.
|
||||
|
||||
|
@ -23,12 +30,12 @@ ___
|
|||
|
||||
[Flashing ntrboot (3DS Single System)](flashing-ntrboot-(3ds-single-system))
|
||||
|
||||
This method requires nothing more than your stock unhacked 3DS. It is compatible with the following flashcarts:
|
||||
This method requires nothing more than your stock unhacked 3DS.
|
||||
|
||||
+ [R4i Gold 3DS RTS](http://www.nds-card.com/ProShow.asp?ProID=149)
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160)
|
||||
Note that more recent 3DS versions have blocked access to some flashcarts. This leaves them unable to launch the flasher `.nds` file on newer versions. The ntrboot compatible flashcarts are able to launch `.nds` files under the following versions:
|
||||
|
||||
The reason for this method only supporting some versions is that more recent 3DS versions have blocked access to some flashcarts. This means they are unable to launch the flasher `.nds` file on the latest version.
|
||||
+ [R4i Gold 3DS RTS](http://www.nds-card.com/ProShow.asp?ProID=149) : All Versions <= 11.5.0
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160) : All Versions <= 4.3.0
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
|
@ -38,10 +45,7 @@ The reason for this method only supporting some versions is that more recent 3DS
|
|||
|
||||
[Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system))
|
||||
|
||||
This method requires temporary access to a second 3DS family device that is already running some kind of custom firmware (such as boot9strap or arm9loaderhax). It is compatible with the following flashcarts:
|
||||
|
||||
+ [R4i Gold 3DS RTS](http://www.nds-card.com/ProShow.asp?ProID=149)
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160)
|
||||
This method requires temporary access to a second 3DS family device that is already running some kind of custom firmware (such as boot9strap or arm9loaderhax).
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
|
@ -51,10 +55,17 @@ This method requires temporary access to a second 3DS family device that is alre
|
|||
|
||||
[Flashing ntrboot (NDS)](flashing-ntrboot-(nds))
|
||||
|
||||
This method requires temporary access to a Nintendo DS or Nintendo DS Lite that is compatible with your flashcart. Note that this method is *not* compatible with the Nintendo DSi. It is compatible with the following flashcarts:
|
||||
This method requires temporary access to a Nintendo DS or Nintendo DS Lite that is compatible with your flashcart.
|
||||
|
||||
+ [R4i Gold 3DS RTS](http://www.nds-card.com/ProShow.asp?ProID=149)
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160)
|
||||
{% endcapture %}
|
||||
|
||||
<div class="notice--primary">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
{% capture notice-1 %}
|
||||
|
||||
[Flashing ntrboot (DSi)](flashing-ntrboot-(dsi))
|
||||
|
||||
This method requires temporary access to a Nintendo DSi that is compatible with your flashcart.
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
|
@ -64,10 +75,7 @@ This method requires temporary access to a Nintendo DS or Nintendo DS Lite that
|
|||
|
||||
[Flashing ntrboot (Powersaves)](flashing-ntrboot-(powersaves))
|
||||
|
||||
This method, once ready, will require temporary access to a [Powersaves](https://amzn.to/2fb3VY7). This method is not yet complete, and as such is just a placeholder page. It will be compatible with the following flashcarts:
|
||||
|
||||
+ [R4i Gold 3DS RTS](http://www.nds-card.com/ProShow.asp?ProID=149)
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160)
|
||||
This method, once ready, will require temporary access to a [Powersaves](https://amzn.to/2fb3VY7). This method is not yet complete, and as such is just a placeholder page.
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
|
|
|
@ -28,7 +28,8 @@ sitemap: false
|
|||
+ [Finalizing Setup](finalizing-setup)
|
||||
+ [Flashing ntrboot (3DS Single System)](flashing-ntrboot-(3ds-single-system))
|
||||
+ [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system))
|
||||
+ [Flashing ntrboot (NDS)](flashing-ntrboot-(Nds))
|
||||
+ [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi))
|
||||
+ [Flashing ntrboot (NDS)](flashing-ntrboot-(nds))
|
||||
+ [Flashing ntrboot (Powersaves)](flashing-ntrboot-(powersaves))
|
||||
+ [Get Started (New 3DS)](get-started-(new-3ds))
|
||||
+ [Get Started (Old 3DS)](get-started-(old-3ds))
|
||||
|
|
Loading…
Reference in a new issue