Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Wii:Hardmod unbrick: Difference between revisions

From Hacks Guide Wiki
Lazr (talk | contribs)
m Make the images slightly smaller
Cominou (talk | contribs)
m Software Needed: replaced github links with github templates
Tags: Mobile edit Mobile web edit
 
Line 17: Line 17:
* A NAND backup from that Wii before the brick, or at least the NAND keys (You can re-encrypt another Wii's NAND, but I am not going to go into detail for that here.)
* A NAND backup from that Wii before the brick, or at least the NAND keys (You can re-encrypt another Wii's NAND, but I am not going to go into detail for that here.)
* Teensy users:
* Teensy users:
** Flash [https://raw.githubusercontent.com/hjudges/NORway/master/NANDway/Signal%20Booster%20Edition/NANDway_SignalBoosterEdition.hex this] to the Teensy with the [https://www.pjrc.com/teensy/loader.html Teensy Loader]
** Flash {{GitHub|hjudges/NORway/raw/master/NANDway/Signal%20Booster%20Edition/NANDway_SignalBoosterEdition.hex|this}} to the Teensy with the [https://www.pjrc.com/teensy/loader.html Teensy Loader]
** Download the [https://raw.githubusercontent.com/jan-hofmeier/NORway/master/NANDway.py NANDway.py] ([https://raw.githubusercontent.com/nicl83/NANDWay3/main/NANDway3.py Python 3 Edition]).  
** Download the {{GitHub|jan-hofmeier/NORway/raw/master/NANDway.py|NANDway.py}} ({{GitHub|nicl83/NANDWay3/raw/main/NANDway3.py|Python 3 Edition}}).  
*** I don't remember the results of using the Py3 version, but I think it worked fine. If you do not want to risk it, use the Py2 version.
*** I don't remember the results of using the Py3 version, but I think it worked fine. If you do not want to risk it, use the Py2 version.
** Python 2 or Python 3, and PySerial (install via pip: <code>pip install pyserial</code>). Depending on what script above you use. Do note that Python 2 is deprecated and getting everything installed might be a PITA.
** Python 2 or Python 3, and PySerial (install via pip: <code>pip install pyserial</code>). Depending on what script above you use. Do note that Python 2 is deprecated and getting everything installed might be a PITA.
* RPi users:
* RPi users:
** Download [https://raw.githubusercontent.com/r00t1024/rpi-tsop48-nand/master/rpi-raw-nand-v3.c rpi-raw-nand-v3.c] and compile it by running <code>g++ rpi-raw-nand-v3.c -o rpi-raw-nand-v3</code> on the RPi.
** Download {{GitHub|r00t1024/rpi-tsop48-nand/raw/master/rpi-raw-nand-v3.c|rpi-raw-nand-v3.c}} and compile it by running <code>g++ rpi-raw-nand-v3.c -o rpi-raw-nand-v3</code> on the RPi.


= Unbricking the Wii =
= Unbricking the Wii =