9.2.0 Update (NTR and Cubic Ninja) - GamerTunerit/Guide GitHub Wiki

Most 3DS CFW applications and software are designed for use with a SysNAND version between 9.0.0 and 9.2.0. If you are below version 9.0.0, you will need to use this guide to update your 3DS without going all the way to the latest version.

If you are on versions 9.0.0 through 10.7.0 you can just follow the instructions here.

If you already have a RedNAND setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND.

Note that the terms EmuNAND and RedNAND refer to slightly different implementations of the same concept.

This section of the guide is just a part of the larger 9.2.0 Update section.

What you need

Instructions

Section I - Prep Work
  1. Install WAMP to the default directory
  2. Copy the contents of 3ds-private-update-server.zip to C:\wamp\www\ (overwrite existing files)
  3. Copy index.php to C:\wamp\www\ (overwrite existing files)
  4. Copy the updates folder from the 9.2.0 firmware zip to C:\wamp\www\
  5. Move node.exe to C:\wamp\www\updates
  6. Move C:\wamp\www\CdnCiaUnpack.js to C:\wamp\www\updates
  7. In the C:\wamp\www\updates directory, drag CdnCiaUnpack.js onto node.exe to create GetSystemUpdate.partial.xml
  8. Move node.exe, CdnCiaUnpack.js, and GetSystemUpdate.partial.xml back to C:\wamp\www\
  9. Click the WAMP icon in your system tray, then click "Put Online"
  10. Use the command "ipconfig" in CMD to get your computer's IPv4 Address, you will need it soon
  11. Copy ntr.bin to the root of your SD card
Section II - Updating
  1. Boot your 3DS into recovery mode by holding L+R+A+UP while powering on
  2. Decline the update and reboot
  3. Open Cubic Ninja (if it already has NinjHax installed, hold L+R+X+Y to reset it)
  4. Select "Create", then "QR Code", then "Scan QR Code"
  5. Scan the QR code in the NTR CFW zip for your region
  6. On the home menu, press Y and X at the same time to open NTR's menu
  7. Enable the debugger and close the menu
  8. Use your router's web page to get your 3DS's IP address (google it if you don't know how, all routers are different)
  9. Run NTR Debugger on your computer
  10. Enter the following commands (replace 192.168.1.100 with your 3DS's IP address and 192.168.1.200 with your computer's IP address)
    • connect("192.168.1.100", 8000)
    • write(0x15E424, tuple(map(ord, "http://192.168.1.200/index.php\0")), pid=0x25)
    • write(0x15E0EC, tuple(map(ord, "http://192.168.1.200/index.php\0")), pid=0x25)
    • write(0x15E463, tuple(map(ord, "http://192.168.1.200/index.php\0")), pid=0x25)
  11. Update your 3DS by going to System Settings, then "Other Settings", then going all the way to the right and using "System Update"

You can now follow the rest of this guide from Part 3 here.