Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
m
m (adding red model numbers)
Line 110: Line 110:
 
*** [[D111AP|iPhone9,4]]: 0x0e
 
*** [[D111AP|iPhone9,4]]: 0x0e
 
** [[iPhone 8]]
 
** [[iPhone 8]]
*** [[D20AP|iPhone10,1]]: 0x02
+
*** [[iPhone10,1]]: 0x02
*** [[D201AP|iPhone10,4]]: 0x0A
+
*** [[iPhone10,4]]: 0x0A
 
** [[iPhone 8 Plus]]
 
** [[iPhone 8 Plus]]
*** [[D21AP|iPhone10,2]]: 0x04
+
*** [[iPhone10,2]]: 0x04
*** [[D211AP|iPhone10,5]]: 0x0C
+
*** [[iPhone10,5]]: 0x0C
 
** [[iPhone X]]
 
** [[iPhone X]]
 
*** [[D22AP|iPhone10,3]]: 0x06
 
*** [[D22AP|iPhone10,3]]: 0x06

Revision as of 19:57, 29 May 2018

The BORD (BOaRD) tag is an 8-bit unsigned integer (uint8_t) 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 ApBoardID.

Devices

Tango Utilities-terminal.png This firmware article is a "stub", an incomplete page. Please add more content to this article and remove this tag.