The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "TYPE"
m |
|||
Line 3: | Line 3: | ||
== Known Types == |
== Known Types == |
||
* '''LLB''' - illb |
* '''LLB''' - illb |
||
− | * '''iBoot''' - ibot |
+ | * '''[[iBoot]]''' - ibot |
− | * '''iBEC''' - ibec |
+ | * '''[[iBEC]]''' - ibec |
− | * '''iBSS''' - ibss |
+ | * '''[[iBSS]]''' - ibss |
* '''Kernel''' - krnl |
* '''Kernel''' - krnl |
||
* '''Ramdisk''' - rdsk |
* '''Ramdisk''' - rdsk |
||
* '''Apple Logo''' - logo |
* '''Apple Logo''' - logo |
||
− | * '''Recovery Mode''' - recm |
+ | * '''[[Recovery Mode]]''' - recm |
[[Category:Firmware Tags]] |
[[Category:Firmware Tags]] |
Revision as of 22:34, 20 January 2011
Contains a fourcc denoting the "type" of firmware image it is. Compared with R1 of image_load(); when verifying the image. If it does not match, image_load(); will fail and the image will not be loaded. If R1 to image_load(); is zero, then all types are allowed.
Known Types
- LLB - illb
- iBoot - ibot
- iBEC - ibec
- iBSS - ibss
- Kernel - krnl
- Ramdisk - rdsk
- Apple Logo - logo
- Recovery Mode - recm