Advertisement
Guest User

Untitled

a guest
Jan 29th, 2014
675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 iz2jffs-e5.10.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/iz2jffs-e5.10.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.
  43.  
  44. Also the /mnt/ffs/start.sh in some (older?) version of the stock firmware appears to run Zipit2 instead of Zcovery. This results in the zipit booting only to the logo screen. You may want to copy this start.sh to /mnt/ffs/start.sh if your zipit does that.
  45.  
  46. http://prototypeur.free.fr/start.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement