NCSD: Difference between revisions

3dsguy (talk | contribs)
3dsguy (talk | contribs)
No edit summary
Line 56: Line 56:
|  0x188
|  0x188
|  8
|  8
|  Partition Flags: byte[5]-byte[7] indicate content type ( system update, application, manual, ... ) size of media units ( 512*2^byte[6] ) and encryption.
|  Partition Flags (See Below)
|-
|-
|  0x190
|  0x190
Line 68: Line 68:


=== Partition Flags ===
=== Partition Flags ===
{| class="wikitable" border="1"
|-
!  Byte Index
!  Description
|-
| 3
| Media Card Device (1 = NOR Flash, 2 = None, 3 = BT)
|-
| 4
| Media Platform Index (1 = CTR)
|-
| 5
| Media Type Index (0 = Inner Device, 1 = Card1, 2 = Card2, 3 = Extended Device)
|-
| 6
| Media Unit Size i.e. u32 MediaUnitSize = 0x200*2^flags[6];
|-
| 7
| Media Card Device (Used Prior to SDK 3.X)
|}
=== Partition Flags (In Terms of Save Crypto Determination) ===
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-