wiiubru

Building iosuhax (any os)

Nov 17th, 2016
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Building iosuhax fw.img's
  2. Windows users may prefer this guide https://gbatemp.net/threads/building-iosuhax-on-windows.447023/ but the instructions below should also apply
  3.  
  4. Requirements:
  5. - armips
  6. - python
  7. - make
  8. - your otp.bin (see otp2sd: http://wiiubru.com/appstore/#/app/otp2sd )
  9.  
  10. # clone or download dimok's repo
  11. # you can use git or download from the web interface: https://github.com/dimok789/iosuhax
  12. git clone [email protected]:dimok789/iosuhax.git
  13.  
  14. # You should have the iosuhax folder now
  15. # Put your otp.bin from your Wii U at the same level as the iosuhax folder (not inside)
  16.  
  17. # go into the iosuhax folder
  18. cd iosuhax
  19.  
  20. # if you want wupserver only
  21. make cfw
  22.  
  23. # if you want rednand/nand dumper
  24. make redNAND
  25.  
  26. # either of those two commands above should make a "fw.img" inside the iosuhax folder
Advertisement
Add Comment
Please, Sign In to add comment