Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
m (Board IDs can be different for one board. Different models?)
(Devices: iPod touch 6G.)
Line 70: Line 70:
 
** [[n81ap|iPod touch 4G]]: 0x08
 
** [[n81ap|iPod touch 4G]]: 0x08
 
** [[iPod touch 5G]]: 0x00
 
** [[iPod touch 5G]]: 0x00
  +
** [[n102ap|iPod touch 6G]]: 0x10
   
 
{{stub|firmware}}
 
{{stub|firmware}}

Revision as of 19:35, 15 July 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.