Platform ID: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(18 intermediate revisions by one other user not shown)
Line 6: Line 6:
**'''kiban_id''' is the barcode "printed" in the motherboard
**'''kiban_id''' is the barcode "printed" in the motherboard


== Get the Platform ID ==
== How to get the Platform ID ==
 
=== Apps ===
Syscon Error Log Utility inside the PS3 Advanced Toolset: https://github.com/bucanero/psl1ghtv2_ports/releases (v1.0.1 or later)
 
*How to use:
#Plug a storage device into any USB port
#Install and boot the app... choose the Syscon Error Log function... then the app automatically quits and returns to XMB (there is no display on screen, this is normal)
#A file with the name "sm_error.log" is created on the storage drive
#Open this file in a text editor, take note of the platform id
 
Please report back your platform id by editing this page
 
=== GameOS ===
=== GameOS ===
The [[Platform ID]] can be retrieved from GameOS by using [[LV2_Functions_and_Syscalls| syscall 387]] '''sys_sm_get_system_info'''
The [[Platform ID]] can be retrieved from GameOS by using [[LV2_Functions_and_Syscalls| syscall 387]] '''sys_sm_get_system_info'''
Line 32: Line 44:
On Mullion models this command is only available in the internal mode, Sherwood models need to be patched in order to unlock it.
On Mullion models this command is only available in the internal mode, Sherwood models need to be patched in order to unlock it.


