Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
(Devices: Adding missing two.)
m
Line 4: Line 4:
 
* [[Apple TV]]
 
* [[Apple TV]]
 
** [[k66ap|2G]]: 0x10
 
** [[k66ap|2G]]: 0x10
** [[j33ap|3G]]: 0x08
+
** [[j33ap|3G (AppleTV3,1)]]: 0x08
** [[j33iap|3G Rev A]]: 0x00
+
** [[j33iap|3G (AppleTV3,2)]]: 0x00
 
* [[iPad]]
 
* [[iPad]]
 
** [[k48ap|1G]]: 0x02
 
** [[k48ap|1G]]: 0x02
 
** [[iPad 2]]
 
** [[iPad 2]]
*** [[k93ap|Wi-Fi]]: 0x04
+
*** [[k93ap|iPad2,1]]: 0x04
*** [[k94ap|GSM]]: 0x06
+
*** [[k94ap|iPad2,2]]: 0x06
*** [[k95ap|CDMA]]: 0x02
+
*** [[k95ap|iPad2,3]]: 0x02
*** [[k93aap|Wi-Fi Rev A]]: 0x06
+
*** [[k93aap|iPad2,4]]: 0x06
 
** [[iPad 3]]
 
** [[iPad 3]]
*** [[j1ap|Wi-Fi]]: 0x00
+
*** [[j1ap|iPad3,1]]: 0x00
*** [[j2ap|CDMA]]: 0x02
+
*** [[j2ap|iPad3,2]]: 0x02
*** [[j2aap|Global]]: 0x04
+
*** [[j2aap|iPad3,3]]: 0x04
 
** [[iPad 4]]
 
** [[iPad 4]]
*** [[p101ap|Wi-Fi]]: 0x00
+
*** [[p101ap|iPad3,4]]: 0x00
*** [[p102ap|GSM]]: 0x02
+
*** [[p102ap|iPad3,5]]: 0x02
*** [[p103ap|Global]]: 0x04
+
*** [[p103ap|iPad3,6]]: 0x04
 
** [[iPad Air]]
 
** [[iPad Air]]
*** [[j71ap|Wi-Fi]]: 0x10
+
*** [[j71ap|iPad4,1]]: 0x10
*** [[j72ap|Cellular]]: 0x12
+
*** [[j72ap|iPad4,2]]: 0x12
 
* [[iPad mini]]
 
* [[iPad mini]]
 
** [[iPad mini 1G]]
 
** [[iPad mini 1G]]
*** [[p105ap|Wi-Fi]]: 0x0A
+
*** [[p105ap|iPad2,5]]: 0x0A
*** [[p106ap|GSM]]: 0x0C
+
*** [[p106ap|iPad2,6]]: 0x0C
*** [[p107ap|Global]]: 0x0E
+
*** [[p107ap|iPad2,7]]: 0x0E
 
** [[iPad mini 2G]]
 
** [[iPad mini 2G]]
*** [[j85ap|Wi-Fi]]: 0x0A
+
*** [[j85ap|iPad4,4]]: 0x0A
*** [[j86ap|Cellular]]: 0x0C
+
*** [[j86ap|iPad4,5]]: 0x0C
 
* [[iPhone]]
 
* [[iPhone]]
 
** [[m68ap|2G]]: 0x00
 
** [[m68ap|2G]]: 0x00
Line 37: Line 37:
 
** [[n88ap|3GS]]: 0x00
 
** [[n88ap|3GS]]: 0x00
 
** [[iPhone 4]]
 
** [[iPhone 4]]
*** [[n90ap|GSM]]: 0x00
+
*** [[n90ap|iPhone3,1]]: 0x00
*** [[n90bap|GSM Rev A]]: 0x04
+
*** [[n90bap|iPhone3,2]]: 0x04
*** [[n92ap|CDMA]]: 0x06
+
*** [[n92ap|iPhone3,3]]: 0x06
 
** [[n94ap|4S]]: 0x08
 
** [[n94ap|4S]]: 0x08
 
** [[iPhone 5]]
 
** [[iPhone 5]]
*** [[n41ap|GSM]]: 0x02
+
*** [[n41ap|iPhone5,1]]: 0x02
*** [[n42ap|Global]]: 0x00
+
*** [[n42ap|iPhone5,2]]: 0x00
 
** [[iPhone 5c]]
 
** [[iPhone 5c]]
*** [[n48ap|GSM]]: 0x0A
+
*** [[n48ap|iPhone5,3]]: 0x0A
*** [[n49ap|Global]]: 0x0E
+
*** [[n49ap|iPhone5,4]]: 0x0E
 
** [[iPhone 5s]]
 
** [[iPhone 5s]]
*** [[n51ap|GSM]]: 0x00
+
*** [[n51ap|iPhone6,1]]: 0x00
*** [[n53ap|Global]]: 0x02
+
*** [[n53ap|iPhone6,2]]: 0x02
 
* [[iPod touch]]
 
* [[iPod touch]]
 
** [[n45ap|1G]]: 0x02
 
** [[n45ap|1G]]: 0x02

Revision as of 07:56, 11 February 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.