diff --git a/assets/files/default.gcd b/assets/files/default.gcd new file mode 100644 index 00000000..95ad388e Binary files /dev/null and b/assets/files/default.gcd differ diff --git a/assets/files/default_green.gcd b/assets/files/default_green.gcd new file mode 100644 index 00000000..fb95aa36 Binary files /dev/null and b/assets/files/default_green.gcd differ diff --git a/assets/files/ntrboot_flasher.firm b/assets/files/ntrboot_flasher.firm new file mode 100644 index 00000000..ffd6e20d Binary files /dev/null and b/assets/files/ntrboot_flasher.firm differ diff --git a/assets/files/ntrboot_flasher_nds.nds b/assets/files/ntrboot_flasher_nds.nds new file mode 100644 index 00000000..9c1c7702 Binary files /dev/null and b/assets/files/ntrboot_flasher_nds.nds differ diff --git a/pages/_en-US/ds-index/hardmod.md b/pages/_en-US/ds-index/hardmod.md index 15dd6e1e..ca7ace3f 100644 --- a/pages/_en-US/ds-index/hardmod.md +++ b/pages/_en-US/ds-index/hardmod.md @@ -10,6 +10,9 @@ tabs: other: macOS/Linux --- +Hardmodding can easily damage your DSi. If you're trying to unbrick your DSi, then you should try [ntrboot](ntrboot) first. +{:.alert .alert-danger} + Hardmodding is when you physically solder the motherboard of the Nintendo DSi to an SD card adapter in order to be read on a computer. This is useful for restoring NAND backups, viewing NAND on your PC, etc... ### Nintendo DS diff --git a/pages/_en-US/ds-index/ntrboot.md b/pages/_en-US/ds-index/ntrboot.md new file mode 100644 index 00000000..e52bf24a --- /dev/null +++ b/pages/_en-US/ds-index/ntrboot.md @@ -0,0 +1,64 @@ +--- +lang: en-US +layout: wiki +section: ds-index +category: guides +title: ntrboot +description: How to use ntrboot on a Nintendo DSi +tabs: + - dsi: DS/DSi + 3ds: 3DS +--- + +**ntrboot** is a recovery mode built into every DSi and 3DS. If a specially signed cartridge is inserted and a button combo is held, the cartridge will be loaded before anything on NAND. Nintendo used this to set up blank units in the factory, but it can be used as a recovery mode if the NAND is corrupted, missing, or otherwise damaged. + +### Required hardware + +To use ntrboot on your DSi you will need: + - An ntrboot compatible flashcard. [Here's a list of working carts](https://www.flashcarts.net/ntrboot-ds-carts.html?tab=flashable). Ignore the pre-flashed ones as those use the 3DS version of ntrboot. + - A magnet to trigger ntrboot + - A second DSi/3DS in order to flash ntrboot to the flashcard + +{% capture tab-dsi %} + +You must have already followed [dsi.cfw.guide](https://dsi.cfw.guide) and have a way of running homebrew. +{:.alert .alert-warning} + +1. Download the [ntrboot image](/assets/files/default.gcd) to your DSi SD card as `sdmc:/ntrboot/default.gcd` +1. Download the [ntrboot flasher](/assets/files/ntrboot_flasher_nds.nds) to anywhere on your SD card +1. Insert your SD card into a modded DSi, then run the ntrboot flasher +1. Follow the instructions on screen. Select your cartridge from the list, back up your flashcard, then inject ntrboot. You must select the "TWL" option + +{% endcapture tab-dsi %} +{% assign tab-dsi = tab-dsi | split: "////////" %} + + +{% capture tab-3ds %} + +You must have already followed [3ds.hacks.guide](https://3ds.hacks.guide) and have luma installed. +{:.alert .alert-warning} + +1. Download the [ntrboot image](/assets/files/default.gcd) to your 3DS SD card as `sdmc:/ntrboot/default.gcd` +1. Download the [ntrboot flasher](/assets/files/ntrboot_flasher.firm) to your SD card as `sdmc:/luma/payloads/ntrboot_flasher.firm` +1. Insert your SD card into a modded 3DS. Hold `START` to open the luma chainloader, then select the ntrboot flasher +1. Follow the instructions on screen. Select your cartridge from the list, back up your flashcard, then inject ntrboot. You must select the "TWL" option + +{% endcapture tab-3ds %} +{% assign tab-3ds = tab-3ds | split: "////////" %} + +### Flashing ntrboot +{% assign tabs = tab-dsi | concat: tab-3ds %} +{% include tabs.html index=0 tabs=tabs %} + +### Running ntrboot + +1. Download any homebrew to the SD card as `sdmc:/ntrboot.nds`. For this example we'll use [GodMode9i](https://github.com/DS-Homebrew/GodMode9i/releases/). +1. Insert your SD card and the ntrboot flashcard in your DSi +1. Place a magnet near the `ABXY` buttons until you trigger sleep mode +1. Turn off your DSi +1. With the magnet in place, hold `start` + `select` + `x` and turn the DSi on +1. GodMode9i should now boot + +If ntrboot does nothing and you're sure that the magnet and button combo are correct, ntrboot might not be working. Try following the flashing instructions again with [this ntrboot image](/assets/files/default_green.gcd) and see if ntrboot loads a green screen. If it does not, your flashcard may be incompatible and you will need to ask in the [DS(i) Mode Hacking](https://ds-homebrew.com/discord) Discord server. + +If you get a "NAND Init failure" error or don't see the NAND from ntrboot, you will need to boot the homebrew you want through another program (eg. launching SafeNANDManager through GodMode9i). There is an issue with ntrboot in which the CID/ConsoleID are not properly set up on boot, so mounting the NAND for editing/recovery will not work right away.