-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpalm.html
101 lines (80 loc) · 3.54 KB
/
palm.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!doctype html>
<html lang=en id=platform>
<meta charset=utf-8>
<title>OpenBSD/palm</title>
<meta name="description" content="the OpenBSD/palm page">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://www.openbsd.org/palm.html">
<h2 id=OpenBSD>
<a href="index.html">
<i>Open</i><b>BSD</b></a>
palm
</h2>
<hr>
<table><tr><td>
<p>
OpenBSD/palm was an experimental port of OpenBSD that used to run on PDAs made
by Palm with an ARM PXA2xx processor.
<p>
There was never an official release of the OpenBSD/palm port.
<p>
<strong>The OpenBSD/palm port was discontinued after the 5.3 release.</strong>
<td>
<a href="images/palm.jpg">
<img src="images/palm-small.jpg" width="400" height="300" alt="small palm"></a>
</table>
<hr>
<h3 id="history"><strong>History</strong></h3>
<p>
The Palm port was started as a fork of the Zaurus port in March 2009 with the
intention to make the system run on Palm Tungsten|T5. The project was later
approved as a semestral work at the <a href="http://www.ksi.mff.cuni.cz/en/">
Department of Software Engineering</a>, <a
href="http://www.mff.cuni.cz/toISO-8859-2.en/">Faculty
of Mathematics and Physics</a>, <a href="http://www.cuni.cz/UKENG-1.html">
Charles University in Prague</a> mentored by <a
href="http://www.egothor.org/~galambos/">Leo Galambos</a>.
<p>
As the project advanced, support for more Palm devices was added as well as
support for various peripherals and the project outgrew the initial agreement
for the semestral project.
<h3 id="status"><strong>Current status</strong></h3>
<p>
OpenBSD/palm had been tested and was known to be working on the following
models: Tungsten|T5, T|X, LifeDrive and the Zire72. There was also initial
support for the Palm Tungsten|C.
<p>
Support included the LCD, buttons, USB host (through a hub with external
power supply), PXA SD/MMC controller and UART (not available on Zire72).
On Palm LifeDrive there is also a driver for the builtin hard drive.
<h3><strong>Supported hardware</strong></h3>
<ul>
<li style="list-style-type: none">
For a complete system component and device driver listing for this architecture,
see <a href="https://man.openbsd.org/OpenBSD-5.3/zaurus/intro.4">intro(4/zaurus)</a>.
<p>
<li><strong>Tungsten|T5 / T|X / LifeDrive / Zire 72</strong>
<li>Intel PXA27x ARM CPU.
<li><a href="https://man.openbsd.org/OpenBSD-5.3/com.4">com(4)</a> standard, infrared and bluetooth serial ports.
<li><a href="https://man.openbsd.org/OpenBSD-5.3/zaurus/lcd.4">lcd(4)</a> display panel, supporting <a href="https://man.openbsd.org/OpenBSD-5.3/zaurus/wscons.4">wscons(4)</a>.
<li><a href="https://man.openbsd.org/OpenBSD-5.3/wskbd.4">wskbd(4)</a> keyboard.
<li><a href="https://man.openbsd.org/OpenBSD-5.3/wd.4">wd(4)</a> on-board microdrive.
<li><a href="https://man.openbsd.org/OpenBSD-5.3/ohci.4">ohci(4)</a>
USB controller supporting most <a href="https://man.openbsd.org/OpenBSD-5.3/usb.4">usb(4)</a> devices.
<!--
, or acting as a <a href="https://man.openbsd.org/OpenBSD-5.3/cdcef.4">cdcef(4)</a> 'ethernet' slave.
-->
<li><a href="https://man.openbsd.org/OpenBSD-5.3/zaurus/pxammc.4">pxammc(4)</a> MMC/SD/SDIO controller.
<li><a href="https://man.openbsd.org/OpenBSD-5.3/zaurus/pxagpio.4">pxagpio(4)</a> GPIO controller.
<!--
<li><a
href="https://man.openbsd.org/OpenBSD-5.3/zaurus/apm.4">apm(4)</a>
power management and suspend.
-->
<p>
<li>Devices that can be connected:
<ul>
<li>Most USB devices, see <a href="https://man.openbsd.org/OpenBSD-5.3/usb.4">usb(4)</a> for a list.
</ul>
</ul>