Welcome to the de_Fuse NAND stuff guide. While it does still require soldering, it is far easier than soldering directly to the TSOP/eMMC and is MUCH faster (10-20min vs. over a day!).
I've also included instructions on how to dump/restore MLC and dump OTP/SEEPROM just to show how powerful this tool is (and to make it a complete NAND Dumping guide for consoles that cannot boot into UDPIH or the traditional nanddumper).
Please note that UDPIH is worth a try before trying this (uses a pico as well so you'd have to buy one anyway).
- Raspberry Pi Pico ($4 usually)
- An SD Card. Cannot be SDHC or SDXC. I personally use a 2GB card from a 3DS.
- Some soldering experience
- Recommended to have an SLC/SLCCMPT backup but you can get by with fixing whatever mistake you did without one.
- Download the latest release of de_Fuse and extract it to your computer.
- Flash the
boot1.img
to the SD Card using Win32Disk Imager or dd (macOS users are on their own). - Format the rest of the SD Card to FAT32.
- Copy
fw.img
and (optionally)otp.bin
to the root of your SD Card.- You will need
otp.bin
if you want to boot a patched OS with de_Fuse.
- You will need
- Hold the
BOOTSEL
button while plugging the Pico into your PC. - Copy the
pico_defuse.uf2
file to theRPI-RP2
storage device.
Here is a diagram showing where everything is (Thanks JadeStrike!):
This is what it could look like when finished:
- Insert the SD Card into the Wii U
- Connect the WIi U to Power
- Connect the Wii U to a display over HDMI or to your PC with PuTTY or minicom.
- Power it on. You should see the minute_minute menu.
- Copy the
slc.bin
orslccmpt.bin
to the root of your SD Card. - Rename it so the extention is
.raw
(ieslc.raw
). - Boot the console into a de_Fused state.
- Navigate to
Backup and Restore
using the POWER button and press EJECT to select it. - Navigate to
Restore SLC.RAW
(orRestore SLCCMPT.RAW
) and select it. - Wait for the restore to finish.
- Once finished, press POWER to go back to the
Backup and Restore
menu. - Navigate to
Return to Main Menu
and thenPower off
. - Try booting the console. Can be de_Fused or a "normal" boot (if you got this far im sure you can figure out what that means).
- Boot the console into a de_Fused state.
- Navigate to
Backup and Restore
using the POWER button and press EJECT to select it. - Navigate to
Backup SLC.RAW
(orBackup SLCCMPT.RAW
) and select it. - Wait for the dump to finish.
- Once finished, press POWER to go back to the
Backup and Restore
menu. - Navigate to
Return to Main Menu
and thenPower off
. - Copy the dump to your PC.
- What you do from here to fix the backup is out of the scope of this guide. However, you likely don't have an
otp.bin
dump either if you followed this section, so follow the Dumping OTP section to get one.
- What you do from here to fix the backup is out of the scope of this guide. However, you likely don't have an
!> This requires at least a 64GB/16GB SD Card on 32GB/8GB models respectively.
!> The SD Card will be formatted.
- Boot the console into a de_Fused state.
- Take out the current SD Card and insert the SD Card you will be using.
- Navigate to
Backup and Restore
with POWER and select it with EJECT. - Navigate to
Format redNAND
and select it. - Press EJECT.
- It is optional to dump SLC/SLCCMPT.
- Wait for the redNAND creation to finish (might take a few hours).
- Press
POWER
to go back to theBackup and Restore
menu. - Navigate to
Return to Main Menu
and thenPower off
. - Insert the redNAND SD Card into your PC.
- Dump the 3rd partition of the SD Card (will be roughly 8GB/32GB) to a file on your PC using the same tools you used to flash the
boot1.img
.- What you do from here to fix the backup is out of the scope of this guide.
- You now have an MLC dump! Yay!
!> This requires at least a 64GB/16GB SD Card on 32GB/8GB models respectively and to have already been formatted with a redNAND (The section above).
- Boot the console into a de_Fused state.
- Insert the redNAND SD Card into the console.
- Navigate to
Backup and Restore
with POWER and select it with EJECT. - Navigate to
Restore redNAND
and select it. - Press
EJECT
to continue with the restore. - Wait for it to finish (might take a few hours).
- Press
POWER
to go back to theBackup and Restore
menu. - Navigate to
Return to Main Menu
and thenPower off
.
- Boot the console into a de_Fused state.
- Navigate to
Backup and Restore
using the POWER button and press EJECT to select it. - Navigate to
Dump OTP via PRSHhax
and select it. - Wait for the PRSHhax exploit to run. After it you should see a message saying "otp.bin successfully dumped".
- Navigate to
Power off
- Copy the
otp.bin
to your PC. - You now have an
otp.bin
dump! Yay!
- Boot the console into a de_Fused state.
- Navigate to
Backup and Restore
using the POWER button and press EJECT to select it. - Navigate to
Dump SEEPROM and OTP
and select it. - Press
POWER
to go back to theBackup and Restore
menu. - Navigate to
Return to Main Menu
and thenPower off
. - Copy the
seeprom.bin
to your PC. - You now have a
seeprom.bin
dump! Yay!
- shinyquagsire23 for de_Fuse, minute_minute, and generally just being helpful when I had troubles restoring.
CLICK HERE FOR OLD RPI FLASHER GUIDE
This guide is now outdated since there is a software exploit that allows unbricking without soldering! There is a guide for it here. UDPIH will not work if you somehow deleted OSv10 (00050010-1000400A), so you must hardmod the system.
Hello and welcome to the new and improved freddy fazbears pizza Wii U Unbrick Guide. This Guide only covers the SLC (Wii U).
Usually if you need to restore vWii NAND, there is vWii NAND Restorer (Needs backup) or vWii Decaffenator (Doesn't need backup)
Wii U doesnt have something like that yet though. so we have to open up the console and solder some wires to the NAND.
To unbrick the Wii U we will use an Rasberry Pi. I have only ever used an RPi0 and been successful (RPi2B did not work) but the pinouts should be the same on every RPi. If you want to use a Teensy to unbrick, refer to this guide
- An slc.bin dump from before the brick, or an otp.bin dump.
- A Raspberry Pi and MicroSD for the Raspberry Pi.
- Decent soldering equipment.
- Decent soldering skills.
- Ability to follow instructions.
- A Lot of time.
- A Decent understanding of Linux.
- Last but not least, A Brain.
- Set up RPIOS on a MicroSD. (Guide: https://www.raspberrypi.com/documentation/computers/getting-started.html)
- Power on your RPI and connect it to the internet.
- Open up a terminal (
CTRL ALT T
) and runwget https://raw.githubusercontent.com/Lazr1026/unbrick/main/pinand.sh && chmod +x pinand.sh
- Now run
./pinand.sh
.
- Take apart the Wii U, look up a teardown.
-
Make sure you are VERY CAREFUL when soldering to these points. one mess up and your console may be dead for good.
Solder Points:
RPI:
Wii U Board:
Note: Now depending on what the hell you did, you could be doing something WAY different (ie. only restoring certain pages). We will be flashing back an entire SLC image here.
Download Eyekeys NAND Tools and extract the zip somewhere on your PC.
- Put the Wii U back together enough to get everything plugged in (Disc Drive, Power Button, Fan, Heatsink.)
- Power on the Wii U.
- Turn on the RPI.
- Open up a terminal and run
sudo ./pinand 50 read_id
, you should get something like this.
- Run
sudo ./pinand 50 read_full 0 262144 slc.bin
. - Wait for it to finish reading. (DO NOT UNPLUG THE WII U OR RPI.)
- Turn off the Wii U and RPI, insert the RPI' MicroSD in your PC.
- Copy the
slc.bin
fromsd:/home/[USER]
to the NAND Tools folder on your PC. (Hint: Now would be a REALLY good time to copy otp.bin to the folder as well.) - Open a Command Prompt and run
nandCbhcRemover.exe slc.bin
. See the next section for flashing the NAND back to the Wii U.
- Insert the RPI' MicroSD in your PC.
- Copy
slc.bin
tosd:/home/[USER]
. (OTP Only Users: ClickReplace
when asked.) - Insert the RPI' MicroSD into the RPI.
- Turn on the Wii U.
- Turn on the RPI.
- Open a terminal and type in
sudo ./pinand 50 read_id
. You should get something like this.
- Run
sudo ./pinand 50 erase_blocks 0 4096 && sudo ./pinand 50 write_full 0 262144 slc.bin
. - Wait for it to finish, this will take a LONG time (around 2 days for an RPi0). (DO NOT UNPLUG THE WIIU OR THE RPI.)
- Turn off the Wii U.
- Turn off the RPI.
- Put the Wii U back together enough to test if it boots, plug in Disc Drive, Power Button, Fan, Heatsink.
- Turn on the Wii U, connect an HDMI or AV (or if your Gamepad is still paired, that works too).
- If it loads to Wii U Menu, congrats, desolder the wires on the Wii U Board and put the system back together. You have successfully done the RPI Hardmod Method.
- If it does not load to Wii U Menu and Errors, then you did something wrong, or you used the wrong backup. Try Flashing again, or join Ivy's Stuff and ask for help in
#help
rw-r-r-0644 - sending me an edited pinand and fixing it.
GaryOderNichts - Emotional support while doing the hardmod.
Nightkingale - Same thing as Gary.
The 4TU Discord server - For being awesome. ;)
RPi Forums - Having a thread on Bit-Banging a TSOP NAND.
agilly1989 - Sent me the forum and emotional support.
All of my other friends on Discord - You know who you are.
You can find the source on Github.