More System Information: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:
#Release those buttons then immediately press the start button (and keep it hold)
#Release those buttons then immediately press the start button (and keep it hold)


What you see:
First part is about sections on other chips:
{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
! Information !! Notes
! Information !! Notes
|-
|-
| -/Model Type/System type || Model type ( CEL = PHAT, CEK = SLIM ) , System Type (CEX,DEX,SHOP)
| -/Model Type/System type || - / CEL / DEX-ww || [[Target ID]]: Model type (CEL = PHAT, CEK = SLIM), System Type (CEX,DEX,SHOP)
|-
|-
| User id ||  
| User ID || user:00000001 || the usernumber on the PS3
|-
|-
| Syscon firmware ||  
| Syscon || 0C16.0001000100030003@SC || Seems related to [[Syscon Firmware ]] sections
|-
|-
| [[Bluetooth]]  ||  
| [[Bluetooth]]  || 0E18@BT ||  
|-
|-
| [[WiFi]] ||  
| [[WiFi]] || 2.9.3.p0@WLAN ||  
|-
|-
| Multi-card Controller ||  
| [[MultiCardReader]] || 1.08@MCC ||  
|-
|-
|}
|}


Second part of the screen follows structure from [[Index.dat]] :
Second part of the screen follows structure from [[Index.dat]] and explains revisioning of dev_flash files:
{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
! Information !! [[Index.dat]] !! Notes
! Information !! [[Index.dat]]
|-
|-
| FW version || release:03.5500: ||
| FW version || release:03.5500:
|-
|-
| image version,date of creation || build:47516,20101127:tetsu@tetsu-linux14 || (the image version can be seen also in the latest line)
| image version,date of creation || build:47516,20101127:tetsu@tetsu-linux14 || (the image version can be seen also in the latest line)
|-
|-
| TargetID || target:0001:CEX-ww ||
| TargetID || target:0001:CEX-ww
|-
|-
| security repository || security:4072@security/sdk_branches/release_355/trunk: ||
| security repository || security:4072@security/sdk_branches/release_355/trunk:
|-
|-
| system repository || system:46573@sys/sdk_branches/release_355/trunk: ||
| system repository || system:46573@sys/sdk_branches/release_355/trunk:
|-
|-
| X3 repository || x3:15614@x3/branches/target35x: ||
| X3 repository || x3:15614@x3/branches/target35x:
|-
|-
| paf repository || paf:6107@paf/branches/target35x: ||
| paf repository || paf:6107@paf/branches/target35x:
|-
|-
| vsh repository || vsh:83779@vsh/branches/target35x: ||
| vsh repository || vsh:83779@vsh/branches/target35x:
|-
|-
| sys_jp repository || sys_jp:69@sys_jp/branches/target35x: ||
| sys_jp repository || sys_jp:69@sys_jp/branches/target35x:
|-
|-
| PS1 emulator repository || ps1emu:6555@emu/branches/target101/ps1: || not available in early Tool/DECR and Debug/DEX firmwares
| PS1 emulator repository || ps1emu:6555@emu/branches/target101/ps1:
|-
|-
| PS1_NET emulator repository || ps1netemu:6679@emu/branches/target355/ps1_net: || not available in early Tool/DECR and Debug/DEX firmwares
| PS1_NET emulator repository || ps1netemu:6679@emu/branches/target355/ps1_net:
|-
|-
| PS1_new emulator repository || ps1newemu:6556@emu/branches/target202/ps1_new: || not available in early Tool/DECR and Debug/DEX firmwares
| PS1_new emulator repository || ps1newemu:6556@emu/branches/target202/ps1_new:
|-
|-
| PS2 emulator repository || ps2emu:6597@emu/branches/target350/ps2: || not available in early Tool/DECR and Debug/DEX firmwares
| PS2 emulator repository || ps2emu:6597@emu/branches/target350/ps2:
|-
|-
| GX repository || ps2gxemu:14473@branches/target355/gx: || not available in early Tool/DECR and Debug/DEX firmwares
| GX repository || ps2gxemu:14473@branches/target355/gx:
|-
|-
| soft repository || ps2softemu:13474@branches/soft190/soft: ||
| soft repository || ps2softemu:13474@branches/soft190/soft:
|-
|-
| psp repository || pspemu:6646@emu/branches/target355/psp: ||
| psp repository || pspemu:6646@emu/branches/target355/psp:
|-
|-
| emerald repository || emerald:3781@emerald/target35x: || not available in early Tool/DECR and Debug/DEX firmwares
| emerald repository || emerald:3781@emerald/target35x:
|-
|-
| BD-ROM Player repository || bdp:14948@bdp/prof5/branches/target35x: || not available in early Tool/DECR and Debug/DEX firmwares
| BD-ROM Player repository || bdp:14948@bdp/prof5/branches/target35x:
|-
|-
| patch || patch::
| patch || patch::

Revision as of 19:09, 4 January 2012

How to get this:

  1. Go to Settings > System > System Information
  2. Press simultaneously R1 + L1 + DPad Left + Square for a few seconds
  3. Release those buttons then immediately press the start button (and keep it hold)

First part is about sections on other chips:

Information Notes
-/Model Type/System type - / CEL / DEX-ww Target ID: Model type (CEL = PHAT, CEK = SLIM), System Type (CEX,DEX,SHOP)
User ID user:00000001 the usernumber on the PS3
Syscon 0C16.0001000100030003@SC Seems related to Syscon Firmware sections
Bluetooth 0E18@BT
WiFi 2.9.3.p0@WLAN
MultiCardReader 1.08@MCC

Second part of the screen follows structure from Index.dat and explains revisioning of dev_flash files:

Information Index.dat
FW version release:03.5500:
image version,date of creation build:47516,20101127:tetsu@tetsu-linux14 (the image version can be seen also in the latest line)
TargetID target:0001:CEX-ww
security repository security:4072@security/sdk_branches/release_355/trunk:
system repository system:46573@sys/sdk_branches/release_355/trunk:
X3 repository x3:15614@x3/branches/target35x:
paf repository paf:6107@paf/branches/target35x:
vsh repository vsh:83779@vsh/branches/target35x:
sys_jp repository sys_jp:69@sys_jp/branches/target35x:
PS1 emulator repository ps1emu:6555@emu/branches/target101/ps1:
PS1_NET emulator repository ps1netemu:6679@emu/branches/target355/ps1_net:
PS1_new emulator repository ps1newemu:6556@emu/branches/target202/ps1_new:
PS2 emulator repository ps2emu:6597@emu/branches/target350/ps2:
GX repository ps2gxemu:14473@branches/target355/gx:
soft repository ps2softemu:13474@branches/soft190/soft:
psp repository pspemu:6646@emu/branches/target355/psp:
emerald repository emerald:3781@emerald/target35x:
BD-ROM Player repository bdp:14948@bdp/prof5/branches/target35x:
patch patch::
auth auth:47516:

examples: