Editing Fixing DRL and CRL Hashes
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
* It's a small | * It's a small guide how to fix your DRL/CRL issues. | ||
=Tools= | =Tools= | ||
ps3vuart-tools: http://gitorious.ps3dev.net/ps3linux/ps3vuart-tools | ps3vuart-tools: http://gitorious.ps3dev.net/ps3linux/ps3vuart-tools | ||
Line 12: | Line 9: | ||
=DRL and CRL Hashes= | =DRL and CRL Hashes= | ||
* DRL and CRL SHA1 hashes are | * DRL and CRL SHA1 hashes are store in VTRM FLASH region. | ||
* First 20 bytes are SHA1 hash of DRL. Then | * First 20 bytes are SHA1 hash of DRL. Then follow 20 bytes SHA1 hash of CRL. | ||
Read current DRL and CRL SHA1 hashes from FLASH using VTRM service: | Read current DRL and CRL SHA1 hashes from FLASH using VTRM service: | ||
Line 44: | Line 38: | ||
<pre> | <pre> | ||
sudo mount /dev/ | sudo mount /dev/ps3flashe /mnt | ||
sha1sum /mnt/data-revoke/drl/DRL1 | sha1sum /mnt/data-revoke/drl/DRL1 | ||
Line 55: | Line 49: | ||
=Test= | =Test= | ||
* I intentionally wrote wrong DRL and CRL hashes with VTRM service | * I intentionally wrote wrong DRL and CRL hashes with VTRM service store_and_update. | ||
* After that i couldn't play my BD movies on GameOS. | * After that i couldn't play my BD movies on GameOS. | ||
* Then i wrote correct | * Then i wrote correct flashes again and BD playback is working again :) | ||