Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
(iPad mini 4 BDIDs were inverted. c.f. https://ipsw.me/iPad5,2/info and https://ipsw.me/iPad5,1/info (also shown in OTA files AssetData/boot/BuildManifest.plist))
(iPhone5,2 BDID is 2; iPhone5,1 BDID is 0. cf. https://ipsw.me/iPhone5,2/info and https://ipsw.me/iPhone5,1/info)
Line 164: Line 164:
 
** [[N94AP|iPhone 4S]]: 0x08
 
** [[N94AP|iPhone 4S]]: 0x08
 
** [[iPhone 5]]
 
** [[iPhone 5]]
*** [[N41AP|iPhone5,1]]: 0x02
+
*** [[N41AP|iPhone5,1]]: 0x00
*** [[N42AP|iPhone5,2]]: 0x00
+
*** [[N42AP|iPhone5,2]]: 0x02
 
** [[iPhone 5c]]
 
** [[iPhone 5c]]
 
*** [[N48AP|iPhone5,3]]: 0x0A or 0x0B
 
*** [[N48AP|iPhone5,3]]: 0x0A or 0x0B

Revision as of 10:52, 24 April 2020

The Board ID of a device (also known as BORD, BDID, or ApBoardId) is a 6-bit value (although usually represented as uint8_t) that represents multiple characteristics of the logic board. In a BuildManifest, this value is found in the ApBoardId tag.

Board ID Characteristics

The following table charts each of a Board ID's 6 bits to known board characteristics.

Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
Meaning ? ? ? Eureka/Karoo Form Factor Production Type
Values ? ? ?
  • 0: Eureka
  • 1: Karoo
  • 0: Form Factor 'A'
  • 1: Form Factor 'B'
  • 0: Production (MLB)
  • 1: Development (DEV)

Devices