Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
(Devices: Apple Watch)
m (Board IDs can be different for one board. Different models?)
Line 57: Line 57:
 
*** [[n42ap|iPhone5,2]]: 0x00
 
*** [[n42ap|iPhone5,2]]: 0x00
 
** [[iPhone 5c]]
 
** [[iPhone 5c]]
*** [[n48ap|iPhone5,3]]: 0x0A
+
*** [[n48ap|iPhone5,3]]: 0x0A or 0x0B
 
*** [[n49ap|iPhone5,4]]: 0x0E
 
*** [[n49ap|iPhone5,4]]: 0x0E
 
** [[iPhone 5s]]
 
** [[iPhone 5s]]

Revision as of 21:15, 9 June 2015

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. 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.