== Examples documented by users ==
== Platform ID locations ==
{| class="wikitable sortable" style="line-height:110%"
 
=== Example from syscon firmware ===
There is a table with the platform ID's of PS3 models inside the [[System Controller Firmware]]
{{boxcodelite|float=left|title=Sample from syscon SW3-302 firmware v2.12.0|code=
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
 
0002A350                                43 6F 6B 31 31 00            Cok11.
0002A360  43 6F 6B 31 32 00 43 6F 6B 31 33 00 43 6F 6B 31  Cok12.Cok13.Cok1
0002A370  34 00 43 6F 6B 42 31 30 00 43 6F 6B 43 31 30 00  4.CokB10.CokC10.
0002A380  43 6F 6B 43 31 31 00 43 6F 6B 43 31 32 00 43 6F  CokC11.CokC12.Co
0002A390  6B 44 31 30 00 43 6F 6B 45 31 30 00 43 6F 6B 46  kD10.CokE10.CokF
0002A3A0  31 30 00 43 6F 6B 47 31 30 00 43 6F 6B 47 31 31  10.CokG10.CokG11
0002A3B0  00 43 6F 6B 48 31 30 00 43 6F 6B 48 31 31 00 43  .CokH10.CokH11.C
0002A3C0  6F 6B 4A 31 33 00 43 6F 6B 4B 31 30 00 43 6F 6B  okJ13.CokK10.Cok
0002A3D0  4D 32 30 00 43 6F 6B 4D 34 30 00 43 6F 6B 4E 31  M20.CokM40.CokN1
0002A3E0  30 00 43 6F 6B 4E 33 30 00 43 6F 6B 4E 31 30 00  0.CokN30.CokN10.
0002A3F0  75 6E 6B 6E 6F 77 6E 00                          unknown.
}}{{clear}}
 
=== Example from decrypted lv0 ===
The first 3 (or 4) letters of the [[Platform ID]] names are located in a table inside lv0, this is an small sample of that table, for more info see: {{talk}}
{{boxcodelite|float=left|code=
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
 
000379C0  47 6E 6F 00 00 00 00 00 43 6F 6B 00 00 00 00 00  Gno.....Cok.....
000379D0  43 79 74 32 00 00 00 00 43 79 74 33 00 00 00 00  Cyt2....Cyt3....
000379E0  53 68 72 00 00 00 00 00 43 79 74 31 00 00 00 00  Shr.....Cyt1....
}}{{clear}}
*Shr = Shreck (0.00)
*Cyt = Cytology (0.30)
*Cok = Cookie (0.30)
*Gno = Gnome (<abbr title="references can be found in the 'try_cpbusy' script inside the CP update for the DECR-1000">2.00</abbr>)
 
== Platform ID lists ==
=== Shreck Series ===
{| class="wikitable sortable" style="line-height:100%; font-size:90%;"
|-
! rowspan="2" | [[SKU Models|PS3 Model]] !! rowspan="2" | [[Motherboard Revisions|Motherboard]] !! colspan="2" | [[Platform ID]] !! rowspan="2" | Speculation !! rowspan="2" | Notes
|-
|-
! [[SKU Models|PS3 Model]] !! [[Motherboard Revisions|Motherboard]] !! platform ID !! Speculation !! Notes
! Hex <small>([[Mullion]])</small> !! Text
|-
|-
| [[DEH-R1000]] || [[TMU-510]] || Cyt2.2 || || Cyt2.2 confirmed for DEH-R1000/TMU-510 <!--// M4j0r //-->
| ? || ? || 0x10 || Shr1.0 || ||  
|-
|-
| [[DEH-R1010]] || [[TMU-510]] || Cyt2.2 || || Cyt2.2 confirmed for DEH-R1010/TMU-510 <!--// M4j0r //-->
| ? || ? || 0x11 || Shr1.1 || ||  
|-
|-
| [[DEH-R1020]] || [[TMU-510]] || Cyt2.2 || || Cyt2.2 confirmed for DEH-R1020/TMU-510 <!--// M4j0r //-->
| ? || ? || 0x12 || Shr1.2 || ||  
|-
|-
| [[DEH-R1030]] || [[TMU-520]] || Cyt3.1 || || Cyt3.1 confirmed for DEH-R1030/TMU-520 <!--// M4j0r //-->
| ? || ? || 0x13 || Shr-4D || ||  
|-
|-
| [[DEH-R1040]] || [[TMU-520]] || Cyt3.2 || || Cyt3.2 confirmed for DEH-R1040/TMU-520 <!--// M4j0r //-->
| ? || ? || 0x14 || Shr1.3 || ||  
|-
|-
| [[DECR-1000]] || [[TMU-520]] || Cyt3.2 || || Cyt3.2 confirmed for DECR-1000/TMU-520 <!--// M4j0r, Strike Venom //-->
| ? || ? || 0x15 || Shr-LC || ||  
|-
|-
| [[DEH-H1001-D]] || [[COOKIE-13]] || || Cok13 ? ||  
| ? || ? || 0x16 || Shr1.4 ||  ||  
|-
|-
| style="padding:0px;" colspan="5" |  
| ? || ? || 0x17 || Shr1.5 ||  ||  
|-
|-
| [[DEH-H1000A-E]] || [[COK-001 (Prototype)]] || Cok14 || || Cok14 confirmed for DEH-H1000A-E http://pastie.org/private/jfry49hxsrbw0v6wr3crpa <!--// M4j0r, Strike Venom //-->
| style="padding:0px;" |  
|-
|-
| [[CECHAxx]] / [[CECHBxx]] || [[COK-001]] || Cok14 || || Cok14 confirmed for CECHAxx?/COK-001 <!--// Zer0Tolerance //--> http://pastie.org/private/m7ha5d7ngaaq6mpn0fnurq
| ? || ? || 0x20 || Shr2.0 |||  
|-
|-
| [[CECHCxx]] / [[CECHExx]] || [[COK-002]] || CokB10 || || CokB10 confirmed for CECHC04/COK-002 <!--// littlebalup //-->
| ? || ? || 0x21 || Shr2.1 ||  ||  
|-
|-
| [[CECHGxx]] || [[SEM-001]] || CokC12 || || <!--// M4j0r, http://www.psdevwiki.com/ps3/index.php?title=Talk:Motherboard_Revisions&diff=13569&oldid=13562 //-->
| ? || ? || 0x22 || Shr2.2 ||  ||  
|-
|-
| [[CECHHxx]] || [[DIA-001]] || CokD10 || || CokD10 confirmed for CECHH04/DIA-001/FW-min:1.97 <!--// littlebalup //-->
| ? || ? || 0x23 || Shr2.3 ||  ||  
|-
|-
| [[CECHJxx]] / [[CECHKxx]] || [[DIA-002]] || CokE10 || || DECHJ00A <!--// M4j0r //-->
| ? || ? || 0x24 || Shr2.4 ||  ||  
|-
|-
| [[CECHLxx]] / [[CECHMxx]] / [[CECHPxx]] / [[CECHQxx]] || [[VER-001]] || CokF10 || || CokF10 confirmed for CECHL00/VER-001 <!--// Ada L0ve Lace, M4j0r //--> and CECHP04/VER-001 <!--// littlebalup //-->
| ? || ? || 0x25 || Shr2.5 ||  ||  
|-
|-
| [[DECR-1400]] || [[DEB-001]] || Deb01 || || Deb01 confirmed for DECR-1400/DEB-001 <!--// Mathieulh //-->
| ? || ? || 0x26 || Shr2.6 ||  ||  
|-
|-
| style="padding:0px;" colspan="5" |  
| style="padding:0px;" |  
|-
|-
| [[CECH-20xx]] || [[DYN-001]] || CokG11 ||  || CokG11 confirmed for CECH-20xx/DYN-001 http://pastie.org/5394300 <!--// eussNL, littlebalup //-->
| ? || ? || 0x30 || Shr3.0 ||  ||  
|-
|-
| [[CECH-21xx]] || [[SUR-001]] || CokH11 || || CECH-2104A (date code 0B). FW-min 3.20
| ? || ? || 0x31 || Shr3.1 ||  ||  
|-
|-
| [[CECH-25xx]] || [[JTP-001]] || CokJ13 || || CokJ13 confirmed for CECH-2504B/JTP-001/datecode:0C <!--// sandungas //-->
| ? || ? || 0x32 || Shr3.2-4 || ||  
|-
|-
| [[CECH-25xx]] || [[JSD-001]] || CokJ20 || || <!--// nikitis //-->CECH-2501A FW-min 3.50 http://pastie.org/8086813 and <!--// confirmed by MikeM64 //-->CECH-2501B FW-min 3.40
| ? || ? || 0x33 || Shr3.2 ||  ||
|-
|-
| [[CECH-30xx]] || [[KTE-001]] || CokK10 || || DECH-3000A <!--// M4j0r //-->
| ? || ? || 0x34 || Shr3.3 ||  ||  
|-
|-
| style="padding:0px;" colspan="5" |
| ? || ? || 0x40 || Shr4.0 ||  ||
|}
 
=== Cytology Series ===
{| class="wikitable sortable" style="line-height:100%; font-size:90%;"
|-
|-
| [[CECH-40xx]]'''B/C''' || [[MSX-001]] (NOR) || CokM20 || || CokM20 confirmed for MSX-001(NOR) <!--// vyktormvmpay25 by UART //-->
! rowspan="2" | [[SKU Models|PS3 Model]] !! rowspan="2" | [[Motherboard Revisions|Motherboard]] !! colspan="2" | [[Platform ID]] !! rowspan="2" | Speculation !! rowspan="2" | Notes
|-
|-
| ? || <abbr title="In theory CokM40 could be a MSX-001 with eMMC flash, but nobody documented its existence>???-???</abbr> ||  || CokM40 ? ||
! Hex <small>([[Mullion]])</small> !! Text
|-
|-
| ? || [[MPX-001]] (NOR) || || CokM10 ? ||  
| ? || ? || 0x20000010 || Cyt1.0 || ||  
|-
|-
| [[CECH-40xx]]'''A''' || [[MPX-001]] (eMMC) || CokM30 || || CokM30 confirmed for CECH-4004A/MPX-001(EMMC)/datecode:2D/FW-min:4.25 <!--// littlebalup, vyktormvmpay25 by UART //-->
| ? || ? || 0x20000011 || Cyt1.1 ||  ||  
|-
|-
| style="padding:0px;" colspan="5" |  
| ? || ? || 0x20000012 || Cyt1.2 ||  ||  
|-
|-
| ? || [[NPX-001]] (NOR) || CokN10 ||  || CokN10 confirmed for NPX-001(NOR) <!--// vyktormvmpay25 by UART //-->
| style="padding:0px;" |  
|-
|-
| ? || [[NPX-001]] (eMMC) || || CokN30 ? ||
| ? || ? || 0x20000020 || Cyt2.0 || ||  
|-
|-
| style="padding:0px;" colspan="5" |  
| ? || ? || 0x20000021 || Cyt2.1 ||  ||  
|-
|-
| ? || [[PPX-001]] (NOR) || || CokP20 ? ||  
| [[DEH-R1000]] || [[TMU-510]] || 0x20000022 || Cyt2.2 || || Cyt2.2 confirmed for DEH-R1000/TMU-510 <!--// M4j0r //-->
|-
|-
| [[CECH-42xx]]'''A''' || [[PPX-001]] (eMMC) || CokP40 ||  || CokP40 confirmed for CECH-4204A/PPX-001(EMMC)/datecode:3C/FW-min:4.50 <!--// littlebalup //-->
| [[DEH-R1010]] || [[TMU-510]] || 0x20000022 || Cyt2.2 ||  || Cyt2.2 confirmed for DEH-R1010/TMU-510 <!--// M4j0r //-->
|-
|-
| [[CECH-42xx]]'''B/C''' || [[PQX-001]] (NOR) || CokP10 ||  || CokP10 confirmed for PQX-001(NOR) <!--// vyktormvmpay25 by UART //-->
| [[DEH-R1020]] || [[TMU-510]] || 0x20000022 || Cyt2.2 ||  || Cyt2.2 confirmed for DEH-R1020/TMU-510 <!--// M4j0r //-->
|-
|-
| [[CECH-42xx]]'''A''' || [[PQX-001]] (eMMC) ||  || CokP30 ? ||  
| style="padding:0px;" |  
|-
|-
| style="padding:0px;" colspan="5" |  
| ? || ? || 0x20000030 || Cyt3.0 ||  ||  
|-
|-
| ? || [[RTX-001]] (NOR) || || CokR10 ? ||  
| [[DEH-R1030]] || [[TMU-520]] || 0x20000031 || Cyt3.1 || || Cyt3.1 confirmed for DEH-R1030/TMU-520 <!--// M4j0r //-->
|-
|-
| [[CECH-43xx]]'''A''' || [[RTX-001]] (eMMC) ? || CokR30 ||  || CokR30 confirmed for CECH-4301A/FW-min:4.60 (motherboard model not reported)
| [[DEH-R1040]] || [[TMU-520]] || 0x20000032 || Cyt3.2 ||  || Cyt3.2 confirmed for DEH-R1040/TMU-520 <!--// M4j0r //-->
|-
|-
| [[CECH-43xx]]'''B/C''' || [[REX-001]] (NOR) || || CokR20 ? ||  
| [[DECR-1000]] || [[TMU-520]] || 0x20000032 || Cyt3.2 || || Cyt3.2 confirmed for DECR-1000/TMU-520 <!--// M4j0r, Strike Venom //-->
|-
|-
| [[CECH-43xx]]'''A''' || [[REX-001]] (eMMC) || cokR40 || || CokR40 confirmed for REX-001(eMMC) <!--// vyktormvmpay25 by UART //-->
| ? || ? || 0x20000033 || Cyt3.3 ||  ||  
|-
|-
| ? || ? || 0x20000034 || Cyt3.4 ||  ||
|}
|}


