The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "BORD"
(→Devices: New iPad devices.) |
(iPhone 6 and iPhone 6 Plus.) |
||
Line 52: | Line 52: | ||
*** [[n51ap|iPhone6,1]]: 0x00 |
*** [[n51ap|iPhone6,1]]: 0x00 |
||
*** [[n53ap|iPhone6,2]]: 0x02 |
*** [[n53ap|iPhone6,2]]: 0x02 |
||
+ | ** [[n61ap|iPhone 6]]: 0x04 |
||
+ | ** [[n56ap|iPhone 6 Plus]]: 0x06 |
||
* [[iPod touch]] |
* [[iPod touch]] |
||
** [[n45ap|1G]]: 0x02 |
** [[n45ap|1G]]: 0x02 |
Revision as of 20:54, 17 September 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
- Apple TV
- 2G: 0x10
- 3G (AppleTV3,1): 0x08
- 3G (AppleTV3,2): 0x00
- iPad
- iPad mini
- iPhone
- iPod touch
This firmware article is a "stub", an incomplete page. Please add more content to this article and remove this tag. |