May 1, 2024

Linux Has Been Ported to the iPhone!

Posted November 28, 2008 at 11:38pm by iClarified · 10658 views
The Linux 2.6 kernel has been ported to the Apple iPhone platform, supporting the iPhone, iPhone 3G, and first generation iPod touch. The success of this project can be attributed to planetbeing, CPICH, cmw, poorlad, ius, and saurik.

----
I'm pleased to announce that the Linux 2.6 kernel has been ported to Apple's iPhone platform, with support for the first and second generation iPhones as well as the first generation iPod touch. This is a rough first draft of the port, and many drivers are still missing, but it's enough that a real alternative operating system is running on the iPhone.

What we have:
- Framebuffer driver
- Serial driver
- Serial over USB driver
- Interrupts, MMU, clock, etc.

What we have in openiboot (but hasn't been ported yet):
- Read-only support for the NAND

What we don't have (yet!):
- Write support for the NAND
- Wireless networking
- Touchscreen
- Sound
- Accelerometer
- Baseband support

The current userland we're using, in the interest of expedience, is a Busybox installation created with buildroot, but glibc works fine as well, and we're going to build a more permanent userland solution.
-----

Read More