Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
m
m
Line 94: Line 94:
 
* [[List of iPod touches|iPod touch]]
 
* [[List of iPod touches|iPod touch]]
 
** [[N45AP|iPod touch]]: 0x02
 
** [[N45AP|iPod touch]]: 0x02
** [[N72AP|iPod touch 2G]]: 0x00
+
** [[N72AP|iPod touch (2nd generation)]]: 0x00
** [[N18AP|iPod touch 3G]]: 0x02
+
** [[N18AP|iPod touch (3rd generation)]]: 0x02
** [[N81AP|iPod touch 4G]]: 0x08
+
** [[N81AP|iPod touch (4th generation)]]: 0x08
** [[iPod touch 5G]]: 0x00
+
** [[iPod touch (5th generation)]]: 0x00
** [[N102AP|iPod touch 6G]]: 0x10
+
** [[N102AP|iPod touch (6th generation)]]: 0x10
   
 
{{stub|firmware}}
 
{{stub|firmware}}

Revision as of 19:05, 24 March 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 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.