Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
(Devices: New devices.)
Line 124: Line 124:
 
*** [[D22AP|iPhone10,3]]: 0x06
 
*** [[D22AP|iPhone10,3]]: 0x06
 
*** [[D221AP|iPhone10,6]]: 0x0E
 
*** [[D221AP|iPhone10,6]]: 0x0E
  +
** [[iPhone XR]]: 0x0C
 
** [[iPhone XS]]: 0x0E
 
** [[iPhone XS]]: 0x0E
 
** [[iPhone XS Max]]
 
** [[iPhone XS Max]]
 
*** [[iPhone11,4]]: 0x0A
 
*** [[iPhone11,4]]: 0x0A
 
*** [[iPhone11,6]]: 0x1A
 
*** [[iPhone11,6]]: 0x1A
** [[iPhone XR]]: 0x0C
 
 
* [[List of iPod touches|iPod touch]]
 
* [[List of iPod touches|iPod touch]]
 
** [[N45AP|iPod touch]]: 0x02
 
** [[N45AP|iPod touch]]: 0x02

Revision as of 06:23, 14 September 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.