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 12: | Line 12: | ||
For the NVS regions (and internal regions) please refer to the [[SC EEPROM|EEPROM]] page, this guide will only provide the offsets used by [[Update_Manager|UM]]. | For the NVS regions (and internal regions) please refer to the [[SC EEPROM|EEPROM]] page, this guide will only provide the offsets used by [[Update_Manager|UM]]. | ||
== Case #1: A full dump of the original Syscon SPCR is available == | |||
If this is the case and you're not switching from Mullion to Sherwood or the other way around you can just copy the SPCR. | If this is the case and you're not switching from Mullion to Sherwood or the other way around you can just copy the SPCR. | ||
== 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 56: | Line 55: | ||
[INFO]: sc_init SUCCESS | [INFO]: sc_init SUCCESS | ||
</pre> | </pre> | ||
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><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>. | ||
<br><br> | |||
{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude> | {{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude> |