The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "BORD"
(OCD) |
m (update) |
||
Line 2: | Line 2: | ||
== Devices == |
== Devices == |
||
− | * [[ |
+ | * [[Apple TV]] |
− | ** [[ |
+ | ** [[k66ap|2G]]: |
− | ** [[ |
+ | ** [[j33ap|3G]]: |
− | ** [[ |
+ | ** [[j33iap|3G Rev A]]: |
− | ** [[iPhone 4]] |
||
− | *** [[n90ap|GSM]]: |
||
− | *** [[n90bap|GSM Rev A]]: |
||
− | *** [[n92ap|CDMA]]: |
||
− | ** [[n94ap|4S]]: |
||
− | ** [[iPhone 5]] |
||
− | *** [[n41ap|GSM]]: |
||
− | *** [[n42ap|Global]]: |
||
− | * [[iPod touch]] |
||
− | ** [[n45ap|1G]]: 0x02 |
||
− | ** [[n72ap|2G]]: 0x00 |
||
− | ** [[n18ap|3G]]: 0x02 |
||
− | ** [[n81ap|4G]]: 0x08 |
||
− | ** [[iPod touch 5G|5G]]: |
||
* [[iPad]] |
* [[iPad]] |
||
** [[k48ap|1G]]: |
** [[k48ap|1G]]: |
||
Line 40: | Line 26: | ||
*** [[p106ap|GSM]]: |
*** [[p106ap|GSM]]: |
||
*** [[p107ap|Global]]: |
*** [[p107ap|Global]]: |
||
− | * [[ |
+ | * [[iPhone]] |
− | ** [[ |
+ | ** [[m68ap|2G]]: 0x00 |
− | ** [[ |
+ | ** [[n82ap|3G]]: 0x04 |
− | ** [[ |
+ | ** [[n88ap|3GS]]: 0x00 |
+ | ** [[iPhone 4]] |
||
+ | *** [[n90ap|GSM]]: |
||
+ | *** [[n90bap|GSM Rev A]]: |
||
+ | *** [[n92ap|CDMA]]: |
||
+ | ** [[n94ap|4S]]: |
||
+ | ** [[iPhone 5]] |
||
+ | *** [[n41ap|GSM]]: |
||
+ | *** [[n42ap|Global]]: |
||
+ | ** [[iPhone 5c]] |
||
+ | *** [[n48ap|GSM]]: |
||
+ | *** [[n49ap|Global]]: |
||
+ | ** [[iPhone 5s]] |
||
+ | *** [[n51ap|GSM]]: |
||
+ | *** [[n53ap|Global]]: |
||
+ | * [[iPod touch]] |
||
+ | ** [[n45ap|1G]]: 0x02 |
||
+ | ** [[n72ap|2G]]: 0x00 |
||
+ | ** [[n18ap|3G]]: 0x02 |
||
+ | ** [[n81ap|4G]]: 0x08 |
||
+ | ** [[iPod touch 5G|5G]]: |
||
+ | |||
{{stub|firmware}} |
{{stub|firmware}} |
||
[[Category:Firmware Tags]] |
[[Category:Firmware Tags]] |
Revision as of 15:33, 23 September 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.
Devices
This firmware article is a "stub", an incomplete page. Please add more content to this article and remove this tag. |