By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
| 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) ===