Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
m
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
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.
The '''BORD''' ('''BOaRD''') tag is an 8-bit unsigned integer (<code>uint8_t</code>) that contains the Board ID of the device that the firmware image is supposed to be ran on. It allows Apple to make sure you are not running another device's firmware files on an incompatible device, probably to prevent using old exploits. What is odd about this tag is that the same values have been used many times. It can be found in the BuildManifest.plist inside an IPSW next to <code>ApBoardID</code>.
 
   
 
== Devices ==
 
== Devices ==
 
* [[List of AirPods|AirPods]]
 
* [[List of AirPods|AirPods]]
** [[AirPods (1st generation)]]: ?
+
** [[AirPods (1st generation)]]: N/A
 
** [[AirPods (2nd generation)]]: 0x12
 
** [[AirPods (2nd generation)]]: 0x12
 
* [[List of Apple TVs|Apple TV]]
 
* [[List of Apple TVs|Apple TV]]
Line 95: Line 95:
 
*** [[J418AP|iPad8,10]]: 0x3E
 
*** [[J418AP|iPad8,10]]: 0x3E
 
** [[iPad Pro (12.9-inch) (4th generation)]]
 
** [[iPad Pro (12.9-inch) (4th generation)]]
  +
*** [[J420AP|iPad8,11]]: 0x38
*** TBD
 
  +
*** [[J421AP|iPad8,12]]: 0x3A
 
** [[iPad Air (3rd generation)]]
 
** [[iPad Air (3rd generation)]]
 
*** [[J217AP|iPad11,3]]: 0x1C
 
*** [[J217AP|iPad11,3]]: 0x1C
Line 113: Line 114:
 
*** [[J87mAP|iPad4,9]]: 0x36
 
*** [[J87mAP|iPad4,9]]: 0x36
 
** [[iPad mini 4]]
 
** [[iPad mini 4]]
*** [[J96AP|iPad5,1]]: 0x0A
+
*** [[J96AP|iPad5,1]]: 0x08
*** [[J97AP|iPad5,2]]: 0x08
+
*** [[J97AP|iPad5,2]]: 0x0A
 
** [[iPad mini (5th generation)]]
 
** [[iPad mini (5th generation)]]
 
*** [[J210AP|iPad11,1]]: 0x14
 
*** [[J210AP|iPad11,1]]: 0x14
Line 128: Line 129:
 
** [[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
Line 140: 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
Line 164: Line 165:
 
** [[D421AP|iPhone 11 Pro]]: 0x06
 
** [[D421AP|iPhone 11 Pro]]: 0x06
 
** [[D421AP|iPhone 11 Pro Max]]: 0x02
 
** [[D421AP|iPhone 11 Pro Max]]: 0x02
  +
** [[D79AP|iPhone SE (2nd generation)]]: 0x10
 
* [[List of iPod touches|iPod touch]]
 
* [[List of iPod touches|iPod touch]]
 
** [[N45AP|iPod touch]]: 0x02
 
** [[N45AP|iPod touch]]: 0x02
Line 173: Line 175:
 
** [[N112AP|iPod touch (7th generation)]]: 0x16
 
** [[N112AP|iPod touch (7th generation)]]: 0x16
   
{{stub|firmware}}
 
 
[[Category:Firmware Tags]]
 
[[Category:Firmware Tags]]

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