(initial commit) |
(add short description, and fix list formatting) |
||
Line 35: | Line 35: | ||
===Section II - Running the test=== | ===Section II - Running the test=== | ||
<ol> | |||
<li> Power on the console without pressing any buttons</li> | |||
{{Info|text=This payload does not show anything on either screens until a button is pressed. Refer to the attached image for what parts of the screen will light up for each button pressed.|image=[[File:Bmbt.png|384px]]}} | {{Info|text=This payload does not show anything on either screens until a button is pressed. Refer to the attached image for what parts of the screen will light up for each button pressed.|image=[[File:Bmbt.png|384px]]}} | ||
<li> Press each button once, verifying that the corresponding button shows up on the top screen. If it does not show up, the button pressed may be faulty. If you see a constant white square for one button and you are '''not''' holding the button down, that button may be stuck and could be the source of some issues.</li> | |||
<li> Once you are finished with the button tester, press the power button once to power off the console</li> | |||
<li> Remove the SD card from your console and insert it into your computer</li> | |||
<li> Delete <code>boot.firm</code> from the root of your SD card</li> | |||
<li> Rename <code>luma.firm</code> to <code>boot.firm</code></li> | |||
<li> Safely eject the SD card from your computer and reinsert it into your console</li> | |||
<li> Power on your console</li> | |||
</ol> | |||
{{Success|text=If all went well, you have successfully tested the buttons on your console.}} | |||
{{Short description|Bare-metal button tester for the 3DS}} |
Revision as of 15:42, 29 January 2024
Developer(s) | Gruetzig |
---|---|
Console | Nintendo 3DS |
Version | bmbt3DS +1 (June 7, 2023 | )
Links | |
GitHub | Gruetzig/bmbt3ds |
BMBT3DS is a bare metal button testing .firm
payload for the Nintendo 3DS. It can be used to test all buttons on the console, and to see if one is being held down or not.
Instructions
What you will need
- boot9strap, GodMode9 or fastboot3DS installed to the FIRM partition(s)
- Luma3DS'
boot.firm
on the root of your SD card - The latest release of bmbt3DS (the
bmbt3ds.firm
file)
Section I - Preparing
- Power off your console
- Remove the SD card from your console and insert it into your computer
- Copy
bmbt3ds.firm
to the root of your SD card - Rename
boot.firm
toluma.firm
- Rename
bmbt3ds.firm
toboot.firm
- Safely eject the SD card from your computer and reinsert it into your console
Section II - Running the test
- Power on the console without pressing any buttons
- Press each button once, verifying that the corresponding button shows up on the top screen. If it does not show up, the button pressed may be faulty. If you see a constant white square for one button and you are not holding the button down, that button may be stuck and could be the source of some issues.
- Once you are finished with the button tester, press the power button once to power off the console
- Remove the SD card from your console and insert it into your computer
- Delete
boot.firm
from the root of your SD card - Rename
luma.firm
toboot.firm
- Safely eject the SD card from your computer and reinsert it into your console
- Power on your console
This payload does not show anything on either screens until a button is pressed. Refer to the attached image for what parts of the screen will light up for each button pressed. |
If all went well, you have successfully tested the buttons on your console. |