== Help Request ==
=== Cookie Series ===
Dump platform info (coded by "3141card" as a standalone function for documenting purposes)
{| class="wikitable sortable" style="line-height:100%; font-size:90%;"
|-
! rowspan="2" | [[SKU Models|PS3 Model]] !! rowspan="2" | [[Motherboard Revisions|Motherboard]] !! colspan="3" | [[Platform ID]] !! rowspan="2" | Speculation !! rowspan="2" | Notes
|-
! Hex <small>([[Mullion]])</small> !! Hex <small>([[Sherwood]])</small> !! Text
|-
| ? || ? || 0x10000010 || {{cellcolors|#ffaaaa}} N/A || Cok01 ||  ||
|-
| ? || ? || 0x10000020 || {{cellcolors|#ffaaaa}} N/A || Cok02 ||  ||
|-
| ? || ? || 0x10000030 || {{cellcolors|#ffaaaa}} N/A || Cok03 ||  ||
|-
| ? || ? || 0x10000050 || {{cellcolors|#ffaaaa}} N/A || Cok05 ||  ||
|-
| ? || ? || 0x10000080 || {{cellcolors|#ffaaaa}} N/A || Cok08 ||  ||
|-
| style="padding:0px;" |
|-
| ? || ? || 0x100000B0 || 0x01 || Cok11 ||  ||
|-
| ? || ? || 0x100000C0 || 0x02 || Cok12 ||  ||
|-
| [[DEH-H1001-D]] || [[COOKIE-13]] ||  ||  ||  || 0x100000D0 ? / 0x03 ? / Cok13 ? ||
|-
| [[DEH-H1000A-E]] || [[COK-001 (Prototype)|COK-001<small>(Proto)</small>]] || 0x100000E0 || 0x04 || Cok14 || || Cok14 confirmed for DEH-H1000A-E [http://pastie.org/private/jfry49hxsrbw0v6wr3crpa 1]<!--// M4j0r, Strike Venom //-->
|-
| style="padding:0px;" |
|-
| [[CECHAxx]]<br>[[CECHBxx]] || [[COK-001]] || 0x100000E0 || 0x04 || Cok14 || || Cok14 confirmed for CECHAxx?/COK-001 <!--// Zer0Tolerance //--> [http://pastie.org/private/m7ha5d7ngaaq6mpn0fnurq 1]
|-
| [[CECHCxx]]<br>[[CECHExx]] || [[COK-002]] || 0x10000100 || 0x10 || CokB10 || || CokB10 confirmed for CECHC04/COK-002 <!--// littlebalup //-->
|-
| ? || ? || 0x10000200 || 0x20 || CokC10 || <strike>[[GECR-1100]] COK-002 ?</strike> ||
|-
| ? || ? || 0x10000201 || 0x21 || CokC11 ||  ||
|-
| [[CECHGxx]] || [[SEM-001]] || 0x10000202 || 0x22 || CokC12 || || <!--// M4j0r, http://www.psdevwiki.com/ps3/index.php?title=Talk:Motherboard_Revisions&diff=13569&oldid=13562 //-->
|-
| [[CECHHxx]] || [[DIA-001]] || 0x10000300 || 0x30 || CokD10 || || CokD10 confirmed for CECHH04/DIA-001/FW-min:1.97 <!--// littlebalup //-->
|-
| [[CECHJxx]]<br>[[CECHKxx]] || [[DIA-002]] || 0x10000301 || 0x40 || CokE10 || || DECHJ00A <!--// M4j0r //-->
|-
| [[DECR-1400]] || [[DEB-001]] || 0x10000301 || 0x40 || Deb01 || || Deb01 confirmed for DECR-1400/DEB-001 <!--// Mathieulh //-->
|-
| style="padding:0px;" |
|-
| [[CECHLxx]]<br>[[CECHMxx]]<br>[[CECHPxx]]<br>[[CECHQxx]] || [[VER-001]] || {{cellcolors|#ffaaaa}} N/A || 0x50 || CokF10 || || CokF10 confirmed for CECHL00/VER-001 <!--// Ada L0ve Lace, M4j0r //--> and CECHP04/VER-001 <!--// littlebalup //-->
|-
| ? || ? || {{cellcolors|#ffaaaa}} N/A || 0x60 || CokG10 || <strike>[[GECR-1500]] VER-001 ?</strike> ||
|-
| [[CECH-20xx]] || [[DYN-001]] || {{cellcolors|#ffaaaa}} N/A || 0x61 || CokG11 ||  || CokG11 confirmed for CECH-20xx/DYN-001 [http://pastie.org/5394300 1]<!--// eussNL, littlebalup //-->
|-
| ? || ? || {{cellcolors|#ffaaaa}} N/A || 0x70 || CokH10 || <strike>[[GECR-2500]] JTP-001/JSD-001 ?</strike> ||
|-
| [[CECH-21xx]] || [[SUR-001]] || {{cellcolors|#ffaaaa}} N/A || 0x71 || CokH11 || || CECH-2104A (date code 0B). FW-min 3.20
|-
| [[CECH-25xx]] || [[JTP-001]] || {{cellcolors|#ffaaaa}} N/A || 0x80 || CokJ13 || || CokJ13 confirmed for CECH-2504B/JTP-001/datecode:0C <!--// sandungas //-->
|-
| [[CECH-25xx]] || [[JSD-001]] || {{cellcolors|#ffaaaa}} N/A || 0x80 || CokJ20 || || <!--// nikitis //-->CECH-2501A FW-min 3.50  [http://pastie.org/8086813 1] and <!--// confirmed by MikeM64 //-->CECH-2501B FW-min 3.40
|-
| [[CECH-30xx]] || [[KTE-001]] || {{cellcolors|#ffaaaa}} N/A || 0x90 || CokK10 || || DECH-3000A <!--// M4j0r //-->
|-
| style="padding:0px;" |
|-
| [[CECH-40xx]]'''B/C''' || [[MSX-001]] (NOR) || {{cellcolors|#ffaaaa}} N/A || 0xB0 || CokM20 || || CokM20 confirmed for MSX-001(NOR) <!--// vyktormvmpay25 by UART //-->
|-
| ? || <abbr title="In theory CokM40 could be a MSX-001 with eMMC flash, but nobody documented its existence>???-???</abbr> || {{cellcolors|#ffaaaa}} N/A ||  ||  || 0xB8 ? / CokM40 ? ||
|-
| ? || [[MPX-001]] (NOR) || {{cellcolors|#ffaaaa}} N/A ||  ||  || 0xB0 ? / CokM10 ? ||
|-
| [[CECH-40xx]]'''A''' || [[MPX-001]] (eMMC) || {{cellcolors|#ffaaaa}} N/A || 0xB8 || CokM30 || || CokM30 confirmed for CECH-4004A/MPX-001(EMMC)/datecode:2D/FW-min:4.25 <!--// littlebalup, vyktormvmpay25 by UART //-->
|-
| style="padding:0px;" |
|-
| ? || [[NPX-001]] (NOR) || {{cellcolors|#ffaaaa}} N/A || 0xA0 || CokN10 ||  || CokN10 confirmed for NPX-001(NOR) <!--// vyktormvmpay25 by UART //-->
|-
| ? || [[NPX-001]] (eMMC) || {{cellcolors|#ffaaaa}} N/A ||  ||  || 0xA8 ? / CokN30 ? ||
|-
| ? || ? || {{cellcolors|#ffaaaa}} N/A || 0xA0 || CokN20 ||  ||
|-
| ? || ? || {{cellcolors|#ffaaaa}} N/A || 0xA8 || CokN40 ||  ||
|-
| style="padding:0px;" |
|-
| ? || [[PPX-001]] (NOR) || {{cellcolors|#ffaaaa}} N/A ||  ||  || 0xC0 ? / CokP20 ? ||
|-
| [[CECH-42xx]]'''A''' || [[PPX-001]] (eMMC) || {{cellcolors|#ffaaaa}} N/A || 0xC8 || CokP40 ||  || CokP40 confirmed for CECH-4204A/PPX-001(EMMC)/datecode:3C/FW-min:4.50 <!--// littlebalup //-->
|-
| [[CECH-42xx]]'''B/C''' || [[PQX-001]] (NOR) || {{cellcolors|#ffaaaa}} N/A || 0xC0 || CokP10 ||  || CokP10 confirmed for PQX-001(NOR) <!--// vyktormvmpay25 by UART //-->
|-
| [[CECH-42xx]]'''A''' || [[PQX-001]] (eMMC) || {{cellcolors|#ffaaaa}} N/A ||  ||  || 0xC8 ? / CokP30 ? ||
|-
| style="padding:0px;" |
|-
| ? || [[RTX-001]] (NOR) || {{cellcolors|#ffaaaa}} N/A ||  ||  || 0xD0 ? / CokR10 ? ||
|-
| [[CECH-43xx]]'''A''' || [[RTX-001]] (eMMC) ? || {{cellcolors|#ffaaaa}} N/A || 0xD8 || CokR30 ||  || CokR30 confirmed for CECH-4301A/FW-min:4.60 (motherboard model not reported)
|-
| [[CECH-43xx]]'''B/C''' || [[REX-001]] (NOR) || {{cellcolors|#ffaaaa}} N/A ||  ||  || 0xD0 ? / CokR20 ? ||
|-
| [[CECH-43xx]]'''A''' || [[REX-001]] (eMMC) || {{cellcolors|#ffaaaa}} N/A || 0xD8 || cokR40 || || CokR40 confirmed for REX-001(eMMC) <!--// vyktormvmpay25 by UART //-->
|}


http://www.mediafire.com/?xdqi5j27w3tg0c1
=== Gnome Series ===
 
Probably the [https://en.wikipedia.org/wiki/Zego Zego BCU-100]
*How to use:
#Plug a storage device in usb0 (USB port closer to the Bluray drive)
#Install and boot the app... then the PS3 beeps 3 times... then the app automatically quits and returns to XMB (there is no display on screen, this is normal)
#A file with the name "platform_info.bin" is created in usb0
#Open this file in a hex editor, take note of the '''Cok***''' (can be readed in ASCII in the hex editor)
 
Please report back your values by editing this page
 
==Example from decrypted lv0==
The first 3 (or 4) letters of the [[Platform ID]] names are located in a table inside lv0, this is an small sample of that table, for more info see: {{talk}}
{{boxcodelite|float=left|code=
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
 
000379C0  47 6E 6F 00 00 00 00 00 43 6F 6B 00 00 00 00 00  Gno.....Cok.....
000379D0  43 79 74 32 00 00 00 00 43 79 74 33 00 00 00 00  Cyt2....Cyt3....
000379E0  53 68 72 00 00 00 00 00 43 79 74 31 00 00 00 00  Shr.....Cyt1....
}}{{clear}}
*Shr = Shreck (0.00)
*Cyt = Cytology (0.30)
*Cok = Cookie (0.30)
*Gno = Gnome. Probably the Zego BCU-100, references can be found in the 'try_cpbusy' script inside the CP update for the DECR-1000 (2.00)
 
==Example from syscon firmware==
There is another table with the platform ID's of PS3 models inside the [[System Controller Firmware]]
{{boxcodelite|float=left|title=Sample from syscon SW3-302 firmware v2.12.0|code=
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
 
0002A350                                43 6F 6B 31 31 00            Cok11.
0002A360  43 6F 6B 31 32 00 43 6F 6B 31 33 00 43 6F 6B 31  Cok12.Cok13.Cok1
0002A370  34 00 43 6F 6B 42 31 30 00 43 6F 6B 43 31 30 00  4.CokB10.CokC10.
0002A380  43 6F 6B 43 31 31 00 43 6F 6B 43 31 32 00 43 6F  CokC11.CokC12.Co
0002A390  6B 44 31 30 00 43 6F 6B 45 31 30 00 43 6F 6B 46  kD10.CokE10.CokF
0002A3A0  31 30 00 43 6F 6B 47 31 30 00 43 6F 6B 47 31 31  10.CokG10.CokG11
0002A3B0  00 43 6F 6B 48 31 30 00 43 6F 6B 48 31 31 00 43  .CokH10.CokH11.C
0002A3C0  6F 6B 4A 31 33 00 43 6F 6B 4B 31 30 00 43 6F 6B  okJ13.CokK10.Cok
0002A3D0  4D 32 30 00 43 6F 6B 4D 34 30 00 43 6F 6B 4E 31  M20.CokM40.CokN1
0002A3E0  30 00 43 6F 6B 4E 33 30 00 43 6F 6B 4E 31 30 00  0.CokN30.CokN10.
0002A3F0  75 6E 6B 6E 6F 77 6E 00                          unknown.
}}{{clear}}


{{Development}}
{{Development}}
<noinclude>[[Category:Main]]</noinclude>
<noinclude>[[Category:Main]]</noinclude>

Revision as of 17:43, 24 October 2021

Description

Platform ID (or plat.id / HW id) is a hardware identifyer that indicates the target hardware revision

  • The Platform ID name includes the Chassis Type letter. See also: Prototypes
  • Dont confuse the Platform ID with other motherboard identifyers located in cISD1 section as:
    • board_id is the serial number "printed" in the motherboard. In PS3's from euro region (only) the board_id is included in the "PS3 serial" printed in a white sticker (e.g. 27430423)
    • kiban_id is the barcode "printed" in the motherboard

How to get the Platform ID

Apps

Syscon Error Log Utility inside the PS3 Advanced Toolset: https://github.com/bucanero/psl1ghtv2_ports/releases (v1.0.1 or later)

  • How to use:
  1. Plug a storage device into any USB port
  2. Install and boot the app... choose the Syscon Error Log function... then the app automatically quits and returns to XMB (there is no display on screen, this is normal)
  3. A file with the name "sm_error.log" is created on the storage drive
  4. Open this file in a text editor, take note of the platform id

Please report back your platform id by editing this page

GameOS

The Platform ID can be retrieved from GameOS by using syscall 387 sys_sm_get_system_info

#include <ppu-lv2.h>
s32 lv2_get_platform_info(uint8_t platform_info[0x18]){
	lv2syscall1(387, (uint64_t) info);
	return_to_user_prog(s32);
	}

This is what you could get:

0305500000000040436f6b42313000000000b5ed00100000

Where

  • 0x030550 is the PS3 firmware version, also if spoofed to another FW
  • 0x40436f6b423130 converted to ascii is @CokB10 and that is the Platform ID
    • Since COK-002 motherboard the fourth letter of the Platform ID indicates the chassis, e.g. "CokB10" is Chassis Type = B
  • 0xb5ed is the Build Number also if spoofed to another FW

Syscon UART

You can also get the Platform ID using the hversion command over the Syscon serial interface.
On Mullion models this command is only available in the internal mode, Sherwood models need to be patched in order to unlock it.

Platform ID locations

Example from syscon firmware

There is a table with the platform ID's of PS3 models inside the System Controller Firmware

Sample from syscon SW3-302 firmware v2.12.0
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F

0002A350                                43 6F 6B 31 31 00            Cok11.
0002A360  43 6F 6B 31 32 00 43 6F 6B 31 33 00 43 6F 6B 31  Cok12.Cok13.Cok1
0002A370  34 00 43 6F 6B 42 31 30 00 43 6F 6B 43 31 30 00  4.CokB10.CokC10.
0002A380  43 6F 6B 43 31 31 00 43 6F 6B 43 31 32 00 43 6F  CokC11.CokC12.Co
0002A390  6B 44 31 30 00 43 6F 6B 45 31 30 00 43 6F 6B 46  kD10.CokE10.CokF
0002A3A0  31 30 00 43 6F 6B 47 31 30 00 43 6F 6B 47 31 31  10.CokG10.CokG11
0002A3B0  00 43 6F 6B 48 31 30 00 43 6F 6B 48 31 31 00 43  .CokH10.CokH11.C
0002A3C0  6F 6B 4A 31 33 00 43 6F 6B 4B 31 30 00 43 6F 6B  okJ13.CokK10.Cok
0002A3D0  4D 32 30 00 43 6F 6B 4D 34 30 00 43 6F 6B 4E 31  M20.CokM40.CokN1
0002A3E0  30 00 43 6F 6B 4E 33 30 00 43 6F 6B 4E 31 30 00  0.CokN30.CokN10.
0002A3F0  75 6E 6B 6E 6F 77 6E 00                          unknown.

Example from decrypted lv0

The first 3 (or 4) letters of the Platform ID names are located in a table inside lv0, this is an small sample of that table, for more info see: Discussion

Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F

000379C0  47 6E 6F 00 00 00 00 00 43 6F 6B 00 00 00 00 00  Gno.....Cok.....
000379D0  43 79 74 32 00 00 00 00 43 79 74 33 00 00 00 00  Cyt2....Cyt3....
000379E0  53 68 72 00 00 00 00 00 43 79 74 31 00 00 00 00  Shr.....Cyt1....
  • Shr = Shreck (0.00)
  • Cyt = Cytology (0.30)
  • Cok = Cookie (0.30)
  • Gno = Gnome (2.00)

Platform ID lists

Shreck Series

PS3 Model Motherboard Platform ID Speculation Notes
Hex (Mullion) Text
? ? 0x10 Shr1.0
? ? 0x11 Shr1.1
? ? 0x12 Shr1.2
? ? 0x13 Shr-4D
? ? 0x14 Shr1.3
? ? 0x15 Shr-LC
? ? 0x16 Shr1.4
? ? 0x17 Shr1.5
? ? 0x20 Shr2.0
? ? 0x21 Shr2.1
? ? 0x22 Shr2.2
? ? 0x23 Shr2.3
? ? 0x24 Shr2.4
? ? 0x25 Shr2.5
? ? 0x26 Shr2.6
? ? 0x30 Shr3.0
? ? 0x31 Shr3.1
? ? 0x32 Shr3.2-4
? ? 0x33 Shr3.2
? ? 0x34 Shr3.3
? ? 0x40 Shr4.0

Cytology Series

PS3 Model Motherboard Platform ID Speculation Notes
Hex (Mullion) Text
? ? 0x20000010 Cyt1.0
? ? 0x20000011 Cyt1.1
? ? 0x20000012 Cyt1.2
? ? 0x20000020 Cyt2.0
? ? 0x20000021 Cyt2.1
DEH-R1000 TMU-510 0x20000022 Cyt2.2 Cyt2.2 confirmed for DEH-R1000/TMU-510
DEH-R1010 TMU-510 0x20000022 Cyt2.2 Cyt2.2 confirmed for DEH-R1010/TMU-510
DEH-R1020 TMU-510 0x20000022 Cyt2.2 Cyt2.2 confirmed for DEH-R1020/TMU-510
? ? 0x20000030 Cyt3.0
DEH-R1030 TMU-520 0x20000031 Cyt3.1 Cyt3.1 confirmed for DEH-R1030/TMU-520
DEH-R1040 TMU-520 0x20000032 Cyt3.2 Cyt3.2 confirmed for DEH-R1040/TMU-520
DECR-1000 TMU-520 0x20000032 Cyt3.2 Cyt3.2 confirmed for DECR-1000/TMU-520
? ? 0x20000033 Cyt3.3
? ? 0x20000034 Cyt3.4

Cookie Series

PS3 Model Motherboard Platform ID Speculation Notes
Hex (Mullion) Hex (Sherwood) Text
? ? 0x10000010 N/A Cok01
? ? 0x10000020 N/A Cok02
? ? 0x10000030 N/A Cok03
? ? 0x10000050 N/A Cok05
? ? 0x10000080 N/A Cok08
? ? 0x100000B0 0x01 Cok11
? ? 0x100000C0 0x02 Cok12
DEH-H1001-D COOKIE-13 0x100000D0 ? / 0x03 ? / Cok13 ?
DEH-H1000A-E COK-001(Proto) 0x100000E0 0x04 Cok14 Cok14 confirmed for DEH-H1000A-E 1
CECHAxx
CECHBxx
COK-001 0x100000E0 0x04 Cok14 Cok14 confirmed for CECHAxx?/COK-001 1
CECHCxx
CECHExx
COK-002 0x10000100 0x10 CokB10 CokB10 confirmed for CECHC04/COK-002
? ? 0x10000200 0x20 CokC10 GECR-1100 COK-002 ?
? ? 0x10000201 0x21 CokC11
CECHGxx SEM-001 0x10000202 0x22 CokC12
CECHHxx DIA-001 0x10000300 0x30 CokD10 CokD10 confirmed for CECHH04/DIA-001/FW-min:1.97
CECHJxx
CECHKxx
DIA-002 0x10000301 0x40 CokE10 DECHJ00A
DECR-1400 DEB-001 0x10000301 0x40 Deb01 Deb01 confirmed for DECR-1400/DEB-001
CECHLxx
CECHMxx
CECHPxx
CECHQxx
VER-001 N/A 0x50 CokF10 CokF10 confirmed for CECHL00/VER-001 and CECHP04/VER-001
? ? N/A 0x60 CokG10 GECR-1500 VER-001 ?
CECH-20xx DYN-001 N/A 0x61 CokG11 CokG11 confirmed for CECH-20xx/DYN-001 1
? ? N/A 0x70 CokH10 GECR-2500 JTP-001/JSD-001 ?
CECH-21xx SUR-001 N/A 0x71 CokH11 CECH-2104A (date code 0B). FW-min 3.20
CECH-25xx JTP-001 N/A 0x80 CokJ13 CokJ13 confirmed for CECH-2504B/JTP-001/datecode:0C
CECH-25xx JSD-001 N/A 0x80 CokJ20 CECH-2501A FW-min 3.50 1 and CECH-2501B FW-min 3.40
CECH-30xx KTE-001 N/A 0x90 CokK10 DECH-3000A
CECH-40xxB/C MSX-001 (NOR) N/A 0xB0 CokM20 CokM20 confirmed for MSX-001(NOR)
? ???-??? N/A 0xB8 ? / CokM40 ?
? MPX-001 (NOR) N/A 0xB0 ? / CokM10 ?
CECH-40xxA MPX-001 (eMMC) N/A 0xB8 CokM30 CokM30 confirmed for CECH-4004A/MPX-001(EMMC)/datecode:2D/FW-min:4.25
? NPX-001 (NOR) N/A 0xA0 CokN10 CokN10 confirmed for NPX-001(NOR)
? NPX-001 (eMMC) N/A 0xA8 ? / CokN30 ?
? ? N/A 0xA0 CokN20
? ? N/A 0xA8 CokN40
? PPX-001 (NOR) N/A 0xC0 ? / CokP20 ?
CECH-42xxA PPX-001 (eMMC) N/A 0xC8 CokP40 CokP40 confirmed for CECH-4204A/PPX-001(EMMC)/datecode:3C/FW-min:4.50
CECH-42xxB/C PQX-001 (NOR) N/A 0xC0 CokP10 CokP10 confirmed for PQX-001(NOR)
CECH-42xxA PQX-001 (eMMC) N/A 0xC8 ? / CokP30 ?
? RTX-001 (NOR) N/A 0xD0 ? / CokR10 ?
CECH-43xxA RTX-001 (eMMC) ? N/A 0xD8 CokR30 CokR30 confirmed for CECH-4301A/FW-min:4.60 (motherboard model not reported)
CECH-43xxB/C REX-001 (NOR) N/A 0xD0 ? / CokR20 ?
CECH-43xxA REX-001 (eMMC) N/A 0xD8 cokR40 CokR40 confirmed for REX-001(eMMC)

Gnome Series

Probably the Zego BCU-100