The best DSi NAND repair tool ever
Go to file
2024-11-15 06:27:05 -05:00
.github/workflows Fixed NAND re-mounting, added AGING test, and merged shared NitroFS files 2024-11-15 06:27:05 -05:00
arm7 Fixed NAND re-mounting, added AGING test, and merged shared NitroFS files 2024-11-15 06:27:05 -05:00
arm9 Fixed NAND re-mounting, added AGING test, and merged shared NitroFS files 2024-11-15 06:27:05 -05:00
nitrofiles Fixed NAND re-mounting, added AGING test, and merged shared NitroFS files 2024-11-15 06:27:05 -05:00
.gitignore Oops, forgot to remove the version info in NitroFS 2024-11-11 05:41:20 -05:00
hwinfo.py First commit 2024-11-11 01:22:54 -05:00
icon.bmp First commit 2024-11-11 01:22:54 -05:00
Makefile First commit 2024-11-11 01:22:54 -05:00
README.md Fixed NAND re-mounting, added AGING test, and merged shared NitroFS files 2024-11-15 06:27:05 -05:00

app icon TwlNandTool

This is the best DSi NAND repair tool out there, offering features such as:

  • Fixing MBR
  • Formatting FAT partitions
  • Fixing Stage2 (NandFirm)
  • Recovering deleted HWInfo secure
  • Installing minimal firmware titles and unlaunch
  • Lots of useful NAND diagnostic info

Why do these matter? You can create a new working NAND from scratch! No backups needed (but still recommended)!

Notes

  • I am including my own hostile and outdated fork of libfat. This is to block nand_Startup() during fatMount(). Without this having a NAND re-mount would run nand_Startup() more than once and break every NAND R/W function until reboot...