Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
(iPhone5,2 BDID is 2; iPhone5,1 BDID is 0. cf. https://ipsw.me/iPhone5,2/info and https://ipsw.me/iPhone5,1/info)
m
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''Board ID''' of a device (also known as '''BORD''', '''BDID''', or '''ApBoardId''') is a 6-bit value (although usually represented as <code>uint8_t</code>) that represents multiple characteristics of the logic board. In a BuildManifest, this value is found in the <code>ApBoardId</code> tag.
+
The '''Board ID''' of a device (also known as '''BORD''', '''BDID''', or '''ApBoardId''') is a value (usually represented as <code>uint8_t</code>) that represents multiple characteristics of the logic board. In a BuildManifest, this value is found in the <code>ApBoardId</code> tag. The characteristics represented by a given Board ID may be specific to the SoC.
 
== Board ID Characteristics ==
 
The following table charts each of a Board ID's 6 bits to known board characteristics.
 
 
{| class="wikitable"
 
!
 
! Bit 5
 
! Bit 4
 
! Bit 3
 
! Bit 2
 
! Bit 1
 
! Bit 0
 
|-
 
! Meaning
 
| ?
 
| ?
 
| ?
 
| '''Eureka/Karoo'''
 
| '''Form Factor'''
 
| '''Production Type'''
 
|-
 
! Values
 
| ?
 
| ?
 
| ?
 
|
 
* <code>0</code>: Eureka
 
* <code>1</code>: Karoo
 
|
 
* <code>0</code>: Form Factor 'A'
 
* <code>1</code>: Form Factor 'B'
 
|
 
* <code>0</code>: Production (MLB)
 
* <code>1</code>: Development (DEV)
 
|}
 
   
 
== Devices ==
 
== Devices ==
Line 176: Line 141:
 
** [[iPhone 6s]]: 0x04
 
** [[iPhone 6s]]: 0x04
 
** [[iPhone 6s Plus]]: 0x06
 
** [[iPhone 6s Plus]]: 0x06
** [[iPhone SE]]: 0x02
+
** [[iPhone SE (1st generation)]]: 0x02
 
** [[iPhone 7]]
 
** [[iPhone 7]]
 
*** [[D10AP|iPhone9,1]]: 0x08
 
*** [[D10AP|iPhone9,1]]: 0x08
*** [[D101AP|iPhone9,3]]: 0x0c
+
*** [[D101AP|iPhone9,3]]: 0x0C
 
** [[iPhone 7 Plus]]
 
** [[iPhone 7 Plus]]
*** [[D11AP|iPhone9,2]]: 0x0a
+
*** [[D11AP|iPhone9,2]]: 0x0A
*** [[D111AP|iPhone9,4]]: 0x0e
+
*** [[D111AP|iPhone9,4]]: 0x0E
 
** [[iPhone 8]]
 
** [[iPhone 8]]
 
*** [[iPhone10,1]]: 0x02
 
*** [[iPhone10,1]]: 0x02

Revision as of 21:25, 26 June 2020

The Board ID of a device (also known as BORD, BDID, or ApBoardId) is a value (usually represented as uint8_t) that represents multiple characteristics of the logic board. In a BuildManifest, this value is found in the ApBoardId tag. The characteristics represented by a given Board ID may be specific to the SoC.

Devices