[BACK]Return to palm.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/palm.html, Revision 1.12

1.1       jasper      1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
                      3: <html>
                      4: <head>
                      5: <title>OpenBSD/palm</title>
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="description" content="the OpenBSD/palm page">
1.5       miod        8: <meta name="copyright" content="This document copyright 2009-2013 by OpenBSD.">
1.10      sthen       9: <link rel="canonical" href="http://www.openbsd.org/palm.html">
1.1       jasper     10: </head>
                     11:
                     12: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     13: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     14: <h2><font color="#e00000">OpenBSD/palm</font></h2>
                     15:
                     16: <hr>
                     17: <a href="images/palm.jpg">
                     18: <img src="images/palm-small.jpg" width="400" height="300" align="right"></a>
                     19:
1.6       bcallah    20: OpenBSD/palm was an experimental port of OpenBSD that used to run on PDAs made
                     21: by Palm with an ARM PXA2xx processor.
1.1       jasper     22:
                     23: <p>
1.6       bcallah    24: There was never an official release of the OpenBSD/palm port.
                     25: </p>
1.1       jasper     26:
1.6       bcallah    27: <p>
1.8       deraadt    28: <strong>The OpenBSD/palm port was discontinued after the 5.3 release.</strong>
1.6       bcallah    29: </p>
                     30:
                     31: <p>
                     32: There is currently no one working on bringing this port back to life.
                     33: The source code is still available in the CVS Attic.
                     34: </p>
1.1       jasper     35:
                     36: <a name="toc"></a>
                     37: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     38: <table><tr>
                     39: <td width=1%></td>
                     40: <td valign="top" width="20%">
                     41:   <li><a href="#history">History of the port</a><br>
                     42:   <li><a href="#status">Current status</a><br>
                     43:
                     44:   <li><a href="#hardware">Supported hardware</a><br>
                     45: </td><td valign="top" width="20%">
                     46:   <li><a href="#install">Getting and installing</a><br>
                     47: </td></tr></table>
                     48: <br clear=all>
                     49: <hr>
                     50:
                     51: <a name="history"></a>
                     52: <h3><font color="#0000e0"><strong>History</strong></font></h3>
                     53:
                     54: <p>
1.6       bcallah    55: The Palm port was started as a fork of the Zaurus port in March 2009 with the
1.1       jasper     56: intention to make the system run on Palm Tungsten|T5. The project was later
                     57: approved as a semestral work at the <a href="http://www.ksi.mff.cuni.cz/en/">
                     58: Department of Software Engineering</a>, <a
                     59: href="http://www.mff.cuni.cz/toISO-8859-2.en/">Faculty
                     60: of Mathematics and Physics</a>, <a href="http://www.cuni.cz/UKENG-1.html">
                     61: Charles University in Prague</a> mentored by <a
                     62: href="http://www.egothor.org/~galambos/">Leo Galambos</a>.</p>
                     63: <p>
                     64: As the project advanced, support for more Palm devices was added as well as
                     65: support for various peripherals and the project outgrew the initial agreement
                     66: for the semestral project.</p>
                     67: <a name="status"></a>
                     68: <h3><font color="#0000e0"><strong>Current status</strong></font></h3>
                     69:
                     70: <p>
1.6       bcallah    71: OpenBSD/palm had been tested and was known to be working on the following
                     72: models: Tungsten|T5, T|X, LifeDrive and the Zire72. There was also initial
                     73: support for the Palm Tungsten|C.</p>
1.1       jasper     74: <p>
1.6       bcallah    75: Support included the LCD, buttons, USB host (through a hub with external
1.4       ian        76: power supply), PXA SD/MMC controller and UART (not available on Zire72).
                     77: On Palm LifeDrive there is also a driver for the builtin hard drive.</p>
1.1       jasper     78: <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>
                     79:
                     80: <ul>
                     81: For a complete system component and device driver listing for this architecture,
1.12    ! beck       82: see <a href="http://man.openbsd.org?query=intro&amp;arch=zaurus&sektion=4">intro(4/zaurus)</a>.
1.1       jasper     83: <p>
                     84:
                     85: <li><strong>Tungsten|T5 / T|X / LifeDrive / Zire 72</strong>
1.2       jasper     86: <li>Intel PXA27x ARM CPU.
1.12    ! beck       87: <li><a href="http://man.openbsd.org?query=com&amp;sektion=4">com(4)</a> standard, infrared and bluetooth serial ports.
1.1       jasper     88:
1.12    ! beck       89: <li><a href="http://man.openbsd.org?query=lcd&amp;arch=palm&amp;sektion=4">lcd(4)</a> display panel, supporting <a href="http://man.openbsd.org?query=wscons&amp;arch=zaurus&amp;sektion=4">wscons(4)</a>.
        !            90: <li><a href="http://man.openbsd.org?query=wskbd&amp;arch=palm&amp;sektion=4">wskbd(4)</a> keyboard.
1.1       jasper     91:
1.12    ! beck       92: <li><a href="http://man.openbsd.org?query=wd&amp;sektion=4">wd(4)</a> on-board microdrive.
        !            93: <li><a href="http://man.openbsd.org?query=ohci&amp;sektion=4">ohci(4)</a>
        !            94: USB controller supporting most <a href="http://man.openbsd.org?query=usb&amp;sektion=4">usb(4)</a> devices.
1.1       jasper     95: <!--
1.12    ! beck       96: , or acting as a <a href="http://man.openbsd.org?query=cdcef&amp;sektion=4">cdcef(4)</a> 'ethernet' slave.
1.1       jasper     97: -->
1.12    ! beck       98: <li><a href="http://man.openbsd.org?query=pxammc&amp;sektion=4&amp;arch=palm">pxammc(4)</a> MMC/SD/SDIO controller.
        !            99: <li><a href="http://man.openbsd.org?query=pxagpio&amp;sektion=4&amp;arch=palm">pxagpio(4)</a> GPIO controller.
1.1       jasper    100:
                    101: <!--
                    102: <li><a
1.12    ! beck      103:     href="http://man.openbsd.org?query=apm&amp;sektion=4&amp;arch=palm">apm(4)</a>
1.1       jasper    104:     power management and suspend.
                    105: -->
                    106:
                    107: </ul>
                    108:
                    109: <p>
                    110: <li>Devices that can be connected:
                    111: <ul>
1.12    ! beck      112: <li>Most USB devices, see <a href="http://man.openbsd.org?query=usb&amp;sektion=4">usb(4)</a> for a list.
1.1       jasper    113: </ul>
                    114:
                    115: </body>
                    116: </html>