Editing Talk:Non Volatile Storage
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: | ||
= Findings from Kernel by Z80 = | = Findings from Kernel by Z80 = | ||
Line 166: | Line 137: | ||
if ( sceSblGetEAPInternalPartitionKey(&enc_eap_key_, &eap_key_) ) | if ( sceSblGetEAPInternalPartitionKey(&enc_eap_key_, &eap_key_) ) | ||
</source> | </source> | ||
= NVS Bank 2 = | |||
Bank 2 is probably a backup bank. It is accessed by sub_FFFFFFFF827D2F50:qafutkn ??? icc_nvs_read(1LL, 4uLL, 0x0a00LL, 0x190uLL, &data_ptr); | |||
The whole NVS is accesible via /dev/sflash0s0x34 and its size is probably 49152 bytes. | |||
= From EMC = | = From EMC = | ||
Line 177: | Line 154: | ||
storage_part5_desc struc_142370 <5, 0x4800, 0x1C8800, 0x800, 1, 0, 0, 0> | storage_part5_desc struc_142370 <5, 0x4800, 0x1C8800, 0x800, 1, 0, 0, 0> | ||
storage_part6_desc struc_142370 <6, 0x5000, 0x1C9000, 0x3000, 1, 0, 0, 0> | storage_part6_desc struc_142370 <6, 0x5000, 0x1C9000, 0x3000, 1, 0, 0, 0> | ||
</pre> | |||
= Some samples = | |||
== hw_info == | |||
<pre> | |||
00TS4DB00K2180050 | |||
</pre> | |||
== hw_model == | |||
<pre> | |||
DUT-DBW00JK-S0 | |||
</pre> | </pre> |