Difference between revisions of "BORD"

From The iPhone Wiki
Jump to: navigation, search
m (Added missing values from <https://github.com/libimobiledevice/libirecovery/blob/master/src/libirecovery.c>)
(Devices: AirPods Pro 2)
Line 8: Line 8:
 
** [[AirPods (3rd generation)]]: 0x20
 
** [[AirPods (3rd generation)]]: 0x20
 
** [[AirPods Pro]]: 0x04
 
** [[AirPods Pro]]: 0x04
** [[AirPods Pro (2nd generation)]]: ?
+
** [[AirPods Pro (2nd generation)]]: 0x06
 
** [[AirPods Max]]: 0x10
 
** [[AirPods Max]]: 0x10
 
* [[List of Apple TVs|Apple TV]]
 
* [[List of Apple TVs|Apple TV]]

Revision as of 14:02, 23 September 2022

The Board ID of a device (also known as BORD, BDID, or ApBoardId) is a value (usually represented as uint8_t) that represents multiple characteristics of the logic board. In a BuildManifest, this value is found in the ApBoardId tag. The characteristics represented by a given Board ID may be specific to the SoC.

Devices