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= | ||
=Tools= | =Tools= | ||
=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 | * First 14 bytes are SHA1 hash of DRL. Then follow 14 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 31: | Line 21: | ||
<pre> | <pre> | ||
sudo ./ps3dm -l 0x0 -p 0x1070000034000001 vtrm store_with_update | sudo ./ps3dm -l 0x0 -p 0x1070000034000001 vtrm store_with_update 9f0652bc6162a240362f90f1b2e5405bc82ee50296791f41f9a76f4d895dd5820db108ec03d19250 | ||
</pre> | </pre> | ||