Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
m
(reformated)
Line 1: Line 1:
This tag 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.
+
The '''BORD''' ('''BOaRD''') tag is an 8-bit unsigned integer (<code>uint8_t</code>) 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 ==
 
== Devices ==
* '''[[m68ap|iPhone]]''': 0x00
+
* [[iPhone]]
* '''[[n82ap|iPhone 3G]]''': 0x04
+
** [[m68ap|2G]]: 0x00
* '''[[n88ap|iPhone 3GS]]''': 0x00
+
** [[n82ap|3G]]: 0x04
* '''[[n90ap|iPhone 4]] (GSM)''':
+
** [[n88ap|3GS]]: 0x00
* '''[[n92ap|iPhone 4]] (CDMA)''':
+
** [[iPhone 4]]
* '''[[n45ap|iPod touch]]''': 0x02
+
*** [[n90ap|GSM]]:
* '''[[n72ap|iPod touch 2G]]''': 0x00
+
*** [[n90bap|GSM Rev A]]:
* '''[[n18ap|iPod touch 3G]]''': 0x02
+
*** [[n92ap|CDMA]]:
* '''[[n81ap|iPod touch 4G]]''': 0x08
+
** [[n94ap|4S]]:
* '''[[k48ap|iPad 1G]]''':
+
** [[iPhone 5]]
* '''[[k93ap|iPad 2]] (WiFi)''':
+
*** [[n41ap|GSM]]:
* '''[[k94ap|iPad 2]] (GSM)''':
+
*** [[n42ap|Global]]:
  +
* [[iPod touch]]
* '''[[k95ap|iPad 2]] (CDMA)''':
 
* '''[[k66ap|Apple TV 2G]]''':
+
** [[n45ap|1G]]: 0x02
  +
** [[n72ap|2G]]: 0x00
  +
** [[n18ap|3G]]: 0x02
  +
** [[n81ap|4G]]: 0x08
  +
** [[n78ap|5G]]:
  +
* [[iPad]]
  +
** [[k48ap|1G]]:
  +
** [[iPad 2]]
  +
*** [[k93ap|Wi-Fi]]:
  +
*** [[k94ap|GSM]]:
  +
*** [[k95ap|CDMA]]:
  +
*** [[k93aap|Wi-Fi Rev A]]:
  +
** [[iPad 3]]
  +
*** [[j1ap|Wi-Fi]]:
  +
*** [[j2ap|GSM]]:
  +
*** [[j2aap|Global]]:
  +
** [[iPad 4]]
  +
*** [[p101ap|Wi-Fi]]:
  +
*** [[p102ap|GSM]]:
  +
*** [[p103ap|Global]]:
  +
* [[iPad mini]]
  +
** [[iPad mini 1G]]
  +
*** [[p105ap|Wi-Fi]]:
  +
*** [[p106ap|GSM]]:
  +
*** [[p107ap|Global]]:
  +
* [[Apple TV]]
  +
** [[k66ap|2G]]:
  +
** [[j33ap|3G]]:
   
{{stub|software}}
+
{{stub|hardware}}
 
[[Category:Firmware Tags]]
 
[[Category:Firmware Tags]]

Revision as of 21:25, 24 December 2012

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

Hacking.png This hardware article is a "stub", an incomplete page. Please add more content to this article and remove this tag.