The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "BORD"
DanTheMann15 (talk | contribs) m (→Devices: iPhone SE 2) |
(Added BDID characteristics. I would additionally change the long bulleted list to a wikitable, but I accidentally refreshed my page a few minutes ago while doing so, so I've lost all my motivation to that for the moment) |
||
Line 1: | Line 1: | ||
+ | The '''Board ID''' of a device (also known as '''BORD''', '''BDID''', or '''ApBoardId''') is a 6-bit value (although usually represented as <code>uint8_t</code>) that represents multiple characteristics of the logic board. In a BuildManifest, this value is found in the <code>ApBoardId</code> tag. |
||
− | 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>. |
||
+ | |||
+ | == Board ID Characteristics == |
||
+ | The following table charts each of a Board ID's 6 bits to known board characteristics. |
||
+ | |||
+ | {| class="wikitable" |
||
+ | ! |
||
+ | ! Bit 5 |
||
+ | ! Bit 4 |
||
+ | ! Bit 3 |
||
+ | ! Bit 2 |
||
+ | ! Bit 1 |
||
+ | ! Bit 0 |
||
+ | |- |
||
+ | ! Meaning |
||
+ | | ? |
||
+ | | ? |
||
+ | | ? |
||
+ | | '''Eureka/Karoo''' |
||
+ | | '''Form Factor''' |
||
+ | | '''Production Type''' |
||
+ | |- |
||
+ | ! Values |
||
+ | | ? |
||
+ | | ? |
||
+ | | ? |
||
+ | | |
||
+ | * <code>0</code>: Eureka |
||
+ | * <code>1</code>: Karoo |
||
+ | | |
||
+ | * <code>0</code>: Form Factor 'A' |
||
+ | * <code>1</code>: Form Factor 'B' |
||
+ | | |
||
+ | * <code>0</code>: Production (MLB) |
||
+ | * <code>1</code>: Development (DEV) |
||
+ | |} |
||
== Devices == |
== Devices == |
||
Line 175: | Line 210: | ||
** [[N112AP|iPod touch (7th generation)]]: 0x16 |
** [[N112AP|iPod touch (7th generation)]]: 0x16 |
||
− | {{stub|firmware}} |
||
[[Category:Firmware Tags]] |
[[Category:Firmware Tags]] |
Revision as of 19:43, 18 April 2020
The Board ID of a device (also known as BORD, BDID, or ApBoardId) is a 6-bit value (although usually represented as uint8_t
) that represents multiple characteristics of the logic board. In a BuildManifest, this value is found in the ApBoardId
tag.
Board ID Characteristics
The following table charts each of a Board ID's 6 bits to known board characteristics.
Bit 5 | Bit 4 | Bit 3 | Bit 2 | Bit 1 | Bit 0 | |
---|---|---|---|---|---|---|
Meaning | ? | ? | ? | Eureka/Karoo | Form Factor | Production Type |
Values | ? | ? | ? |
|
|
|
Devices
- AirPods
- AirPods (1st generation): N/A
- AirPods (2nd generation): 0x12
- Apple TV
- Apple Watch (1st generation)
- Apple Watch Series 1
- Apple Watch Series 2
- Apple Watch Series 3
- Apple Watch Series 4
- Apple Watch Series 5
- HomePod
- AudioAccessory1,1: 0x38
- AudioAccessory1,2: 0x1A
- iPad
- iPad: 0x02
- iPad 2
- iPad (3rd generation)
- iPad (4th generation)
- iPad Air
- iPad Air 2
- iPad Pro (12.9-inch)
- iPad Pro (9.7-inch)
- iPad (5th generation)
- iPad Pro (12.9-inch) (2nd generation)
- iPad Pro (10.5-inch)
- iPad (6th generation)
- iPad (7th generation)
- iPad Pro (11-inch)
- iPad Pro (12.9-inch) (3rd generation)
- iPad Pro (11-inch) (2nd generation)
- iPad Pro (12.9-inch) (4th generation)
- iPad Air (3rd generation)
- iPad mini
- iPhone
- iPhone: 0x00
- iPhone 3G: 0x04
- iPhone 3GS: 0x00
- iPhone 4
- iPhone 4S: 0x08
- iPhone 5
- iPhone 5c
- iPhone 5s
- iPhone 6: 0x06
- iPhone 6 Plus: 0x04
- iPhone 6s: 0x04
- iPhone 6s Plus: 0x06
- iPhone SE: 0x02
- iPhone 7
- iPhone 7 Plus
- iPhone 8
- iPhone10,1: 0x02
- iPhone10,4: 0x0A
- iPhone 8 Plus
- iPhone10,2: 0x04
- iPhone10,5: 0x0C
- iPhone X
- iPhone10,3: 0x06
- iPhone10,6: 0x0E
- iPhone XR: 0x0C
- iPhone XS: 0x0E
- iPhone XS Max
- iPhone11,4: 0x0A
- iPhone11,6: 0x1A
- iPhone 11: 0x04
- iPhone 11 Pro: 0x06
- iPhone 11 Pro Max: 0x02
- iPhone SE (2nd generation): 0x10
- iPod touch
- iPod touch: 0x02
- iPod touch (2nd generation): 0x00
- iPod touch (3rd generation): 0x02
- iPod touch (4th generation): 0x08
- iPod touch (5th generation): 0x00
- iPod touch (6th generation): 0x10
- iPod touch (7th generation): 0x16