Advertisement
wiiubru

Compile/Use Wupserver fw.img

Oct 22nd, 2016
10,046
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. # before beginning, don't forget to thank smea for much work on this
  2. # and also the efforts of FIX94 for the automatic configuration
  3.  
  4. # install armips, python, and bash
  5.  
  6. # download iosuhax from here: https://github.com/FIX94/iosuhax
  7. # or do:
  8. git clone https://github.com/FIX94/iosuhax.git
  9.  
  10. # put your console's otp.bin at the same level as the iosuhax folder (not inside)
  11. # you can get it with http://wiiubru.com/appstore/#/app/otp2sd
  12.  
  13. # go into the folder
  14. cd iosuhax
  15.  
  16. # compile iosuhax
  17. make
  18.  
  19. # you now should have a fw.img file, put it on root of sd card
  20. # this fw.img is a custom firmware that only starts the wupserver
  21.  
  22. # to boot from this custom firmware, use the CFW Booter elf in HBL
  23. # once booted, you can use another program to connect to and interact with it
  24.  
  25. # in the future, fw.img will contain rednand logic, and this is what you
  26. # would replace on your sd card to boot a dump of your sysnand
  27.  
  28. # see http://pastebin.com/s7e1sceM if you have other issues compiling
  29.  
  30. # to start the wupclient GUI:
  31. Download this:
  32. http://wiiubru.com/appstore/wupclientgui.zip
  33.  
  34. python wupclientgui.py
  35.  
  36. # to start the wupclient command line (advanced users):
  37. cd wupserver
  38. # edit wupclient.py to use your Wii U's IP
  39. python -i wupclient.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement