Editing Flash:Individual System Data - cISD

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

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 157: Line 157:


==== structure ====
==== structure ====
* From testbench fw
<pre>
printf("[INFO]: ISD: % 17s: %.32s\n", "ECID", v6 + 0x10);//ECID
printf("[INFO]: ISD: % 17s: %.12s\n", "BoardID", v6 + 0x38);//KibanID or BoardID
printf("[INFO]: ISD: BootLoaderVersion: %04X\n", *((unsigned __int16 *)v6 + 0x22));//0x44(2)
printf("[INFO]: ISD:  OSUpdaterVersion: %04X\n", *((unsigned __int16 *)v6 + 0x23));//0x46(2)
printf("[INFO]: ISD:  BoardDiagVersion: %04X\n", *((unsigned __int16 *)v6 + 0x24));//0x48(2)
printf("[INFO]: ISD: ConfigBootVersion: %04X\n", *((unsigned __int16 *)v6 + 0x25));//0x4A(2) or ckp_data?
//0x4C
//0x4E
printf("[INFO]: ISD: CKP2 ManagementID: %04X\n", *((unsigned __int16 *)v6 + 0x28));//0x50(2)
printf("[INFO]: ISD:    LibBootVersion: %04X\n", *((unsigned __int16 *)v6 + 0x29));//0x52(2)
printf("[INFO]: ISD: CKP1 ManagementID: %08X%08X\n",*((unsigned int *)v6 + 0x16),*((unsigned int *)v6 + 0x17));//0x58 (00000000) and 0x5C (increment, random)         
</pre>
{|class="wikitable"
{|class="wikitable"
|-
|-
Line 190: Line 173:
| 0x10 || 0x20 || Ascii: 01CA0176410467180305494000000020 || '''eCID''' (maybe official name is VisibleId, see PSVita NVS) - varies per console / Encrypted CID from above
| 0x10 || 0x20 || Ascii: 01CA0176410467180305494000000020 || '''eCID''' (maybe official name is VisibleId, see PSVita NVS) - varies per console / Encrypted CID from above
|-
|-
| 0x30 || 0x8 || Ascii: 27438416 || '''board_id''' aka pd_label - part of console serial number. Note: not seen on the white serial sticker in all regions. Sample [[:File:Console-sticker-FAT-back.png|with (Europe)]] and [[:File:Console-sticker-FAT-back (CECHP - USA).jpg|without (USA)]]. On prototypes it's in the format TS3<i>XY</i>... where <i>X</i> is the console type and <i>Y</i> the [[Chassis ID|Chassis Type]]. This id is always the same if the same board is used, excluding retail {{CEX}} targets.
| 0x30 || 0x8 || Ascii: 27438416 || '''board_id''' aka pd_label - part of console serial number. Note: not seen on the white serial sticker in all regions. Sample [[:File:Console-sticker-FAT-back.png|with (Europe)]] and [[:File:Console-sticker-FAT-back (CECHP - USA).jpg|without (USA)]]. On prototypes it's in the format TS3<i>XY</i>... where <i>X</i> is the console type and <i>Y</i> the [[Chassis ID|Chassis Type]].
<!-- On retails the format seems to be <i>AYZZ</i>, where <i>A</i> is unknown, <i>Y</i> the [[Chassis ID|Chassis Type]] and <i>ZZ</i> is a counter -->
|-
|-
| 0x38 || 0xC || Ascii: 400613291192 || '''kiban_id''' (機番 = machine number) - barcode on the board ({{SD}} Vertigo barcode contains FN letters)
| 0x38 || 0xC || Ascii: 400613291192 || '''kiban_id''' (機番 = machine number) - barcode on the board ({{SD}} Vertigo barcode contains FN letters)
|-
|-
| 0x44 || 0x2 || 0x0073 || '''BootLoaderVersion''' (examples [[Talk:Flash:Individual_System_Data_-_cISD#cISD1 relative offset_0x44_(unknown)|see talkpage]])
| 0x44 || 0x6 || 0x007300730096 || Unknown - varies per console - semistatic [[Talk:Flash:Individual_System_Data_-_cISD#cISD1%200x44|see talkpage]]
|-
|-
| 0x46 || 0x2 || 0x0073 || '''OSUpdaterVersion''' (examples [[Talk:Flash:Individual_System_Data_-_cISD#cISD1 relative offset_0x44_(unknown)|see talkpage]])
| 0x4A || 0x2 || 0x0001 || '''ckp2_data''' - semistatic (0xFFFF on {{DEX}} <!-- DEH-H1000A-E: 0x0001 -->/{{DECR}}/{{ARC}}) (0x0002 on {{SD}})
|-
|-
| 0x48 || 0x2 || 0x0096 || '''BoardDiagVersion''' (examples [[Talk:Flash:Individual_System_Data_-_cISD#cISD1 relative offset_0x44_(unknown)|see talkpage]])
| 0x4C || 0x4 || 0xFFFFFFFF || ''Unknown'' - - static?
|-
|-
| 0x4A || 0x2 || 0x0001 || '''ConfigBootVersion''' (or '''ckp_data''' from objsuites RE) - semistatic (0xFFFF on {{DEX}} <!-- DEH-H1000A-E: 0x0001 -->/{{DECR}}/{{ARC}}) (0x0002 on {{SD}})
| 0x50 || 0x8 || 0x0001001100020012 || Unknown - varies per console - semistatic [[Talk:Flash:Individual_System_Data_-_cISD#cISD1_0x50|see talkpage]]
|-
|-
| 0x4C || 0x4 || 0xFFFFFFFF || Likely padding
| 0x58 || 0x8 || 0x00000000018B3946 || '''ckp_management_id''' (varies per console)<br />seen FF filled on {{ARC}} Arcade, {{DEX}} Debug (Related to the Bluray Drive) - also stored at [[Flash:Encrypted_Individual_Data_-_eEID#EID3|EID3]]
|-
| 0x50 || 0x2 || 0x0001 || '''CKP2 ManagementID''' - varies per console - semistatic [[Talk:Flash:Individual_System_Data_-_cISD#cISD1 relative offset_0x50_(unknown)|see talkpage]]
|-
| 0x52 || 0x2 || 0x0011 || '''LibBootVersion''' - varies per console - semistatic [[Talk:Flash:Individual_System_Data_-_cISD#cISD1 relative offset_0x50_(unknown)|see talkpage]]
|-
| 0x54 || 0x2 || 0x0002 || Unknown (examples [[Talk:Flash:Individual_System_Data_-_cISD#cISD1 relative offset_0x50_(unknown)|see talkpage]])
|-
| 0x56 || 0x2 || 0x0012 || Unknown (examples [[Talk:Flash:Individual_System_Data_-_cISD#cISD1 relative offset_0x50_(unknown)|see talkpage]])
|-
| 0x58 || 0x8 || 0x00000000018B3946 || '''CKP1 ManagementID''' (varies per console) (split in two halfs as seen on TB fw) <br />seen FF filled on {{ARC}} Arcade, {{DEX}} Debug (Related to the Bluray Drive) - also stored at [[Flash:Encrypted_Individual_Data_-_eEID#EID3|EID3]]
|-
|-
| 0x60 || 0x1A0 || 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF... || Available area (filled with FF's when not used)
| 0x60 || 0x1A0 || 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF... || Available area (filled with FF's when not used)
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)