Skip to content

nintendo-3ds-homebrew/3ds_nand_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3ds_nand_reader

HitCount

This tool is provided to help you perform a NAND dump on your 3DS

Prerequisites

  • Unix system (Linux)

Installation

You can either compile and install the tool from sources or directly download the binary.

via sources

git clone https://github.com/SegFault42/3ds_nand_reader.git && cd 3ds_nand_reader && make

via direct download

  1. download the latest version 3ds nand reader v0.1
  2. unzip it
  3. open your terminal, go to 3ds_nand_validator folder

Usage

  1. run the tool as root.

    sudo ./3ds_nand_reader 1
    Usage : ./3ds_nand_reader 1 (one dump)
    	    ./3ds_nand_reader 2 (two dumps)
  2. Plug your card reader in your computer.

  3. Press enter :)

Troubleshooting

If your 3DS is not detected by the tool, please have a look at some known error codes. you should see:

 BOOTROM  8046
 ERRCODE: 00F800FE
          00000000 00000000
          00000200 00400000

⚠️ be sure to respect to following orders:

  1. Launch the tool
  2. Plug the reader in your 3DS
  3. Plug your SD reader in usb.
  4. Press key.

If you do not have any SD reader you can make your own by following this tutorial.