add NDS ntrboot (Close #1283)
This commit is contained in:
parent
f9c3eec559
commit
1ec2ce1e5a
6 changed files with 142 additions and 54 deletions
51
_pages/en_US/flashing-ntrboot-(3ds).txt
Normal file
51
_pages/en_US/flashing-ntrboot-(3ds).txt
Normal file
|
@ -0,0 +1,51 @@
|
|||
---
|
||||
title: "Flashing ntrboot (3DS)"
|
||||
---
|
||||
|
||||
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
|
||||
|
||||
Note that the flashcart will not be able to be used for its standard functions while the ntrboot exploit is installed on it (except for in the case of the Acekard 2i, which remains functional *on 3DS systems with custom firmware installed only*). There are optional steps at the end of the ntrboot installation instructions to remove it from your flashcart when you are done.
|
||||
|
||||
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
|
||||
* 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
|
||||
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(`ntr` boot9strap; not the `devkit` file)*
|
||||
* The latest release of [ntrboot_flasher](https://github.com/kitling/ntrboot_flasher/releases/latest)
|
||||
|
||||
#### Instructions
|
||||
|
||||
##### Section I - Prep Work
|
||||
|
||||
1. Power off **the source 3DS**
|
||||
1. Insert **the source 3DS**'s SD card into your computer
|
||||
1. Create a folder named `ntrboot` on the root of your SD card
|
||||
1. Copy `boot9strap_ntr.firm` and `boot9strap_ntr.firm.sha` from the boot9strap ntr `.zip` to the `/ntrboot/` folder on your SD card
|
||||
1. Copy `ntrboot_flasher.firm` from the ntrboot_flasher `.zip` to the `/luma/payloads` folder on **the source 3DS**'s SD card
|
||||
1. Reinsert **the source 3DS**'s SD card back into **the source 3DS**
|
||||
1. Insert your ntrboot compatible DS / DSi flashcart into **the source 3DS**
|
||||
|
||||
##### Section II - Flashing ntrboot
|
||||
|
||||
1. Launch the Luma3DS chainloader by holding (Start) during boot on **the source 3DS**
|
||||
1. Select "ntrboot_flasher"
|
||||
1. Select "Dump Flash"
|
||||
1. Wait until the process is completed
|
||||
1. Press (B) to return to the main menu
|
||||
1. Select "Inject Ntrboot"
|
||||
1. Press (Y) to proceed
|
||||
1. Press (R) for retail unit ntrboot
|
||||
1. Wait until the process is completed
|
||||
1. Press (B) to return to the main menu
|
||||
1. Select "EXIT" to power off **the source 3DS**
|
||||
|
||||
___
|
||||
|
||||
Continue to [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot))
|
||||
{: .notice--primary}
|
|
@ -1,51 +1,11 @@
|
|||
---
|
||||
title: "Flashing ntrboot (Custom Firmware)"
|
||||
title: "Flashing ntrboot (Custom Firmware)" #
|
||||
layout: single-no-ads
|
||||
---
|
||||
|
||||
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
|
||||
|
||||
Note that the flashcart will not be able to be used for its standard functions while the ntrboot exploit is installed on it (except for in the case of the Acekard 2i, which remains functional *on 3DS systems with custom firmware installed only*). There are optional steps at the end of the ntrboot flashing instructions to remove it from your flashcart when you are done.
|
||||
|
||||
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
|
||||
* 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
|
||||
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(`ntr` boot9strap; not the `devkit` file)*
|
||||
* The latest release of [ntrboot_flasher](https://github.com/kitling/ntrboot_flasher/releases/latest)
|
||||
|
||||
#### Instructions
|
||||
|
||||
##### Section I - Prep Work
|
||||
|
||||
1. Power off **the source 3DS**
|
||||
1. Insert **the source 3DS**'s SD card into your computer
|
||||
1. Create a folder named `ntrboot` on the root of your SD card
|
||||
1. Copy `boot9strap_ntr.firm` and `boot9strap_ntr.firm.sha` from the boot9strap ntr `.zip` to the `/ntrboot/` folder on your SD card
|
||||
1. Copy `ntrboot_flasher.firm` from the ntrboot_flasher `.zip` to the `/luma/payloads` folder on **the source 3DS**'s SD card
|
||||
1. Reinsert **the source 3DS**'s SD card back into **the source 3DS**
|
||||
1. Insert your ntrboot compatible DS / DSi flashcart into **the source 3DS**
|
||||
|
||||
##### Section II - Flashing ntrboot
|
||||
|
||||
1. Launch the Luma3DS chainloader by holding (Start) during boot on **the source 3DS**
|
||||
1. Select "ntrboot_flasher"
|
||||
1. Select "Dump Flash"
|
||||
1. Wait until the process is completed
|
||||
1. Press (B) to return to the main menu
|
||||
1. Select "Inject Ntrboot"
|
||||
1. Press (Y) to proceed
|
||||
1. Press (R) for retail unit ntrboot
|
||||
1. Wait until the process is completed
|
||||
1. Press (B) to return to the main menu
|
||||
1. Select "EXIT" to power off **the source 3DS**
|
||||
|
||||
___
|
||||
|
||||
Continue to [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot))
|
||||
This page has been moved to [Flashing ntrboot (3DS)](flashing-ntrboot-(3ds)).
|
||||
{: .notice--primary}
|
||||
|
||||
<script>
|
||||
location.href = 'flashing-ntrboot-(3ds)';
|
||||
</script>
|
52
_pages/en_US/flashing-ntrboot-(nds).txt
Normal file
52
_pages/en_US/flashing-ntrboot-(nds).txt
Normal file
|
@ -0,0 +1,52 @@
|
|||
---
|
||||
title: "Flashing ntrboot (NDS)"
|
||||
---
|
||||
|
||||
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
|
||||
|
||||
Note that the flashcart will not be able to be used for its standard functions while the ntrboot exploit is installed on it (except for in the case of the Acekard 2i, which remains functional *on 3DS systems with custom firmware installed only*). There are optional steps at the end of the ntrboot boot9strap installation instructions to remove it from your flashcart when you are done.
|
||||
|
||||
If you would like to remove the ntrboot exploit and restore your flashcart to its original state, note that you should *not* power off your NDS / NDSL until you have restored your flashcart. This is because the flashcart cannot be used to launch `.nds` files while the ntrboot exploit is installed on it, so if you exit the flasher application you will not be able
|
||||
{: .notice--warning}
|
||||
|
||||
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
|
||||
* 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
|
||||
* The latest release of [ak2i_ntrcardhax_flasher](https://github.com/d3m3vilurr/ak2i_ntrcardhax_flasher/releases/releases/latest)
|
||||
|
||||
#### Instructions
|
||||
|
||||
##### Section I - Prep Work
|
||||
|
||||
1. Power off **the source NDS / NDSL**
|
||||
1. Insert your flashcart's SD card into your computer
|
||||
1. Copy `ak2i_ntrcardhax_flasher.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 **the source NDS / NDSL**
|
||||
|
||||
##### Section II - Flashing ntrboot
|
||||
|
||||
1. Launch `ak2i_ntrcardhax_flasher.nds` on **the source NDS / NDSL** using your flashcart
|
||||
1. Press (A) to continue
|
||||
1. Press (X) to "load flashrom"
|
||||
1. Press (A) to continue
|
||||
1. Eject your flashcart from **the source NDS / NDSL**
|
||||
1. Eject the SD card from your flashcart
|
||||
1. Reinsert your flashcart into **the source NDS / NDSL** with the SD card removed
|
||||
1. Press (A) to continue
|
||||
1. Press (A) to "inject ntrboothax"
|
||||
1. Press (A) to select "RETAIL"
|
||||
1. Eject your flashcart from **the source NDS / NDSL**
|
||||
+ Do *not* exit the flasher application on **the source NDS / NDSL** if you intend to restore your flashcart to its original state after installing boot9strap on **the target 3DS**
|
||||
|
||||
___
|
||||
|
||||
Continue to [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot))
|
||||
{: .notice--primary}
|
|
@ -68,9 +68,9 @@ Continue to [Finalizing Setup](finalizing-setup)
|
|||
|
||||
___
|
||||
|
||||
##### Section V - Removing ntrboot
|
||||
##### Section V (i) - Removing ntrboot (3DS)
|
||||
|
||||
This is an optional section that will allow you to restore your flashcart to its original state (to allow it to be used for its standard functions).
|
||||
This is an optional section that will allow you to restore your flashcart to its original state (to allow it to be used for its standard functions) using a 3DS running some kind of custom firmware.
|
||||
{: .notice--info}
|
||||
|
||||
Do not follow this section until you have completed the rest of the instructions on this page.
|
||||
|
@ -82,4 +82,17 @@ Do not follow this section until you have completed the rest of the instructions
|
|||
1. Press (Y) to proceed
|
||||
1. Wait until the process is completed
|
||||
1. Press (B) to return to the main menu
|
||||
1. Select "EXIT" to power off **the source 3DS**
|
||||
1. Select "EXIT" to power off **the source 3DS**
|
||||
|
||||
##### Section V (ii) - Removing ntrboot (NDS)
|
||||
|
||||
This is an optional section that will allow you to restore your flashcart to its original state (to allow it to be used for its standard functions) using a NDS / NSDL.
|
||||
{: .notice--info}
|
||||
|
||||
Do not follow this section until you have completed the rest of the instructions on this page.
|
||||
{: .notice--warning}
|
||||
|
||||
1. Eject your flashcart from **the target 3DS**
|
||||
1. Reinsert your flashcart into **the source NDS / NDSL** with the SD card removed
|
||||
1. Press (Y) to "restore flashrom"
|
||||
1. Press (B) to "EXIT"
|
|
@ -10,7 +10,7 @@ Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to f
|
|||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160)
|
||||
+ [R4i Gold 3DS RTS](http://www.nds-card.com/ProShow.asp?ProID=149)
|
||||
|
||||
There are two different methods of flashing ntrboot to your flashcart.
|
||||
There are three different methods of flashing ntrboot to your flashcart.
|
||||
|
||||
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.
|
||||
|
||||
|
@ -26,9 +26,19 @@ ___
|
|||
|
||||
{% capture notice-1 %}
|
||||
|
||||
[Flashing ntrboot (Custom Firmware)](flashing-ntrboot-(custom-firmware))
|
||||
[Flashing ntrboot (3DS)](flashing-ntrboot-(3ds))
|
||||
|
||||
This method requires temporary access to a second device that is already running some kind of custom firmware (such as boot9strap or arm9loaderhax).
|
||||
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 %}
|
||||
|
||||
<div class="notice--primary">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
{% capture notice-1 %}
|
||||
|
||||
[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.
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
|
|
|
@ -26,7 +26,8 @@ sitemap: false
|
|||
+ [FAQ](faq)
|
||||
+ [File Extensions (Windows)](file-extensions-(windows))
|
||||
+ [Finalizing Setup](finalizing-setup)
|
||||
+ [Flashing ntrboot (Custom Firmware)](flashing-ntrboot-(custom-firmware))
|
||||
+ [Flashing ntrboot (3DS)](flashing-ntrboot-(3ds))
|
||||
+ [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))
|
||||
|
@ -43,6 +44,7 @@ sitemap: false
|
|||
+ [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod))
|
||||
+ [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher))
|
||||
+ [Installing boot9strap (MSET)](installing-boot9strap-(mset))
|
||||
+ [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot))
|
||||
+ [ntrboot](ntrboot)
|
||||
+ [Move EmuNAND](move-emunand)
|
||||
+ [NTR and Cubic Ninja](ntr-and-cubic-ninja)
|
||||
|
|
Loading…
Reference in a new issue