Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
m (Devices: It is not a "2G".)
(Adding new devices and name fix.)
Line 25: Line 25:
 
*** [[j72ap|iPad4,2]]: 0x12
 
*** [[j72ap|iPad4,2]]: 0x12
 
*** [[j73ap|iPad4,3]]: 0x14
 
*** [[j73ap|iPad4,3]]: 0x14
  +
** [[iPad Air 2]]
  +
*** [[j81ap|iPad5,3]]:
  +
*** [[j82ap|iPad5,4]]:
 
* [[iPad mini]]
 
* [[iPad mini]]
 
** [[iPad mini 1G]]
 
** [[iPad mini 1G]]
Line 30: Line 33:
 
*** [[p106ap|iPad2,6]]: 0x0C
 
*** [[p106ap|iPad2,6]]: 0x0C
 
*** [[p107ap|iPad2,7]]: 0x0E
 
*** [[p107ap|iPad2,7]]: 0x0E
** [[iPad mini 2G]]
+
** [[iPad mini 2]]
 
*** [[j85ap|iPad4,4]]: 0x0A
 
*** [[j85ap|iPad4,4]]: 0x0A
 
*** [[j86ap|iPad4,5]]: 0x0C
 
*** [[j86ap|iPad4,5]]: 0x0C
 
*** [[j87ap|iPad4,6]]: 0x0E
 
*** [[j87ap|iPad4,6]]: 0x0E
  +
** [[iPad mini 3]]
  +
*** [[j85map|iPad4,7]]:
  +
*** [[j86map|iPad4,8]]:
  +
*** [[j87map|iPad4,9]]:
 
* [[iPhone]]
 
* [[iPhone]]
 
** [[m68ap|iPhone]]: 0x00
 
** [[m68ap|iPhone]]: 0x00

Revision as of 16:33, 18 October 2014

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. In addition, if you were to present the BORD as a bit string, only one bit would be "on". It can be found in the BuildManifest.plist inside an IPSW next to ApChipID.

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.