IDPS: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
(erased duplicated types (relinked to SKU_Models page))
Line 7: Line 7:
00000000  00 00 00 01 00 89 00 0B 14 00 EF DD CA 25 52 66  .....‰....ïÝÊ%Rf
00000000  00 00 00 01 00 89 00 0B 14 00 EF DD CA 25 52 66  .....‰....ïÝÊ%Rf
                         ^^    ^^
                         ^^    ^^
                 Target ID      Motherboard Revision
                 Target ID      PS3 Model type
</pre>
</pre>
6th byte represents your [[Target ID]]
6th byte represents your [[Target ID]]


8th byte represents your [[Motherboard_Revisions]] // possible sku model
8th byte represents your [[SKU_Models|PS3 Model]]
*0x01 = CECHA (60GB Full PS2) - COK-001 + Memcard Daughterboard
*0x02 = CECHB (20GB Full PS2) - COK-001
*0x03 = CECHC (60GB Partial PS2) - COK-002 + Memcard Daughterboard
*0x04 = CECHE (80GB Partial PS2) - COK-002W + Memcard Daughterboard
*0x05 = CECHG (40GB No PS2) - SEM-001
*0x06 = CECHH (40GB No PS2) - DIA-001
*0x07 = CECHJ / CECHK (40GB/80GB No PS2) - DIA-002
*0x08 = CECHL / CECHM / CECHP / CECHQ (80GB/160GB No PS2) - VER-001
*0x09 = CECH20A / CECH20B (120GB/250GB Slim) - DYN-001
*0x0A = CECH21A / CECH21B (120GB/250GB Slim) - SUR-001
*0x0B = CECH25A / CECH25B (160GB/320GB Slim) - JTP-001/JSD-001
*0x0C = CECH30A / CECH30B (160GB/320GB Slim) - KTE-001
 


The IDPS can be found in EID0 and EID5, see [http://ps3devwiki.com/index.php?title=Flash#EID0_-_Section_0 Flash] (NAND @ 0x80870 / NOR @ 0x2F070) or under setting information on MultiMan.
The IDPS can be found in EID0 and EID5, see [http://ps3devwiki.com/index.php?title=Flash#EID0_-_Section_0 Flash] (NAND @ 0x80870 / NOR @ 0x2F070) or under setting information on MultiMan.

Revision as of 17:40, 9 November 2012

The IDPS is a 16 byte value that contains console specific information. Exactly what information this stores is not completely known.

Structure

00000000  00 00 00 01 00 89 00 0B 14 00 EF DD CA 25 52 66  .....‰....ïÝÊ%Rf
                         ^^    ^^
                 Target ID      PS3 Model type

6th byte represents your Target ID

8th byte represents your PS3 Model

The IDPS can be found in EID0 and EID5, see Flash (NAND @ 0x80870 / NOR @ 0x2F070) or under setting information on MultiMan.