Skip to content

WinterMute/ntrboot_flasher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntrboot_flasher

A tool to flash that bootrom-hax goodness to your flashcart.

For details on how ntrboot works, see the last few pages of 33.5c3.

Supported Carts

From Left to Right: Acekard 2i HW81, Acekard 2i HW44, R4i Gold 3DS RTS, R4 3D Revolution

  • Acekard 2i HW-44
  • Acekard 2i HW-81
  • R4i Gold 3DS RTS (r4ids variant)
  • R4 3D Revolution (r4idsn variant)

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 the genuine (i.e. from the original manufacturer) versions of the listed flashcarts are officially supported. There is not a good way to test for counterfeit carts, unfortunately, as they usually report the same chip ID and revision as legitimate carts. Note that you are more likely to receive a counterfeit R4 than a counterfeit AK2i. Though there is a chance that many counterfeit versions of the listed flashcarts will work fine, there is too much variance to guarantee that any counterfeit is supported. As such, use this tool at your own risk.

Installation/Usage

Instructions are documented at @Plailect's 3ds.guide and are heavily recommended over any alternatives.

Compiling

To compile this, you need:

  • devkitARM r47
  • firmtool
  • flashcart_core - This is bundled as a submodule in ntrboot_flasher. When cloning the repo, you must use the --recursive option to grab it. Example: git clone --recursive https://github.com/kitling/ntrboot_flasher.git
  • libelm - This is currently included (improperly) in full in this repository and requires no special instructions, it will be downloaded when copying.

Planned support/Community involvement

While we initially planned to support more carts on release, we have not been able to expand beyond the current set of supported carts due to a lack of time/energy/manpower. If you have a cart you would like supported and have the know-how for debugging/reverse engineering a flashcart, please come find one of the devs in #Cakey on freenode. Ideally, this toolset is extensible towards any updatable Nintendo DS/DSi flashcart. See flashcart_core for more flashcart details. Do not submit a "feature request" on this repository asking "When will <my cart> be supported?" The answer to this question is "We don't know". See here for more details."

Credits

@Normmatt for initial implementation, bug squashing, expertise... etc.
@SciresM for sighax/boot9strap and flashcart RE.
@hedgeberg for testing and flashcart RE.
@stuckpixel for testing.
@Myria for testing.
@Hikari for testing.

Huge props to @d3m3vilurr for figuring this out independently!

About

A tool to flash that bootrom-hax goodness to your flashcart using your 3ds.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 85.7%
  • C++ 8.2%
  • Makefile 3.6%
  • Assembly 2.2%
  • Objective-C 0.3%