Advertisement
Guest User

gmu-gmenu2x-jffs install instructions

a guest
Mar 15th, 2012
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Obtain a FAT formatted mini SD card.
  2. I don't think it matters if it's fat16 or fat32, but 2GB or less is best.
  3. Obtain IZ2S205beta-enhanced-020410.zip from here:
  4. http://russelldavis.org/2010/10/21/proper-release-of-iz2s-enhanced/
  5. Unzip the IZ2S zip file onto to the root of the mini SD card.
  6. Copy gmu-gmenu2x-jffs.tgz to the root of the mini SD card.
  7.  
  8. Boot IZ2S:
  9. Skip the wifi setup.
  10. If first time running IZ2S wait for it to generate keys.
  11.  
  12. At command prompt type:
  13. cd /mnt/ffs
  14. mkdir /mnt/sd0/backup
  15. cp -R * /mnt/sd0/backup/
  16. sync
  17. sync
  18. rm *.arl
  19. rm *.xml
  20. rm -rf wpa_supplicant
  21. rm *.jpg
  22. rm Z*
  23. sync
  24. sync
  25. ls
  26.  
  27. You should have only properties.txt and start.sh left.
  28.  
  29. /mnt/sd0/bin/busybox tar -xzvf /mnt/sd0/gmu-gmenu2x-jffs.tgz
  30. sync
  31. sync
  32. df -h
  33. poweroff
  34.  
  35. Wait for screen to go black.
  36. Remove IZ2S sd card.
  37. Press the green button.
  38. Answer questions until you get a command prompt. Then type:
  39.  
  40. gmenu
  41.  
  42. For some reason i didn't get connected with wifi the first time, but it did connect after a reboot. I'm keeping an eye on that.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement