Wii:Hardmod unbrick: Difference between revisions
From Hacks Guide Wiki
More actions
m Make the images slightly smaller |
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 | ** 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 | ** 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 | ** 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 = | ||