Single post: Clubul Xbox

  1. #119 SP
    Senior Member cashonly's Avatar
    Daca ai un Xbox modat soft si ti s-a stricat HDD-ul, poti recupera cheia din EEPROM pentru a incuia cu ea alt HDD si sa-l pui in consola.
    Chiar daca nu ai consola softmodata si ti se strica HDD-ul cu aceeasi metoda instalezi si incui un nou HDD.

    Cum poti face asta? folosind un RASPBERRI PI si DOUA fire:

    Metoda a fost testata aici: The Iso Zone Forums • View topic - Solderless two wire EEPROM restore with Rapsberry Pi

    - Enabled i2c using "raspi-config"
    - Installed "python-smbus" and "i2c-tools"
    - Compiled and installed bcm2835
    - Compiled PiPROM
    - Powered everything off
    - connected PI to XBOX using USB adpater and connected SDA and SCL wires to the XBOX and PI
    - Powered on XBOX and waited until PI had booted
    - Ran "i2cdetect -y 1" and confirmed that PI detected my XBOX
    - Read corrupted EEPROM by using "PiPROM -r ./corrupted.bin" (out of curiosity, half of it was full of zeroes, propably I did just not know how ConfigMacic should be used)
    - Wrote backup by using "PiPROM -w ./EEPROMBackup.bin"
    Attached Images Attached Images piprom.jpg