Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
(Adding new devices and name fix.)
m (Consistency please.)
Line 7: Line 7:
 
** [[j33iap|3G (AppleTV3,2)]]: 0x00
 
** [[j33iap|3G (AppleTV3,2)]]: 0x00
 
* [[iPad]]
 
* [[iPad]]
** [[k48ap|1G]]: 0x02
+
** [[k48ap|iPad]]: 0x02
 
** [[iPad 2]]
 
** [[iPad 2]]
 
*** [[k93ap|iPad2,1]]: 0x04
 
*** [[k93ap|iPad2,1]]: 0x04
Line 43: Line 43:
 
* [[iPhone]]
 
* [[iPhone]]
 
** [[m68ap|iPhone]]: 0x00
 
** [[m68ap|iPhone]]: 0x00
** [[n82ap|3G]]: 0x04
+
** [[n82ap|iPhone 3G]]: 0x04
** [[n88ap|3GS]]: 0x00
+
** [[n88ap|iPhone 3GS]]: 0x00
 
** [[iPhone 4]]
 
** [[iPhone 4]]
 
*** [[n90ap|iPhone3,1]]: 0x00
 
*** [[n90ap|iPhone3,1]]: 0x00
 
*** [[n90bap|iPhone3,2]]: 0x04
 
*** [[n90bap|iPhone3,2]]: 0x04
 
*** [[n92ap|iPhone3,3]]: 0x06
 
*** [[n92ap|iPhone3,3]]: 0x06
** [[n94ap|4S]]: 0x08
+
** [[n94ap|iPhone 4S]]: 0x08
 
** [[iPhone 5]]
 
** [[iPhone 5]]
 
*** [[n41ap|iPhone5,1]]: 0x02
 
*** [[n41ap|iPhone5,1]]: 0x02

Revision as of 06:22, 19 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.