Editing Platform ID
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: | ||
== Description == | == Description == | ||
Platform ID (or plat. | Platform ID (or plat.id) is a hardware identifyer... | ||
*Dont confuse | *Dont confuse with other motherboard identifyers in [[Flash:Individual_System_Data_-_cISD#cISD1|cISD1]] section as: | ||
**'''board_id''' is the serial number "printed" in the motherboard. In PS3's from euro region | **'''board_id''' is the serial number "printed" in the motherboard. In PS3's from euro region this same number is part of "PS3 serial" in the white sticker (e.g. SERIAL: xx-'''12345678'''-xxxxxx-CECH-xxxxX [http://www.ps3devwiki.com/wiki/File:Console-sticker-FAT-back.png]). USA and other regions does not list it | ||
**'''kiban_id''' is the barcode "printed" in the motherboard | **'''kiban_id''' is the barcode "printed" in the motherboard | ||
== | == LV2 syscall: Get OS Version, Platform ID, and Build Number == | ||
== | |||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
#include <ppu-lv2.h> | #include <ppu-lv2.h> | ||
s32 lv2_get_platform_info(uint8_t platform_info[0x18]){ | s32 lv2_get_platform_info(uint8_t platform_info[0x18]){ | ||
lv2syscall1(387, (uint64_t) info); | lv2syscall1(387, (uint64_t) info); | ||
return_to_user_prog(s32); | return_to_user_prog(s32); | ||
} | |||
</syntaxhighlight> | </syntaxhighlight> | ||
this is what you could get: | |||
<pre> | <pre> | ||
0305500000000040436f6b42313000000000b5ed00100000 | 0305500000000040436f6b42313000000000b5ed00100000 | ||
</pre> | </pre> | ||
where | |||
*''0x030550'' is the | *''0x030550'' is the '''PS3 version''' also if spoofed to another FW | ||
*''0x40436f6b423130'' converted to ascii is ''@CokB10'' and that is the | *''0x40436f6b423130'' converted to ascii is ''@CokB10'' and that is the '''Platform ID''' | ||
*''0xb5ed'' is the '''Build Number''' also if spoofed to another FW | *''0xb5ed'' is the '''Build Number''' also if spoofed to another FW | ||
=== | ==Example from decrypted lv0== | ||
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 (shr = 0.6.0.013.r010/06-2E) | |||
Cyt1 = Cytology (cyt1 = 0.6.0.013.r010/06-2E, cyt2 = 0.6.0.013.r010/06-2E, cyt3 = 083.006) | |||
Cok = Cookie (06-2E) | |||
Gno = Gnome. Probably the Zego BCU-100, references can be found in the 'try_cpbusy' script inside the CP update for the DECR-1000 (gno = 2.00) | |||
See also: [[SKU_Models_Nonretail#Prototypes|Prototypes]] | |||
== | == Examples documented by users == | ||
{| class="wikitable sortable" | |||
{| class="wikitable | |||
|- | |- | ||
! | ! [[SKU Models|PS3 Model]] !! [[Motherboard Revisions|Motherboard]] !! platform ID !! Speculation !! Notes | ||
|- | |- | ||
| [[DEH-R1000]] || [[TMU-510]] || Cyt2.2 || || Cyt2.2 confirmed for DEH-R1000/TMU-510 <!--// M4j0r //--> | |||
|- | |- | ||
| | | [[DEH-R1010]] || [[TMU-510]] || Cyt2.2 || || Cyt2.2 confirmed for DEH-R1010/TMU-510 <!--// M4j0r //--> | ||
|- | |- | ||
| | | [[DEH-R1020]] || [[TMU-510]] || Cyt2.2 || || Cyt2.2 confirmed for DEH-R1020/TMU-510 <!--// M4j0r //--> | ||
|- | |- | ||
| | | [[DEH-R1030]] || [[TMU-520]] || Cyt3.1 || || Cyt3.1 confirmed for DEH-R1030/TMU-520 <!--// M4j0r //--> | ||
|- | |- | ||
| | | [[DEH-R1040]] || [[TMU-520]] || Cyt3.2 || || Cyt3.2 confirmed for DEH-R1040/TMU-520 <!--// M4j0r //--> | ||
|- | |- | ||
| | | [[DECR-1000]] || [[TMU-520]] || Cyt3.2 || || Cyt3.2 confirmed for DECR-1000/TMU-520 <!--// M4j0r, Strike Venom //--> | ||
|- | |- | ||
| | | [[DEH-H1001-D]] || [[COOKIE-13]] || || Cok13 ? || | ||
|- | |- | ||
| | | [[DEH-H1000A-E]] || [[COK-001 (Prototype)]] || Cok14 || || Cok14 confirmed for DEH-H1000A-E http://pastie.org/private/jfry49hxsrbw0v6wr3crpa <!--// M4j0r, Strike Venom //--> | ||
|- | |- | ||
| | | [[CECHAxx]] / [[CECHBxx]] || [[COK-001]] || Cok14 || || Cok14 confirmed for CECHAxx?/COK-001 <!--// Zer0Tolerance //--> http://pastie.org/private/m7ha5d7ngaaq6mpn0fnurq | ||
|- | |- | ||
| | | [[CECHCxx]] / [[CECHExx]] || [[COK-002]] || CokB10 || || CokB10 confirmed for CECHC04/COK-002 <!--// littlebalup //--> | ||
|- | |- | ||
| | | [[CECHGxx]] || [[SEM-001]] || CokC12 || || <!--// M4j0r, http://www.psdevwiki.com/ps3/index.php?title=Talk:Motherboard_Revisions&diff=13569&oldid=13562 //--> | ||
|- | |- | ||
| | | [[CECHHxx]] || [[DIA-001]] || || CokDxx ? || | ||
|- | |- | ||
| | | [[CECHJxx]] / [[CECHKxx]] || [[DIA-002]] || || CokE10 ? || | ||
|- | |- | ||
| | | [[CECHLxx]] / [[CECHMxx]] / [[CECHPxx]] / [[CECHQxx]] || [[VER-001]] || CokF10 || || CokF10 confirmed for CECHL00/VER-001 <!--// Ada L0ve Lace, M4j0r //--> and CECHP04/VER-001 <!--// littlebalup //--> | ||
|- | |- | ||
| | | [[DECR-1400]] || [[DEB-001]] || Deb01 || || Deb01 confirmed for DECR-1400/DEB-001 <!--// Mathieulh //--> | ||
|- | |- | ||
| | | [[CECH-20xx]] || [[DYN-001]] || CokG11 || || CokG11 confirmed for CECH-20xx/DYN-001 http://pastie.org/5394300 <!--// eussNL, littlebalup //--> | ||
|- | |- | ||
| | | [[CECH-21xx]] || [[SUR-001]] || CokH11 || || CECH-2104A (date code 0B). FW-min 3.20 | ||
|- | |- | ||
| | | [[CECH-25xx]] || [[JTP-001]] || CokJ13 || || CokJ13 confirmed for CECH-2504B/JTP-001/datecode:0C <!--// sandungas //--> | ||
|- | |- | ||
| | | [[CECH-25xx]] || [[JSD-001]] || CokJ20 || || <!--// nikitis //-->CECH-2501A FW-min 3.50 http://pastie.org/8086813<br /><!--// confirmed by MikeM64 //-->CECH-2501B FW-min 3.40 | ||
|- | |- | ||
| | | [[CECH-30xx]] || [[KTE-001]] || || cokK14 ? || | ||
|- | |- | ||
| ? || | | [[CECH-40xx]] ? || [[MSX-001]] || || || | ||
|- | |- | ||
| ? || | | [[CECH-40xx]] ? || [[MPX-001]] || || || | ||
|- | |- | ||
| ? || | | [[CECH-42xx]] ? || [[NPX-001]] || || || | ||
|- | |- | ||
| | | [[CECH-42xx]] ? || [[PPX-001]] || || || | ||
|- | |- | ||
| [[CECH-42xx]] ? || [[PQX-001]] || || || | |||
|- | |- | ||
| [[ | | [[CECH-43xx]] ? || [[RTX-001]] || || || | ||
|- | |- | ||
|} | |} | ||
*CECH-25xx models | |||
**CECH-2504B CokJ13 (euro date-code: 0C) (JTP-001) | |||
**CECH-2501A CokJ13 (usa manufactured: july 2010) (unknown motherboard)... note july 2010 (in usa format) corresponds to 0C (in euro format) | |||
**CECH-2504B CokJ20 (euro date-code: 0D) (unknown motherboard) | |||
== Help Request == | |||
Dump platform info (coded by "3141card" as a standalone function for documenting purposes) | |||
http://www.mediafire.com/?xdqi5j27w3tg0c1 | |||
*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 | |||
{{Development}} | {{Development}} | ||
<noinclude>[[Category:Main]]</noinclude> | <noinclude>[[Category:Main]]</noinclude> |