mirror of
https://github.com/ApacheThunder/DSXulu.git
synced 2025-06-18 10:45:37 -04:00
DS-Xtreme Universal Loader - Custom firmware for the DS-Xtreme flashcart
![]() It is the first thing to boot on this console, and it is also not a file on a file system. There is no argv here. |
||
---|---|---|
.github/workflows | ||
arm7 | ||
arm9 | ||
bootloader@0602118165 | ||
.gitignore | ||
.gitmodules | ||
dsx-banner.bin | ||
dsx.dldi | ||
license.txt | ||
Makefile | ||
README.md |
DSXulu
DS-Xtreme Universal Loader
https://github.com/lifehackerhansol/DSXulu
This is a custom firmware for the DS-Xtreme.
This will simply launch BOOT.NDS
homebrew on the root of the NAND. Only homebrew files are supported (not that the DS-Xtreme really supports any games anyway.)
If BOOT.NDS
is not found, it will fall back to a built in file browser.
Flashing instructions
- Download dsxTool
- Copy
dsx_firmware.nds
anddsxTool.nds
to your DS-Xtreme's root - Boot your DS-Xtreme, and launch dsxTool
- Press
A
to dump your current firmware and wait for it to finish- You will need this if you ever wish to easily revert to your old firmware. You never know when that is!
- Press
X
to flashdsx_firmware.nds
to your DS-Xtreme and wait for it to finish - After the process is complete, reboot and see your changes live!
License
NDS Homebrew Menu
Copyright (C) 2005-2013 Michael Chisholm (Chishm)
Copyright (C) 2005-2023 Dave Murphy (WinterMute)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.