Platform ID: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Created page with "The Plaform ID is a 8-byte code that determines the hardware model and revision of a board on PS4 and PS5. It is parsed byte by byte or by pair of 2 bytes. An example is 0x1001010101010102 that is more readable written as '''10 01 01 01 01 01 01 02'''. Platform ID may also be named Board ID. It is stored in the Serial Flash Non Volatile Storage of PS4, PS5, PS5 CP and PS5 CP board. The Platform ID has a similar function as that of the PS Code on PS Vita, PSP a...")
 
No edit summary
Line 51: Line 51:
* '''20 01 01 01 01 01 01 01''' BOARDID_CPBOX_RESV1="0x2001010101010101"
* '''20 01 01 01 01 01 01 01''' BOARDID_CPBOX_RESV1="0x2001010101010101"
* '''20 01 01 01 01 01 02 01''' BOARDID_CPBOX_RESV2="0x2001010101010201"
* '''20 01 01 01 01 01 02 01''' BOARDID_CPBOX_RESV2="0x2001010101010201"
* '''20 01 01 01 01 01 03 01''' BOARDID_CPBOX_RESV3. Never seen.
* '''20 01 01 01 01 01 04 01''' BOARDID_CPBOX_RESV4
* '''20 01 01 01 01 01 04 01''' BOARDID_CPBOX_RESV4
* '''20 01 01 01 01 01 05 01''' BOARDID_CPBOX_RESV5
* '''20 01 01 01 01 01 05 01''' BOARDID_CPBOX_RESV5

Revision as of 06:46, 3 January 2025

The Plaform ID is a 8-byte code that determines the hardware model and revision of a board on PS4 and PS5. It is parsed byte by byte or by pair of 2 bytes.

An example is 0x1001010101010102 that is more readable written as 10 01 01 01 01 01 01 02.

Platform ID may also be named Board ID. It is stored in the Serial Flash Non Volatile Storage of PS4, PS5, PS5 CP and PS5 CP board.

The Platform ID has a similar function as that of the PS Code on PS Vita, PSP and PS3.

PS4 SoC board

03 - SA

  • 03 02 01 01 02 01 06 01 a PS4
  • 03 02 05 01 01 01 05 01 CUH-2116A BZNY

04 - ?NV?

  • 04 01 01 01 01 01 04 01 a PS4

PS5 SoC board

SANO

  • 20 01 01 01 02 01 03 01 DUTP-DSN18AAK-W5 SANO-K12
  • Unknown Platform ID DFI-D1000 SANO-010

EDM

  • 30 02 01 01 04 01 05 01 CFI-1014A 01X EDM-010
  • 30 02 01 01 04 01 05 01 DFI-T1000AA EDM-010
  • 30 02 02 01 01 01 05 01 CFI-1115A 01X EDM-020
  • 30 02 03 01 01 01 05 01 CFI-1215A 01X EDM-030

PS5 Communication Processor board

Antonio

  • 10 01 01 01 01 01 01 02 BOARDID_ANTONIO_02="0x1001010101010102"
  • 10 01 01 01 01 01 01 03 BOARDID_ANTONIO_03="0x1001010101010103"

Carlo Sana

  • 10 01 02 01 01 01 01 01 BOARDID_CARLO_SANA_G1="0x1001020101010101"
  • 10 01 02 01 01 01 01 02 BOARDID_CARLO_SANA_G2="0x1001020101010102"
  • 10 01 02 01 01 01 01 03 BOARDID_CARLO_SANA_G3="0x1001020101010103"
  • 10 01 02 01 02 01 02 01 ?BOARDID_CARLO_XXXXXXX (a Carlo CP ?revision K1?). Never seen.
  • 10 01 02 01 02 01 02 02 BOARDID_CARLO_XXXXXXX (a Carlo CP ?revision K2?)

CP Box

  • 20 01 01 01 01 01 01 01 BOARDID_CPBOX_RESV1="0x2001010101010101"
  • 20 01 01 01 01 01 02 01 BOARDID_CPBOX_RESV2="0x2001010101010201"
  • 20 01 01 01 01 01 03 01 BOARDID_CPBOX_RESV3. Never seen.
  • 20 01 01 01 01 01 04 01 BOARDID_CPBOX_RESV4
  • 20 01 01 01 01 01 05 01 BOARDID_CPBOX_RESV5