DS NTRBoot Flasher 3DS: Difference between revisions
From GameBrew
More actions
m Text replacement - "| licence" to "| license" |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
| title = NDS version NTRBOOTHAX flasher | |title=NDS version NTRBOOTHAX flasher | ||
| image = NDS-version-NTRBOOTHAX-flasher.jpeg | |image=NDS-version-NTRBOOTHAX-flasher.jpeg | ||
| | |description=Flash ntrboot to supported flashcarts using your NDS.�https://3ds.hacks.guide/ntrboot.html | ||
| | |author=ntrteam | ||
| lastupdated = 2017/10/28 | |lastupdated=2017/10/28 | ||
| | |type=System Tools | ||
| | |version=4.0 | ||
| | |license=Mixed | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/NDS-version-NTRBOOTHAX-flasher-3DS.rar | |download=https://dlhb.gamebrew.org/3dshomebrew/NDS-version-NTRBOOTHAX-flasher-3DS.rar | ||
| source = | |website=https://github.com/ntrteam/ds_ntrboot_flasher | ||
|source=https://github.com/ntrteam/ds_ntrboot_flasher | |||
}} | }} | ||
<youtube>aBrx9uu6qKw</youtube> | <youtube>aBrx9uu6qKw</youtube> | ||
Revision as of 13:40, 29 October 2021
| NDS version NTRBOOTHAX flasher | |
|---|---|
| File:NDS-version-NTRBOOTHAX-flasher.jpeg | |
| General | |
| Author | ntrteam |
| Type | System Tools |
| Version | 4.0 |
| License | Mixed |
| Last Updated | 2017/10/28 |
| Links | |
| Download | |
| Website | |
| Source | |
NDS version NTRBOOTHAX flasher
Only tested with NDSL + AK2I & R4i Gold.
Build
- Copy these 5 binaries to the
binariesdirectory.
blowfish_ntr.binblowfish_dev.binblowfish_retail.binboot9strap_ntr_dev.firmboot9strap_ntr.firm
python extract_binaries.py- Then
make
Notes for build
- Needs experimental libnds; after [9dcc1bd][expr_libnds] version.
- You can extract blowfish binaries using [ak2ifirm][ak2ifirm].
- Change mode requires
make cleanbefore rebuild. [expr_libnds]: https://github.com/devkitPro/libnds/commit/9dcc1bd33 [ak2ifirm]: https://github.com/ntrteam/ak2ifirm
Special make options
NDSI_MODE=1- build DSi compatible mode
- disable cart hotswap and load & restore features
DEBUG_DUMP=1- print first 16bytes of loaded flash data
DEBUG_DUMP=2- print all bytes of loaded flash data
DEBUG_PRINT=1- enable flashcart_core's log message
Credits
- [Normmatt][normmatt] - Original implementation of the 3DS version ntrcardhax flasher.
- [SciresM][sciresm] - Parent of
boot9strap - [kitling][kitling] - Made
flashcart_core - [hedgeberg][hedgeberg] - RE Cartridge
- [HandsomeMatt][HandsomeMatt] - RE Cartridge
- And other talented hackers. [normmatt]: https://github.com/Normmatt [sciresm]: https://twitter.com/SciresM [kitling]: https://github.com/kitling [hedgeberg]: https://github.com/hedgeberg [HandsomeMatt]: https://github.com/HandsomeMatt