System Controller Firmware: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
(Created page with "= Structure = {| class="wikitable sortable" |- ! Offset !! Size !! Description !! Notes |- | 0x0 || 1 || Header Index Magic || 01/02/10 |- | 0x1 || 1 || Header Size || 0x10 |...")
 
Line 1: Line 1:
= Structure =
= Structure (Header) =
{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
Line 8: Line 8:
| 0x1 || 1 || Header Size || 0x10
| 0x1 || 1 || Header Size || 0x10
|-
|-
| 0x2 || 2 || Padding || 00 00
| 0x2 || 2 || Block Size || 00 00 or 04 00
|-
|}
 
= Structure (Header Content Index 0x01) =
{| class="wikitable sortable"
! Offset !! Size !! Description !!  Notes
|-
| 0x4 ||  4 || Version || 05 05 03 01
|-
| 0x8 ||  4 || Hardware ID || 38 50 80 00
|-
| 0xC ||  4 || Padding || 00 00 00 00
|-
|-
|}
|}

Revision as of 09:59, 3 June 2020

Structure (Header)

Offset Size Description Notes
0x0 1 Header Index Magic 01/02/10
0x1 1 Header Size 0x10
0x2 2 Block Size 00 00 or 04 00

Structure (Header Content Index 0x01)

Offset Size Description Notes
0x4 4 Version 05 05 03 01
0x8 4 Hardware ID 38 50 80 00
0xC 4 Padding 00 00 00 00