Editing Remarry Syscon
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 2: | Line 2: | ||
== Introduction == | == Introduction == | ||
The [[Syscon Hardware|System Controller]] | The [[Syscon Hardware|System Controller]] does have different <i>EEPROM</i> regions of which two are the NVS (non-volatile storage) and the SNVS (secure NVS).<br> | ||
If CELL wants to access the SNVS it has to be married to the Syscon. The SNVS holds for example the secure [[Boot_modes#JIG_.2F_Factory_Service_Mode_.2F_manufacturer|product mode]] information, the [[lv0]]/[[Lv1.self|lv1]] hash and the [[Flash:cvtrm|SRK/SRH]].<br> | If CELL wants to access the SNVS it has to be married to the Syscon. The SNVS holds for example the secure [[Boot_modes#JIG_.2F_Factory_Service_Mode_.2F_manufacturer|product mode]] information, the [[lv0]]/[[Lv1.self|lv1]] hash and the [[Flash:cvtrm|SRK/SRH]].<br> | ||
This guide will only cover the perconsole section which holds the pairing information and the SNVS section, not the NVS nor the internal (only by Syscon plain accessible) regions.<br> | This guide will only cover the perconsole section which holds the pairing information and the SNVS section, not the NVS nor the internal (only by Syscon plain accessible) regions.<br> | ||
Line 17: | Line 17: | ||
=== Case #2: The original Syscon SPCR is not available === | === Case #2: The original Syscon SPCR is not available === | ||
<b>The PS3 needs to run a factory (JIG) firmware | <b>The PS3 needs to run a factory (JIG) firmware in order to remarry the Syscon!</b><br> | ||
First blank the complete SPCR with hex <i>FF</i>. | First blank the complete SPCR with hex <i>FF</i>. | ||
Then for the first 0x30 bytes write this: | Then for the first 0x30 bytes write this: | ||
Line 58: | Line 58: | ||
(If it instead prints error <i>800040C</i> please refer to the [[#Explanation|explanation]])<br> | (If it instead prints error <i>800040C</i> please refer to the [[#Explanation|explanation]])<br> | ||
After shutting the console down power it up again which causes the Syscon to be remarried a "2nd" time.<br> | After shutting the console down power it up again which causes the Syscon to be remarried a "2nd" time.<br> | ||
It | It'll produce the same output except that the third line changes from "<i>[INFO]: 2 skip</i>" to "<i>[INFO]: 2...o</i>".<br> | ||
The console will be now in product mode.<br> | The console will be now in product mode.<br> | ||
To complete the remarrying | To complete the remarrying proceduce please install any firmware using the manufacturing updater (launched by <i>lv2diag</i>) and set offset 0x48C07 of the NVS back to <i>FF</i>. | ||
== Explanation == | == Explanation == | ||
The magic bytes | The magic bytes | ||
Line 69: | Line 68: | ||
8F 59 DC E4 35 A8 11 BD 8B EC 4E 95 09 F1 E7 38 | 8F 59 DC E4 35 A8 11 BD 8B EC 4E 95 09 F1 E7 38 | ||
</pre> | </pre> | ||
consist of the ( | consist of the (uninitalized) Syscon status | ||
<pre> | <pre> | ||
00000000000000000000000000000001 | 00000000000000000000000000000001 | ||
Line 82: | Line 81: | ||
The Hypervisor uses the Syscon status to determine if it needs to be remarried. 1 means that it needs to be remarried, 2 means it's already married to CELL.<br> | The Hypervisor uses the Syscon status to determine if it needs to be remarried. 1 means that it needs to be remarried, 2 means it's already married to CELL.<br> | ||
The key saved at offset 0x10 is used to decrypt the second layer of the [[Flash:Encrypted_Individual_Data_-_eEID#EID1|EID1]] stored on the [[Flash|flash]].<br> | The key saved at offset 0x10 is used to decrypt the second layer of the [[Flash:Encrypted_Individual_Data_-_eEID#EID1|EID1]] stored on the [[Flash|flash]].<br> | ||
If this key is wrong, Syscon will return the error <i>800040C</i>. The only time this has been observed is on prototype consoles with a Sherwood Syscon. To fix that problem you need to create your own EID1 using the eid_root_key and patch it into the [[Syscon | If this key is wrong, Syscon will return the error <i>800040C</i>. The only time this has been observed is on prototype consoles with a Sherwood Syscon. To fix that problem you need to create your own EID1 using the eid_root_key and patch it into the [[System Controller Firmware|Syscon firmware]].<br><br> | ||
{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude> | {{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude> |