Difference between revisions of "S5L8900"

From The iPhone Wiki
Jump to: navigation, search
m
 
(76 intermediate revisions by 22 users not shown)
Line 1: Line 1:
  +
{{float toc|right}}
This is the Application Processor shared between the [[iPhone]], [[iPod touch]], and the [[iPhone 3G]]. Not much is known about it through official sources.
 
  +
The '''S5L8900''' in the technical name of the [[Application Processor|application processor]] shared between the [[M68AP|iPhone]], [[N45AP|iPod touch]], and the [[N82AP|iPhone 3G]]. Not much is known about it, even through official sources. According to [[saurik]], this is an [http://infocenter.arm.com/help/topic/com.arm.doc.ddi0301h/DDI0301H_arm1176jzfs_r0p7_trm.pdf <code>arm1176jzf-s</code>]. This processor was succeded by the [[S5L8720]] used in the [[N72AP|iPod touch (2nd generation)]] and the [[S5L8920]] in the [[N88AP|iPhone 3GS]]. Those have subsequently been succeded by newer processors.
   
===Exploits===
+
== [[VROM (S5L8900)|VROM]] Exploits ==
* [[Restore Mode]]
 
* [[LibTiff|LibTIFF]]
 
* [[symlinks|Symlinks]]
 
* [[Ramdisk Hack|Ramdisk Exploit]]
 
 
* [[pwnage|Pwnage 1.0 (Ramdisk + AppleImage2NORAccess)]]
 
* [[pwnage|Pwnage 1.0 (Ramdisk + AppleImage2NORAccess)]]
  +
* [[Pwnage 2.0|Pwnage 2.0 (DFU + Malformed Certificate)]]
* [[diags|Diags Exploit]]
 
  +
* [[pwnage 2.0|Pwnage 2.0 (DFU + Malformed Signature)]]
 
  +
== Boot Chain ==
  +
* [[VROM (S5L8900)|VROM]] ([[Bootrom Rev.2]])
  +
* [[LLB]]
  +
* [[iBoot (Bootloader)|iBoot]]
  +
* [[Kernel]]
  +
* [[/|System Software]]
  +
  +
=== [[iDroid]] ===
  +
One of the many goals of the [[iDroid]] project is to modify the boot chain immediately after the bootrom:
  +
* VROM ([[Bootrom Rev.2]])
  +
* [[OpeniBoot]]
  +
* [http://www.kernel.org Linux Kernel]
  +
* [http://www.x.org X Server]
  +
* [[wikipedia:X Window System|X Window System]] (X11)
  +
  +
This is possible thanks to the [[Pwnage]] and [[Pwnage 2.0]] exploits discovered by the [[iPhone Dev Team]]. The exploit in a nutshell exploits the fact that the [[VROM (S5L8900)|VROM]] ([[Bootrom Rev.2]]) doesn't signature check the [[LLB]], and as such, by uploading a maliciously crafted LLB, one can gain control of the entire device.
  +
  +
Despite many years of work, it appears that the project will never be finished, much akin to many other big open source projects, such as [[wikipedia:ReactOS|ReactOS]] and the [[wikipedia:GNU Project|GNU]]'s own kernel, the [http://www.gnu.org/software/hurd/hurd.html Hurd].
  +
  +
== Upgrade Process ==
  +
=== [[Restore Mode]] ===
  +
The restore process of the processor is:
  +
* [[VROM (S5L8900)|VROM]] ([[Bootrom Rev.2]])
  +
* [[DFU Mode]]
  +
* [[WTF]]
  +
* [[iBoot (Bootloader)|iBoot]]
  +
* [[Kernel]] (wait for [[Ramdisk|Restore Ramdisk]] upload)
  +
* Restore Ramdisk
  +
* [[Restore Mode]]
   
===Boot Chain===
+
=== [[DFU Mode]] ===
  +
In order to flash an older version of [[iOS|iPhone OS]] onto the device, you need to enter [[DFU Mode]]. The entry into DFU Mode is in the [[iDevice|device]]'s circuitry and the processor itself. This allows a non-responsive device to enter DFU Mode nearly anywhere, essentially making it improbable to [[bricked|brick]] the device.
[[VROM]]->[[LLB]]->[[iBoot]]->[[Kernel]]->[[System|System Software]]
 
   
  +
Once in [[DFU Mode]], [[iTunes]] will notify you of a device in [[Restore Mode]], even though it isn't. This is common across all devices. In iTunes, you just hold the [[wikipedia:Option key|Option key]] ([[wikipedia:File:Third-party option key.JPG|&#x2325;]]) on [[wikipedia:OS X|OS X]] or the [[wikipedia:Shift key|shift key]] on [[wikipedia:Microsoft Windows|Windows]] while clicking the "Restore" button. Just navigate to the [[IPSW File Format|IPSW]] for the specific version you want. As [[SHSH|SHSH blobs]] didn't exist before [[iOS|iPhone OS]] 3.0 with the [[S5L8920]] on the [[N88AP|iPhone 3GS]], you are only limited by your ability to obtain the [[firmware]] IPSW.
One of the [[iPhoneLinux]] goals are to replace that Boot Chain after iBoot :<br>
 
[[VROM]]->OpeniBoot->Linux Kernel->X Server->Window Manager
 
   
  +
The boot chain is a very simple one:
===Upgrade Process===
 
  +
* [[VROM (S5L8900)|VROM]] ([[Bootrom Rev.2]])
  +
* [[DFU Mode]]
   
==== Restore mode ====
+
== See Also ==
  +
* [[VROM (S5L8900)]]
The common upgrade process chain is [[VROM]]->[[DFU]]->[[WTF]]->[[iBoot]]->[[Kernel]]->[[Ramdisk]]->[[Restore Mode|Restore]], also called [[Restore Mode|restore mode]].
 
  +
** [[Bootrom Rev.2]]
   
  +
[[Category:Application Processors]]
==== DFU mode ====
 
To flash an older / modified version you have to let your phone reside in [[DFU|DFU mode]] ([[VROM]]->[[DFU]]). In iTunes you have to press the Alt-Key (Mac) or the shift-key (Windows) when pressing 'Restore' to be able to manually chose an update file (ipsw file). iTunes also must be [[PwnageTool|pwned]] to accept the firmware file.
 

Latest revision as of 18:22, 22 March 2017

The S5L8900 in the technical name of the application processor shared between the iPhone, iPod touch, and the iPhone 3G. Not much is known about it, even through official sources. According to saurik, this is an arm1176jzf-s. This processor was succeded by the S5L8720 used in the iPod touch (2nd generation) and the S5L8920 in the iPhone 3GS. Those have subsequently been succeded by newer processors.

VROM Exploits

Boot Chain

iDroid

One of the many goals of the iDroid project is to modify the boot chain immediately after the bootrom:

This is possible thanks to the Pwnage and Pwnage 2.0 exploits discovered by the iPhone Dev Team. The exploit in a nutshell exploits the fact that the VROM (Bootrom Rev.2) doesn't signature check the LLB, and as such, by uploading a maliciously crafted LLB, one can gain control of the entire device.

Despite many years of work, it appears that the project will never be finished, much akin to many other big open source projects, such as ReactOS and the GNU's own kernel, the Hurd.

Upgrade Process

Restore Mode

The restore process of the processor is:

DFU Mode

In order to flash an older version of iPhone OS onto the device, you need to enter DFU Mode. The entry into DFU Mode is in the device's circuitry and the processor itself. This allows a non-responsive device to enter DFU Mode nearly anywhere, essentially making it improbable to brick the device.

Once in DFU Mode, iTunes will notify you of a device in Restore Mode, even though it isn't. This is common across all devices. In iTunes, you just hold the Option key () on OS X or the shift key on Windows while clicking the "Restore" button. Just navigate to the IPSW for the specific version you want. As SHSH blobs didn't exist before iPhone OS 3.0 with the S5L8920 on the iPhone 3GS, you are only limited by your ability to obtain the firmware IPSW.

The boot chain is a very simple one:

See Also