Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
(Devices: Apple TV 4)
(Devices: New devices.)
Line 45: Line 45:
 
*** [[j86map|iPad4,8]]: 0x34
 
*** [[j86map|iPad4,8]]: 0x34
 
*** [[j87map|iPad4,9]]: 0x36
 
*** [[j87map|iPad4,9]]: 0x36
  +
** [[iPad mini 4]]
  +
*** [[j96ap|iPad5,1]]: 0x0A
  +
*** [[j97ap|iPad5,2]]: 0x08
 
* [[iPhone]]
 
* [[iPhone]]
 
** [[m68ap|iPhone]]: 0x00
 
** [[m68ap|iPhone]]: 0x00
Line 65: Line 68:
 
** [[n61ap|iPhone 6]]: 0x06
 
** [[n61ap|iPhone 6]]: 0x06
 
** [[n56ap|iPhone 6 Plus]]: 0x04
 
** [[n56ap|iPhone 6 Plus]]: 0x04
  +
** [[iPhone 6s]]: 0x04
  +
** [[iPhone 6s Plus]]: 0x06
 
* [[iPod touch]]
 
* [[iPod touch]]
 
** [[n45ap|iPod touch]]: 0x02
 
** [[n45ap|iPod touch]]: 0x02

Revision as of 19:08, 16 September 2015

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 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.