Difference between revisions of "S5L8720"

From The iPhone Wiki
Jump to: navigation, search
Line 20: Line 20:
 
* [[S5L8720 (Hardware)]]
 
* [[S5L8720 (Hardware)]]
 
* [[S5L File Formats]]
 
* [[S5L File Formats]]
  +
  +
==External Links==
  +
* [http://infocenter.arm.com/help/topic/com.arm.doc.ddi0301h/DDI0301H_arm1176jzfs_r0p7_trm.pdf Technical Reference Manual: ARM1176JZF-S]

Revision as of 01:02, 30 March 2010

This is the Application Processor used on the iPod Touch 2G.

Exploits

iBoot / Kernel Level

Note: iBoot on the S5L8720 can be downgraded, allowing any of these exploits to be used on future firmwares

Bootrom

Boot Chain

VROM->LLB->iBoot->Kernel->System Software

It is definitely worthy to note that the Pwnage exploit is fixed because the images are now flashed to the NOR in their encrypted IMG3 containers, and the bootrom can properly sigcheck LLB. That being said, unsigned images can still be run using the 0x24000 Segment Overflow.

See Also

External Links