mirror of
https://github.com/hacks-guide/Guide_Panda.git
synced 2024-11-23 00:49:51 +00:00
JAN does not boot <11.4.0
This commit is contained in:
parent
01b8ce4084
commit
3a0addd212
@ -2,6 +2,14 @@
|
||||
title: "0.23.5 Install"
|
||||
---
|
||||
|
||||
#### Overview of steps
|
||||
|
||||
- Install the version 0.23.5 for your region / device
|
||||
- Install boot9strap using CakeHax Browser
|
||||
- (Optionally) install the latest version for your region / device
|
||||
|
||||
___
|
||||
|
||||
There are two different methods of installing the version 0.23.5 onto your PANDA unit.
|
||||
|
||||
One method requires no external tools but only supports some regions and devices due to missing CIA packs for the remaining regions and devices.
|
||||
|
61
_pages/en_US/flashing-ntrboot-(3ds-multi-system).txt
Normal file
61
_pages/en_US/flashing-ntrboot-(3ds-multi-system).txt
Normal file
@ -0,0 +1,61 @@
|
||||
---
|
||||
title: "Flashing ntrboot (3DS Multi System)"
|
||||
---
|
||||
|
||||
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
|
||||
|
||||
Note that R4i Gold 3DS RTS flashcarts will not be able to be used for their standard functions (such as launching `.nds` files) while the ntrboot exploit is installed on it. This does not apply to the Acekard 2i.
|
||||
|
||||
There are optional steps at the end of the ntrboot boot9strap installation instructions to remove the ntrboot exploit from your flashcart when you are done.
|
||||
|
||||
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:
|
||||
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160)
|
||||
+ [R4i Gold 3DS RTS](http://www.nds-card.com/ProShow.asp?ProID=149)
|
||||
|
||||
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
|
||||
* Two 3DS family devices
|
||||
+ **The source 3DS**: the 3DS family device that is already running some kind of custom firmware (such as boot9strap)
|
||||
+ **The target 3DS**: the device on stock firmware
|
||||
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(the `ntr-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. Read the red screen warning
|
||||
1. Press (A) to continue
|
||||
1. Select your flashcart
|
||||
+ If you do not see your flashcart in the list at the top, read the bottom screen for more info on each option
|
||||
1. Select "Dump Flash"
|
||||
1. Wait until the process is completed
|
||||
1. Press (A) to continue
|
||||
1. Press (A) to return to the main menu
|
||||
1. Select "Inject Ntrboot"
|
||||
1. Press (A) for retail unit ntrboot
|
||||
1. Wait until the process is completed
|
||||
1. Press (A) 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}
|
51
_pages/en_US/flashing-ntrboot-(3ds-single-system).txt
Normal file
51
_pages/en_US/flashing-ntrboot-(3ds-single-system).txt
Normal file
@ -0,0 +1,51 @@
|
||||
---
|
||||
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 and a compatible flashcart.
|
||||
|
||||
Note that more recent 3DS versions have blocked access to some flashcarts, and some flashcarts have always been blocked on the 3DS. This leaves them unable to launch the flasher `.nds` file on some (or all) versions. The ntrboot compatible flashcarts are able to launch `.nds` files on the 3DS (under the listed versions):
|
||||
|
||||
+ [R4i Gold 3DS (RTS)](http://www.nds-card.com/ProShow.asp?ProID=149) : <= 11.5.0
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160) : <= 4.3.0
|
||||
+ R4i Gold 3DS "Starter" : 4.1.0 - 4.5.0
|
||||
+ R4i Ultra : <= 4.3.0
|
||||
+ Infinity 3 R4i : <= 11.5.0
|
||||
|
||||
Ensure your flashcart is able to launch correctly before starting. Be sure to have any required kernel or firmware files copied to your flashcart's SD card. Consult your specific flashcart's instructions for more information.
|
||||
|
||||
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
|
||||
1. Use (Up) and (Down) to select your flashcart
|
||||
1. Press (A) to continue
|
||||
1. Press (A) to "inject ntrboothax"
|
||||
1. Press (X) to select "DEVKIT"
|
||||
1. Press (A) to continue
|
||||
1. Select "EXIT"
|
||||
|
||||
___
|
||||
|
||||
Continue to [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot))
|
||||
{: .notice--primary}
|
52
_pages/en_US/flashing-ntrboot-(dsi).txt
Normal file
52
_pages/en_US/flashing-ntrboot-(dsi).txt
Normal file
@ -0,0 +1,52 @@
|
||||
---
|
||||
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.
|
||||
|
||||
Note that more recent DSi 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:
|
||||
|
||||
+ [R4i Gold 3DS RTS](http://www.nds-card.com/ProShow.asp?ProID=149) : <= 1.4.5
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160) : <= 1.4.4
|
||||
+ R4i Gold 3DS "Starter" : <= 1.4.5
|
||||
+ R4i Ultra : <= 1.4.1
|
||||
+ Infinity 3 R4i : <= 1.4.5
|
||||
|
||||
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
|
||||
* Two devices
|
||||
+ **The source DSi**: the Nintendo DSi 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/latest) *(`dsi` flasher; not the standard flasher)*
|
||||
|
||||
#### Instructions
|
||||
|
||||
##### Section I - Prep Work
|
||||
|
||||
1. Power off **the source DSi**
|
||||
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 **the source DSi**
|
||||
|
||||
##### Section II - Flashing ntrboot
|
||||
|
||||
1. Launch `ak2i_ntrcardhax_flasher_dsi.nds` on **the source DSi** using your flashcart
|
||||
1. Press (A) to continue
|
||||
1. Use (Up) and (Down) to select your flashcart
|
||||
1. Press (A) to continue
|
||||
1. Press (A) to "inject ntrboothax"
|
||||
1. Press (X) to select "DEVKIT"
|
||||
1. Press (A) to continue
|
||||
1. Select "EXIT"
|
||||
|
||||
___
|
||||
|
||||
Continue to [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot))
|
||||
{: .notice--primary}
|
61
_pages/en_US/flashing-ntrboot-(nds).txt
Normal file
61
_pages/en_US/flashing-ntrboot-(nds).txt
Normal file
@ -0,0 +1,61 @@
|
||||
---
|
||||
title: "Flashing ntrboot (NDS)"
|
||||
---
|
||||
|
||||
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
|
||||
|
||||
Note that R4i Gold 3DS RTS flashcarts will not be able to be used for their standard functions (such as launching `.nds` files) while the ntrboot exploit is installed on it. This does not apply to the Acekard 2i.
|
||||
|
||||
There are optional steps at the end of the ntrboot boot9strap installation instructions to remove the ntrboot exploit from your flashcart when you are done.
|
||||
|
||||
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:
|
||||
|
||||
+ [R4i Gold 3DS (RTS)](http://www.nds-card.com/ProShow.asp?ProID=149)
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160)
|
||||
+ R4i Gold 3DS "Starter"
|
||||
+ R4i Ultra
|
||||
+ R4 3D Revolution
|
||||
+ Infinity 3 R4i
|
||||
+ DSTT ([some flash chips only!](https://gist.github.com/Hikari-chin/6b48f1bb8dd15136403c15c39fafdb42))
|
||||
|
||||
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
|
||||
* 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/latest) *(standard flasher; not the `dsi` flasher)*
|
||||
|
||||
#### 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. Use (Up) and (Down) to select 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 (X) to select "DEVKIT"
|
||||
1. Eject your flashcart from **the source NDS / NDSL**
|
||||
|
||||
___
|
||||
|
||||
Continue to [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot))
|
||||
{: .notice--primary}
|
7
_pages/en_US/flashing-ntrboot-(powersaves).txt
Normal file
7
_pages/en_US/flashing-ntrboot-(powersaves).txt
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Flashing ntrboot (Powersaves)"
|
||||
---
|
||||
|
||||
This method is not yet complete, and as such is just a placeholder page.
|
||||
|
||||
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.
|
@ -21,11 +21,22 @@ There have been reports of a wave of bans being handed out to CFW users by Ninte
|
||||
|
||||
<div class="notice--danger">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
#### Overview of steps
|
||||
{% capture notice-1 %}
|
||||
|
||||
- Install the version 0.23.5 for your region / device
|
||||
- Install boot9strap using CakeHax Browser
|
||||
- (Optionally) install the latest version for your region / device
|
||||
[0.23.5 Install](0.23.5-install)
|
||||
|
||||
Continue to [0.23.5 Install](0.23.5-install)
|
||||
{: .notice--primary}
|
||||
This method involves downgrading to an older firmware version to utilize a browser-based exploit. It is *not* compatible with JAN (New 2DS XL) units.
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
<div class="notice--primary">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
{% capture notice-1 %}
|
||||
|
||||
[ntrboot](ntrboot)
|
||||
|
||||
This method flashes a commercial flashcart with the ntrboot exploit then boots it on your PANDA. It is compatible with all models and versions (including JAN).
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
<div class="notice--primary">{{ notice-1 | markdownify }}</div>
|
107
_pages/en_US/installing-boot9strap-(ntrboot).txt
Normal file
107
_pages/en_US/installing-boot9strap-(ntrboot).txt
Normal file
@ -0,0 +1,107 @@
|
||||
---
|
||||
title: "Installing boot9strap (ntrboot)"
|
||||
---
|
||||
|
||||
#### What you need
|
||||
|
||||
* A magnet that triggers the sleep mode of your device (if using a folding style device)
|
||||
* Your ntrboot flashed flashcart
|
||||
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest)
|
||||
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(the `devkit` file, not the `ntr` file)*
|
||||
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)*
|
||||
|
||||
#### Instructions
|
||||
|
||||
##### Section I - Prep Work
|
||||
|
||||
1. Power off your device
|
||||
1. Insert your SD card into your computer
|
||||
1. Copy `boot.3dsx` (OCS) to the root of your SD card
|
||||
1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm`
|
||||
1. Create a folder named `boot9strap` on the root of your SD card
|
||||
1. Copy `boot9strap_dev.firm` and `boot9strap_dev.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card
|
||||
1. Reinsert your SD card into your device
|
||||
1. Power on your device
|
||||
|
||||
##### Section II - ntrboot
|
||||
|
||||
1. Use the magnet to find the spot on your device where the sleep sensor is triggered
|
||||
+ This step is not needed on the old 2DS (which has a sleep mode switch)
|
||||
1. Power off your device
|
||||
1. Insert your flashcart into your device
|
||||
1. Place the magnet on your device to trigger the sleep sensor
|
||||
+ On old 2DS, you should instead enable the sleep mode switch
|
||||
1. Hold (Power) + (Start) + (Select) + (X) for several seconds, then release the buttons
|
||||
+ It may take a few attempts to get this to work because the positioning is awkward
|
||||
1. If the exploit was successful, you will have booted into SafeB9SInstaller
|
||||
|
||||
##### Section III - Installing boot9strap
|
||||
|
||||
1. Wait for all safety checks to complete
|
||||
1. When prompted, input the key combo given to install boot9strap
|
||||
1. Once it has completed, force your device to power off by holding down the power button
|
||||
+ Your device will only boot to the SafeB9SInstaller screen until the next section is completed
|
||||
|
||||
##### Section IV - Configuring Luma3DS
|
||||
|
||||
1. Insert your SD card into your computer
|
||||
1. Delete `boot.firm` from the root of your SD card
|
||||
1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card
|
||||
1. Reinsert your SD card into your device
|
||||
1. Power on your device
|
||||
1. Your device should have booted into the Luma3DS configuration menu
|
||||
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#ts_sys_b9s)
|
||||
1. Use the (A) button and the D-Pad to turn on the following:
|
||||
+ **"Show NAND or user string in System Settings"**
|
||||
1. Press (Start) to save and reboot
|
||||
+ If you get an error, just continue the next page
|
||||
|
||||
___
|
||||
|
||||
Continue to [Finalizing Setup](finalizing-setup)
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
||||
|
||||
The following 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).
|
||||
|
||||
Note that the Acekard 2i retains its ability to launch `.nds` files while having the ntrboot exploit installed. This only applies when the Acekard 2i is in a 3DS running some kind of custom firmware! While the ntrboot exploit is installed to the Acekard 2i, it will be unable to launch `.nds` files on stock NDS, NDSL, DSi, or 3DS system.
|
||||
|
||||
Do not follow this section until you have completed the rest of the instructions on this page.
|
||||
|
||||
##### Section V - Removing ntrboot
|
||||
|
||||
###### What you need
|
||||
|
||||
* The latest release of [ntrboot_flasher](https://github.com/kitling/ntrboot_flasher/releases/latest)
|
||||
* The flashrom backup corresponding to your flashcart
|
||||
+ Note that if you followed "Flashing ntrboot (3DS Multi System)", the flashrom already exists in the correct location and does not need to be downloaded
|
||||
+ If you do not know which HW revision you have, just try all of them. Only the correct one will allow your flashcart to launch properly from home menu, but flashing the wrong one will not brick the cart:
|
||||
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - [`R4i_Gold_3DS_(HW_A7)-Flashrom.zip`](magnet:?xt=urn:btih:fd1bc5c522988379ee931db45f82b223241ae729&dn=R4i_Gold_3DS_%28HW_A7%29-Flashrom.zip&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce) *(This is also compatible with the **R4i Gold 3DS RTS**)*
|
||||
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - [`R4i_Gold_3DS_(HW_A6)-Flashrom.zip`](magnet:?xt=urn:btih:ed75f8b81b78dad0d98cea59e38f3f61a80d981d&dn=R4i_Gold_3DS_%28HW_A6%29-Flashrom.zip&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) *(This is also compatible with the **R4 3D Revolution**)*
|
||||
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - [`R4i_Gold_3DS_(HW_A5)-Flashrom.zip`](magnet:?xt=urn:btih:e69774d8a950879e93b18a5c1ccd36ab305b4acd&dn=R4i_Gold_3DS_%28HW_A5%29-Flashrom.zip&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce) *(This is also compatible with the **Infinity 3 R4i**)*
|
||||
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - `R4i_Gold_3DS_"Starter"-Flashrom.zip` -- *Missing*
|
||||
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - [`Acekard_2i_(HW_81)-Flashrom.zip`](magnet:?xt=urn:btih:948e6865b57fa2fc469d68df500f774a6d5887a4&dn=Acekard_2i_%28HW_81%29-Flashrom.zip&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce)
|
||||
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - [`Acekard_2i_(HW_44)-Flashrom.zip`](magnet:?xt=urn:btih:d12b46b1bfadc6b03ff260ab90dcb136d890fd39&dn=Acekard_2i_%28HW_44%29-Flashrom.zip&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce)
|
||||
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - [`R4i_Ultra-Flashrom.zip`](magnet:?xt=urn:btih:614e9951a6c26145e68de34ed8c23a44bf190728&dn=R4i_Ultra-Flashrom.zip&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce)
|
||||
|
||||
###### Instructions
|
||||
|
||||
1. Power off your device
|
||||
1. Insert your SD card into your computer
|
||||
1. Create a folder named `ntrboot` on the root of your SD card
|
||||
1. Copy `backup.bin` from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
|
||||
1. Create a folder named `payloads` in the `luma` 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 your SD card back into your device
|
||||
1. Insert your ntrboot compatible DS / DSi flashcart into your device
|
||||
1. Launch ntrboot_flasher by holding (Start) during boot
|
||||
1. Read the red screen warning
|
||||
1. Press (A) to continue
|
||||
1. Select your flashcart
|
||||
+ If you do not see your flashcart in the list at the top, read the bottom screen for more info on each option
|
||||
1. Select "Restore Flash"
|
||||
1. Press (A) to proceed
|
||||
1. Wait until the process is completed
|
||||
1. Press (A) to return to the main menu
|
||||
1. Select "Exit" to power off your device
|
101
_pages/en_US/ntrboot.txt
Normal file
101
_pages/en_US/ntrboot.txt
Normal file
@ -0,0 +1,101 @@
|
||||
---
|
||||
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.
|
||||
|
||||
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)
|
||||
+ R4i Gold 3DS "Starter"
|
||||
+ R4i Ultra
|
||||
+ R4 3D Revolution
|
||||
+ Infinity 3 R4i
|
||||
+ DSTT ([some flash chips only!](https://gist.github.com/Hikari-chin/6b48f1bb8dd15136403c15c39fafdb42))
|
||||
|
||||
![]({{ base_path }}/images/screenshots/ntrboot-flashcarts.png)
|
||||
{: .notice--info}
|
||||
|
||||
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.
|
||||
|
||||
To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot.
|
||||
{: .notice--info}
|
||||
|
||||
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}
|
||||
|
||||
___
|
||||
|
||||
{% capture notice-1 %}
|
||||
|
||||
[Flashing ntrboot (3DS Single System)](flashing-ntrboot-(3ds-single-system))
|
||||
|
||||
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart.
|
||||
|
||||
Note that more recent 3DS versions have blocked access to some flashcarts, and some flashcarts have always been blocked on the 3DS. This leaves them unable to launch the flasher `.nds` file on some (or all) versions. The ntrboot compatible flashcarts are able to launch `.nds` files on the 3DS (under the listed versions):
|
||||
|
||||
+ [R4i Gold 3DS (RTS)](http://www.nds-card.com/ProShow.asp?ProID=149) : <= 11.5.0
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160) : <= 4.3.0
|
||||
+ R4i Gold 3DS "Starter" : 4.1.0 - 4.5.0
|
||||
+ R4i Ultra : <= 4.3.0
|
||||
+ Infinity 3 R4i : <= 11.5.0
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
<div class="notice--primary">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
{% capture notice-1 %}
|
||||
|
||||
[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).
|
||||
|
||||
{% 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.
|
||||
|
||||
{% 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.
|
||||
|
||||
Note that more recent DSi 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:
|
||||
|
||||
+ [R4i Gold 3DS RTS](http://www.nds-card.com/ProShow.asp?ProID=149) : <= 1.4.5
|
||||
+ [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160) : <= 1.4.4
|
||||
+ R4i Gold 3DS "Starter" : <= 1.4.5
|
||||
+ R4i Ultra : <= 1.4.1
|
||||
+ Infinity 3 R4i : <= 1.4.5
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
<div class="notice--primary">{{ notice-1 | markdownify }}</div>
|
||||
|
||||
{% capture notice-1 %}
|
||||
|
||||
[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.
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
<div class="notice--primary">{{ notice-1 | markdownify }}</div>
|
@ -15,10 +15,17 @@ sitemap: false
|
||||
+ [F3 (Linux)](f3-(linux))
|
||||
+ [F3X (Mac)](f3x-(mac))
|
||||
+ [FAQ](faq)
|
||||
+ [Flashing ntrboot (3DS Single System)](flashing-ntrboot-(3ds-single-system))
|
||||
+ [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system))
|
||||
+ [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi))
|
||||
+ [Flashing ntrboot (NDS)](flashing-ntrboot-(nds))
|
||||
+ [Flashing ntrboot (Powersaves)](flashing-ntrboot-(powersaves))
|
||||
+ [Get Started](get-started)
|
||||
+ [H2testw (Windows)](h2testw-(windows))
|
||||
+ [Home](/)
|
||||
+ [Installing boot9strap (Browser)](installing-boot9strap-(browser))
|
||||
+ [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot))
|
||||
+ [ntrboot](ntrboot)
|
||||
+ [Troubleshooting](troubleshooting)
|
||||
+ [Updating B9S](updating-b9s)
|
||||
{% endcapture %}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 55 KiB |
BIN
images/screenshots/ntrboot-flashcarts.png
Normal file
BIN
images/screenshots/ntrboot-flashcarts.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 328 KiB |
Loading…
Reference in New Issue
Block a user