Advertisement
iAqua

linux rednand guide

Nov 1st, 2016
1,275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. # Nand dump + rednand
  2. # requirements:
  3. # 16gb SD for 8gb console or
  4. # 64gb SD for 32gb console
  5. # A bigger card will work for both too, doesn't have to be exact
  6.  
  7. # Download FIX94's iosuhax (has useful build scripts)
  8. git clone https://github.com/FIX94/iosuhax.git fix94iosuhax
  9.  
  10. # Download dimok's iosuhax (has fw.img for dumper/rednand)
  11. git clone https://github.com/dimok789/iosuhax.git dimokiosu
  12.  
  13. cd dimokiosu/
  14.  
  15. # Copy over the fw downloading script
  16. mkdir bin
  17. cp ../fix94iosuhax/bin/getfwimg.py bin
  18.  
  19. # Copy over the section downloading script
  20. mkdir sections
  21. cp ../fix94iosuhax/sections/gensections.py sections
  22.  
  23. # Edit the two keys and IV in bin/getfwimg.py (top of file)
  24. # Edit in the key if not already there in scripts/anpack.py (line 163)
  25.  
  26. # run the python stock fw.img downloader
  27. cd bin
  28. python getfwimg.py
  29.  
  30. # generate the sections
  31. cd ../sections/
  32. python gensections.py
  33.  
  34. # Compile the dumper/rednand fw.img
  35. cd ..
  36. make
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement