Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
(New devices.)
m
Line 1: Line 1:
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. It can be found in the BuildManifest.plist inside an IPSW next to <code>ApChipID</code>.
+
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. It can be found in the BuildManifest.plist inside an IPSW next to <code>ApBoardID</code>.
   
 
== Devices ==
 
== Devices ==
Line 16: Line 16:
 
** [[N74AP|Apple Watch Series 2 38mm (Watch2,3)]]: 0x0C
 
** [[N74AP|Apple Watch Series 2 38mm (Watch2,3)]]: 0x0C
 
** [[N75AP|Apple Watch Series 2 42mm (Watch2,4)]]: 0x0E
 
** [[N75AP|Apple Watch Series 2 42mm (Watch2,4)]]: 0x0E
  +
* [[HomePod]]
  +
** [[B238aAP|HomePod]]: 0x38
 
* [[List of iPads|iPad]]
 
* [[List of iPads|iPad]]
 
** [[K48AP|iPad]]: 0x02
 
** [[K48AP|iPad]]: 0x02

Revision as of 07:26, 29 July 2017

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

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.