Difference between revisions of "S5L8900"

From The iPhone Wiki
Jump to: navigation, search
(Reverted to the last revision I made.)
m (iBoot: arm7go was not an exploit on this platform, nor was 2.1.1 released for this processor type)
Line 8: Line 8:
 
* [[Ramdisk Hack]] - Works up to [[iOS]] 2.0 beta 3
 
* [[Ramdisk Hack]] - Works up to [[iOS]] 2.0 beta 3
 
* [[diags]] - Works up to [[iOS]] 2.0 beta 5
 
* [[diags]] - Works up to [[iOS]] 2.0 beta 5
* [[ARM7 Go]] - Works on [[iOS]] 2.1.1
 
 
* [[iBoot Environment Variable Overflow]] - Works up to [[iOS]] 3.1 beta 3
 
* [[iBoot Environment Variable Overflow]] - Works up to [[iOS]] 3.1 beta 3
 
* [[usb_control_msg(0x21, 2) Exploit]] - Works up to [[iOS]] 3.1.2
 
* [[usb_control_msg(0x21, 2) Exploit]] - Works up to [[iOS]] 3.1.2

Revision as of 17:56, 28 September 2010

This is the Application Processor shared between the iPhone, iPod touch, and the iPhone 3G. Not much is known about it through official sources. This processor is not used in any of the newest devices, being replaced by the S5L8720 and S5L8920.

Firmware File Formats

Exploits

iBoot

Bootrom

Kernel

Userland

Boot Chain

VROM (S5L8900)->LLB->iBoot->Kernel->System Software


One of the iPhoneLinux goals are to replace that Boot Chain after iBoot:

VROM (S5L8900)->OpeniBoot->Linux Kernel->X Server->Window Manager

Upgrade Process

Restore Mode

The common upgrade process chain is VROM->DFU Mode->WTF->iBoot->Kernel->Ramdisk->Restore Mode.

DFU Mode

To flash an older version of the iPhone software you have to let your phone reside in DFU Mode. In iTunes you have to press the option key (Mac) or the shift key (Windows) when pressing 'Restore' to be able to manually chose an IPSW.

Boot Chain

VROM->DFU Mode

External Links