Talk:More System Information: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(new talk)
Line 23: Line 23:
This... or is in "little endian" (needs to be readed from right to left, byte by byte)
This... or is in "little endian" (needs to be readed from right to left, byte by byte)


===First line Talk===
===Regioning===
These can be the region type: CEL/CEK/RU3/UC2/J1
{| class="wikitable sortable"
 
|-
CEL = europe
! ID !! Region
CEK = US
|-
RU3 = INDIA
| TOOL || Development
UC2 = ??
|-
J1 = ?? (maybe Japan ?)
| CEL || Eastern Europe/European countries
|-
| CEK || United Kingdom
|-
| UC2 || North America
|-
| KR2 || Korea
|-
| MX2 || Mexico
|-
| J1 || Japan
|-
| AU3 || AU/NZ
|-
| E12 || Asia
|-
| RU3 || Russia
|-
| CN9 || China
|-
| TW1 || Taiwan
|-
|}

Revision as of 17:32, 6 January 2012

Images info:


Syscon format speculation

By looking at the SC versions of the example images uploaded... the first part of the format (qqqq.****************) seems not to be accurate

There are two CECH-25xx, one in 3.41ofw, and other in 4.00ofw... both with the string "08C2.0000000000000000"

The fact that the installation of 4.00ofw in this motherboard installs no patches (0000000000000000) means that the "base syscon firmware" (08C2) includes all the needed patches (in other words... 4.00 ofw contains no patches aplicables to this syscon)

So 08C2 seems to be the higher possible "syscon base firmware" for CECH-25xx boards (the higher models hackables) but...


There is another photo with the string "0C16.0001000100030003" (this means that has installed the patch SYS_CON_FIRMWARE_01010303.pkg and this sycon is "hardware revision 2")

But... 0C16 in hexadecimal is higher than 08C2 and the motherboard is older (this has no sense)... the only possible way to make this sense is to separate "qqqq" in 2 bytes "pp+qq". Where the first one is unknown, and the second one is the version

This... or is in "little endian" (needs to be readed from right to left, byte by byte)

Regioning

ID Region
TOOL Development
CEL Eastern Europe/European countries
CEK United Kingdom
UC2 North America
KR2 Korea
MX2 Mexico
J1 Japan
AU3 AU/NZ
E12 Asia
RU3 Russia
CN9 China
TW1 Taiwan