Difference between revisions of "EMMC"

From Vita Development Wiki
Jump to navigation Jump to search
(Created page with "Emmc can be accessed with SceSdif module. It has the following partitions:")
 
Line 1: Line 1:
Emmc can be accessed with SceSdif module. It has the following partitions:
+
== Partitions ==
 +
 
 +
Emmc can be accessed with [[SceSdif|SceSdif]] module. It has the following [[Partitions|partitions]]:
 +
 
 +
{| class="wikitable"
 +
|-
 +
! code !! type !! name
 +
|-
 +
| 0x1 || raw || first eMMC partition, some data, [[IdStorage]]?
 +
|-
 +
| 0x2 || raw || [[SLB2]] [[Boot Sequence|Boot loaders]]
 +
|-
 +
| 0x2 || raw || [[SLB2]] [[Boot Sequence|Boot loaders]]
 +
|-
 +
| 0x3 || fat16 || Main OS partition, contains kernel [[Libraries#Kernel|libraries]]
 +
|-
 +
| 0x3 || fat16 || Main OS partition, contains kernel [[Libraries#Kernel|libraries]]
 +
|-
 +
|}

Revision as of 04:14, 4 February 2017

Partitions

Emmc can be accessed with SceSdif module. It has the following partitions:

code type name
0x1 raw first eMMC partition, some data, IdStorage?
0x2 raw SLB2 Boot loaders
0x2 raw SLB2 Boot loaders
0x3 fat16 Main OS partition, contains kernel libraries
0x3 fat16 Main OS partition, contains kernel libraries