Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
(Added names for most and a note on how to find it.)
(Devices: Adding missing two.)
Line 30: Line 30:
 
*** [[p107ap|Global]]: 0x0E
 
*** [[p107ap|Global]]: 0x0E
 
** [[iPad mini 2G]]
 
** [[iPad mini 2G]]
*** [[j85ap|Wi-Fi]]:
+
*** [[j85ap|Wi-Fi]]: 0x0A
*** [[j86ap|Cellular]]:
+
*** [[j86ap|Cellular]]: 0x0C
 
* [[iPhone]]
 
* [[iPhone]]
 
** [[m68ap|2G]]: 0x00
 
** [[m68ap|2G]]: 0x00

Revision as of 01:45, 5 November 2013

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.