Hacking [Guide] Kafluke's HardMod CBHC Unbrick guide

Kafluke

Well-Known Member
OP
Member
Joined
May 6, 2006
Messages
5,474
Trophies
0
Age
47
XP
4,636
Country
United States
Welcome to the CBHC hardmod unbrick guide. This is not for the "faint of heart". In other words, this is not a noob guide. I expect you to have skills in micro-soldering as well as a basic knowledge of windows file system. I will not hold your hand through every step. This guide is for IT professionals with micro-soldering skills. If you do not fit these qualifications then hire someone who does. I will not be held responsible if you permanently disable your Wii U. This guide is for users that inadvertently bricked by messing up CBHC. I know that you can use the same steps to fix other nand issues but I won't be covering that here.

Last updated 10-11-17 -
Last checked for updates: 5-15-18

This guide assumes that you at least have a nand backup. This includes but is not limited to "otp.bin" and/or "slc.bin". Please read below for more information on what you actually need to make this work.


WHAT YOU'LL NEED
  • You must have one of the following:
  1. A backup of otp.bin. or...
  2. A full slc.bin backup BEFORE CBHC install.
  • Get both of these before you brick by following Step 3 in my Noob guide here.
  • Teensy++ 2.0 - buy it here.
  • Voltage regulator for the Teensy++ 2.0 (hereafter simply refered to as "Teesny") - buy it here. (soldering instructions for this are in step 1).
  • A Windows based PC. (It uses python so you might be able to use Linux or Mac but I won't be including those instructions)
  • Download and install Python for Windows
  • Download the windows drivers for the Teensy here and install.
  • Download the Teensy loader. You will need this to install the .hex file (step 2). Just download it and remember where you saved it. You don't need to install it.
  • Download the Nandway-SignalBoosterEdition.hex and NANDway.py files here. There are two files in this zip. You will need them both later in the guide.
  • Basic micro-soldering skills and good equipment.

1. PREPARE YOUR TEENSY
There are 3 steps that must be completed before you solder your Teensy to the Wii U system board.

1. Solder the voltage regulator to the Teensy using the pictures below as a guide.
jySE9Wq.jpg

2. Cut the track between the 5v and 3v pads & bridge the 3V pads on the Teensy using the pictures above as a guide.

3. Program the Teensy with the Nandway Signal Boost Edition software using the steps below.​
  1. Double click the program "teensy.exe" (Teensy Loader) that you downloaded in the Pre-Setup steps above.
  2. Plug in your Teensy++ 2.0. The LED on the Teensy should start blinking.
  3. Press the button on the Teensy board. You should hear the familiar "ba dunk" sound that Windows makes when it sees a new device.
  4. The Teensy loader software should now show your Teensy++ 2.0.
  5. If you followed all the instructions in the Pre-Setup section Windows should automatically detect and install the device.
  6. Check your device manager. You should see a new device under "Ports (COM & LPT) called USB Serial Device (COM3)". Your COM port may be different. Remember what it is. It will be important later.
  7. In the Teensy Loader program screen on your PC select File -> Open HEX File.
  8. Browse to the file "NANDway_SignalBoosterEdition.hex" which you downloaded earlier and extracted from the .zip file.
  9. After the file is loaded you should see the green "program" button light up. It looks like a green arrow curving right and pointing down.
  10. Click Operation -> Program or click that curving green arrow.
  11. You will get a confirmation letting you know that it successfully programmed the Teensy.
  12. Close the Teensy Loader and unplug your Teensy from the PC. You are now ready to solder the Teensy to your Wii U. Move on to the next steps.
2. SOLDER THE TEENSY TO THE WII U BOARD
This step should be performed by a professional with micro-soldering skills. The Wii U NAND points are very small and require a steady hand and good equipment. Do NOT attempt this step if you aren't comfortable with micro-soldering. This is where you will permanently brick your Wii U if you screw up. You've been warned!

Click on all images for larger view

  1. Look up a Wii U disassemble guide on YouTube. There are a number of them.
  2. Solder the Teensy to the Wii U System board following the picture below (If you are only going to fix a CBHC brick then ignore points RB1 & CE1):
Teensy++2.0

88gH6oR.png


Just in case it's not clear in the picture above. Solder all these points together:

Qmg4L2S.jpg


Wii U NAND - Again, ignore RB1 & CE1 if you are just fixing a CBHC brick.

q4il3Kr.jpg


Alternate solder points - These are even smaller than the original solder points. Don't screw up here. These are direct solder points to the NAND itself.

o54tcTw.jpg


It should look like this when finished. Notice where the ground wire is soldered. This goes to the ground point on the Teensy.

UH6kGFw.png
3. FIX YOUR WII U BY FLASHING WITH THE TEENSY
Follow these instructions carefully and don't stray from the steps unless you are experienced enough with the flashing commands of the Teensy and want to explore other fixes.

  1. Create your folder structure to make this easier. Create a blank folder on your desktop and copy "otp.bin" or "slc.bin" to this folder. (You must already have one of these files to use this guide)
  2. Back in the Pre-Setup you downloaded a .zip file that contained the .hex file we needed when setting up the Teensy. There is another file in that .zip that we now need. It is "NANDway.py". Copy this file to the same folder that contains "otp.bin".
  3. Download the file "release.zip" from here (eyekey's nand tools). Copy all the files in the zip to the same directory as above.
If you ONLY have otp.bin then follow these steps. If you have a full slc.bin backup BEFORE installing CBHC then skip this section.

Start out by first dumping a copy of your current slc.bin from the Wii U.
  1. Start out with the Teensy disconnected from the PC.
  2. Make sure that your optical drive, power button and your fan are all connected to the Wii U.
  3. Plug in your Wii U power connector.
  4. Turn on your Wii U. The power LED should turn blue and your fan should spin.
  5. Plug in the Teensy to the PC via USB cable.
  6. Open a command prompt from within the folder that you created above.
  7. Type this command: "NANDway.py COM3 0 info" (Remove the quotes and substitute the COM3 with whatever COM your Teensy is using. See "PREPARE YOUR TEENSY" step 1.)
  8. You should see a reply after pinging your Wii U NAND that looks like this:
AyReU6s.jpg


9. Dump your current slc.bin by running this command: "NANDway.py COM3 0 dump slc.bin" (again, remove quotes and replace COM3 with your correct COM port for Teensy)

10. Open the folder where you dumpted "slc.bin". It should be the same folder where you have otp.bin.

11. You should have all of eyekey's NAND tools in the same directoy as your slc.bin file if you followed the instructions above. This next command will not work if you are missing "otp.bin" from the same directory as "slc.bin" and "nandCbhcRemover.exe". Run this command to fix the CBHC install. (This will remove CBHC). Open a prompt in that directory and run this command:
  • nandCbhcRemover.exe slc.bin
12. This command will fix your slc.bin by removing CBHC. Move on to the next step to flash your now fixed slc.bin.

13. In the same command prompt run this flash command (again replacing the COM port with your own. Do I need to keep saying that?) to fix your CBHC brick:
  • NANDway.py COM3 0 vwrite slc.bin
That's it. You're Wii U should now boot to non-CBHC system menu allowing you to fix anything else that you need to. Test this by pluggin in the AV cord and booting again (unplug the Teensy from your PC). If it boots okay then unsolder all your connections and reassemble your Wii U.

If you still are having issues then see the Troubleshooting section
If you have a full slc.bin backup BEFORE installing CBHC then follow these steps.

You don't need otp.bin if you have a full slc.bin backup that you made before installing CBHC. You can simply flash the full backup to the NAND.
  1. Start out with the Teensy disconnected from the PC.
  2. Make sure that your optical drive, power button and your fan are all connected to the Wii U.
  3. Plug in your Wii U power connector.
  4. Turn on your Wii U. The power LED should turn blue and your fan should spin.
  5. Plug in the Teensy to the PC via USB cable.
  6. Make sure that "slc.bin" is located in the same directory as "NANDway.py".
  7. Open a command prompt from within the folder that you created above.
  8. Type this command: "NANDway.py COM3 0 info" (Remove the quotes and substitute the COM3 with whatever COM your Teensy is using. See "PREPARE YOUR TEENSY" step 1.)
  9. You should see a reply after pinging your Wii U NAND that looks like this:
AyReU6s.jpg


10. In the same command prompt run this flash command (again replacing the COM port with your own. Do I need to keep saying that?) to fix your CBHC brick:
  • NANDway.py COM3 0 vwrite slc.bin
That's it. You're Wii U should now boot to non-CBHC system menu allowing you to fix anything else that you need to. Test this by pluggin in the AV cord and booting again (unplug the Teensy from your PC). If it boots okay then unsolder all your connections and reassemble your Wii U.

If you still are having issues then see the Troubleshooting section​

CHANGELOG
10-11-17
Updated the teensy drivers link

7-17-17
Added python PC program link in the "What You Need" section

7-17-17
Added the changelog

TROUBLESHOOTING
Make sure that you have checked and triple checked all your wiring before continuting with additional troubleshooting steps.

Here are some troubleshooting steps from @Leeful
This is the procedure I used to dump and write back to the WiiU with the Teensy.
  • Connect teensy to WiiU for either WiiU(RB2 & CE2 Connected) or V-Wii Mode(RB1 & CE1 Connected).
  • Press Power Button On WiiU
  • Blue LED on WiiU should be ON and the fan and Disc Drive start up but The WiiU does not boot.
  • Connect teensy to PC
  • Use the 'info' command and check that it has detected the NAND.
  • If the nand is detected OK then use the 'dump' or 'vwrite' command.
  • When finished, Hold the Power Button on WiiU until LED goes red.
  • Disconnect the teensy from the PC and then the WiiU.
  • If for whatever reason this does not work try doing it in this order instead:
  • Connect teensy to WiiU for either WiiU(RB2 & CE2 Connected) or V-Wii Mode(RB1 & CE1 Connected).
  • Connect teensy to PC
  • Press Power Button On WiiU
  • Blue LED on WiiU should be flashing but the fan and the Disc Drive do not start up.
  • Use the 'info' command and check that it has detected the NAND.
  • If the nand is detected OK then use the 'dump' or 'vwrite' command.
  • When finished, Hold the Power Button on WiiU until LED goes red.
  • Disconnect the teensy from the PC and then the WiiU.
More soldering tips from Leeful:

A few things to help:
Use liquid solder flux on the board. This helps the solder flow.

Make sure the end of your iron is tinned properly. It should be shiny silver like the solder and not black.

Before trying to solder the wires to the board make sure that the wires are tinned first. (they should have a fine covering of solder on the end.)

Try and solder the points on the board first without trying to attach the wires. This will freshen up the joints on the board so that when you try and solder the wires the fresh solder on the board and the fresh solder on the end of the wires should melt together better and produce a strong clean joint.

Don't hold the iron on the board for too long, about 1 sec or less should be more than enough to melt the solder If your iron is properly tinned and the joint is clean. Any longer and you run the risk of dammaging the board your working on.

Like most things soldering gets easier with practice. If you have some old equiptment lying around try practicing on this first so that you dont wreck the thing your trying to fix even more.

hope this helps. Good luck.
Additional helpful links



Please let me know if I've missed somebody
@EyeKey for his amazing nand backup and restore tools.
@Leeful for almost 100% of the pics and wiring guides and taking one for the team and figuring all this out for us.
@FIX94 - We love you buddy, it's not your fault that people can't follow instructions and end up bricking their Wii U. You have made our lives awesome with CBHC!
 
Last edited by Kafluke,

Kafluke

Well-Known Member
OP
Member
Joined
May 6, 2006
Messages
5,474
Trophies
0
Age
47
XP
4,636
Country
United States
Great work.[emoji6]

Jax

Sent from my Z963VL using Tapatalk
Thanks Jax. Took me long enough. Permanantly bricked one Teensy++ 2.0, one Wii U, and 3 voltage regulators figuring this out.

Can't wait for the first reported CBHC brick fix using this guide (other than my own)
 
Last edited by Kafluke,
  • Like
Reactions: Jax_Ripper
D

Deleted User

Guest
Kinda it's impossible to read red text since it burns into my monitor but this guide is pretty good.
Nice work as always, Kafluke.
 
  • Like
Reactions: ArgoRV and Tizm

Dust2dust

Well-Known Member
Member
Joined
Jun 17, 2010
Messages
2,412
Trophies
2
XP
4,346
Country
Canada
I appreciate all the efforts and the (hardware) sacrifices that went into this. Great job! And all this for the tiny less than 1% of users who couldn't follow instructions and warnings when they installed CBHC. You're a saint, Kafluke.
 

Kafluke

Well-Known Member
OP
Member
Joined
May 6, 2006
Messages
5,474
Trophies
0
Age
47
XP
4,636
Country
United States
This was a quick compile before I left town. I know the text and format sucks. I just wanted to get all the info that I had compiled posted for those that have been waiting.

If anyone feels up for the challenge and would like to pretty up the guide please let me know and I'll make you an editor. I could use some help in that department. I'm not a designer.
 

Anonyamalious

Active Member
Newcomer
Joined
Sep 12, 2010
Messages
27
Trophies
0
XP
161
Country
Canada
I'm getting 'Failed to determine dump type'
"Error setting path to nand object"
I have otp.bin in the same folder
My slc.bin dump size is 2162688KB
What could be wrong?
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,126
Country
United States
@Kafluke , what's the size of the your mlc and is it needed really? my mlc is one gigabyte smaller than the one you mention in your tutorials. it's 29.1GBs instead of 30.1GBs. was/is that a typo?
 

Leeful

GBAtemp Member
Developer
Joined
Sep 4, 2015
Messages
1,903
Trophies
1
XP
7,068
Country
United Kingdom
I'm getting 'Failed to determine dump type'
"Error setting path to nand object"
I have otp.bin in the same folder
My slc.bin dump size is 2162688KB
What could be wrong?
@Anonyamalious How did you get the slc.bin dump? was it from the hardmod dump or from the WiiU NAND Dumper software?

The slc.bin (WiiU NAND) should be 528MB (540,672KB)
The slccmpt.bin (vWii NAND) should be 528MB (540,672KB)
The mlc.bin (Storage NAND) should be 29.7GB (31,162,368KB) (Toshiba eMMC chip inside) or 29.1.GB for the Samsung eMMC chip inside.
 
Last edited by Leeful,

Kafluke

Well-Known Member
OP
Member
Joined
May 6, 2006
Messages
5,474
Trophies
0
Age
47
XP
4,636
Country
United States
@Kafluke , what's the size of the your mlc and is it needed really? my mlc is one gigabyte smaller than the one you mention in your tutorials. it's 29.1GBs instead of 30.1GBs. was/is that a typo?
mine is 29.1gbs too. I'll fix the tuts. MLC is your whole sysnand. Games, programs and all.
 

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,126
Country
United States
hmm. ours is different from @Leeful 's though. I'm backing up my mlc using eyekey's app. I originally backed up everything with the fw.img. I thought the mlc was safe, so I fixed my slc and slcmpt with @EyeKey 's tools, then redumped them with eyekey's tools. I want to make sure my NAND dumps r complete. I haven't bricked or anything (on cbhc), but I want to have everything I need if that does happen one day.

edit: btw, how do u merge these mlc files?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Maximumbeans @ Maximumbeans:
    I think that's why I focus on just enjoying single player experiences that aren't too competitive
  • Maximumbeans @ Maximumbeans:
    How are you doing?
  • SylverReZ @ SylverReZ:
    There's also this thing where I'm hyperfocused at night and cannot get to sleep.
  • SylverReZ @ SylverReZ:
    @Maximumbeans, I'm doing alright, thanks.
    +1
  • Maximumbeans @ Maximumbeans:
    That must be rough. Productive I'm sure but hard to balance with daily life
    +1
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Indeed. I've been working on getting this Infecutus chip to work on my PS2. But after soldering, I realised that a plastic piece was missing from the power ribbon cable to the power and eject buttons.
  • SylverReZ @ SylverReZ:
    Now I could go with soldering the contacts from the cable to the connector on the mobo, but doesn't sound like a good permanent solution.
  • Maximumbeans @ Maximumbeans:
    Man, that's beyond my brain :rofl: I'm no good with hardware for now. I'd like to get into hardmods in future though
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Maybe start practice soldering. Get a cheap-ass soldering iron and follow some good YouTube tutorials.
    +1
  • SylverReZ @ SylverReZ:
    Least my experience has gotten better than over a decade ago. My iron would constantly bump into components and break them.
  • Maximumbeans @ Maximumbeans:
    Sounds good. I actually did soldering but like 16 years ago for school so uuuuh probably rusty haha
  • SylverReZ @ SylverReZ:
    @Maximumbeans, Same here. I did soldering at school from a teacher who I honestly liked since he had plenty of good electronics experience.
    +1
  • Maximumbeans @ Maximumbeans:
    I wish I could play chess well
    +1
  • Maximumbeans @ Maximumbeans:
    Useless but a true art
    +1
  • SylverReZ @ SylverReZ:
    @Maximumbeans, I had a friend who had a glass chess set for their birthday.
  • SylverReZ @ SylverReZ:
    It was like all clear and fancy. Tbf I'm not too experienced with chess, but would like to learn someday.
  • Maximumbeans @ Maximumbeans:
    That sounds really cool
  • Maximumbeans @ Maximumbeans:
    I know the basics but no strategy at all :rofl:
  • Veho @ Veho:
    Watch chess streamers on Twitch and you'll pick up a thing or two.
  • Veho @ Veho:
    Not to mention there's an infinite number of chess games for every possible platform.
  • DinohScene @ DinohScene:
    just play it, get beaten a few times and start dominating
  • K3Nv2 @ K3Nv2:
    Nude chess is best
  • DinohScene @ DinohScene:
    strip checkers > nude chess
  • K3Nv2 @ K3Nv2:
    Nude checkers get jumped
    K3Nv2 @ K3Nv2: Nude checkers get jumped