TYPE

From The iPhone Wiki
Revision as of 22:05, 24 December 2012 by 5urd (talk | contribs) (update)
Jump to: navigation, search

The TYPE tag is a 32-bit unsigned integer (uint32_t) that when viewed in big-endian(?) format, states the type of firmware image the IMG2/IMG3 is. Is is compared with the second parameter of image_load (register r1). If it does not match, image_load(void); will fail and the image will not be loaded. If 0 is passed in r1, then the check is skipped.

Types

Tango Utilities-terminal.png This firmware article is a "stub", an incomplete page. Please add more content to this article and remove this tag.