The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "TYPE"
ChronicDev (talk | contribs) (New page: 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 ...) |
(No difference)
|
Revision as of 14:05, 12 August 2009
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