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

Annotation of www/zaurus.html, Revision 1.13

1.1       miod        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/zaurus</title>
                      6: <link rev="made" href="mailto:www@openbsd.org">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/zaurus page">
                     10: <meta name="keywords" content="openbsd,zaurus,PDA,ARM,XScale">
                     11: <meta name="distribution" content="global">
                     12: <meta name="copyright" content="This document copyright 2005 by OpenBSD.">
                     13: </head>
                     14:
                     15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     17:
                     18: <h2><font color="#e00000">OpenBSD/zaurus</font></h2>
                     19:
                     20: <hr>
                     21:
                     22: <p>
1.4       deraadt    23: <a href="images/zaurus-c3000.jpg">
                     24: <img src="images/zaurus-c3000-small.jpg" width="324" height="243" align="right"></a>
1.1       miod       25: OpenBSD/zaurus is an effort to make OpenBSD run on several PDAs of the
                     26: Sharp Zaurus family.
                     27:
                     28: <p>
                     29: A mailing list for ARM-based ports is available at
                     30: <u><font color="#23238e">arm@openbsd.org</font></u>.
                     31: To join the OpenBSD/arm mailing list, send a message body of
                     32: <b>"subscribe arm"</b> to
                     33: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     34: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     35: subscribing.
                     36:
                     37: <p>
                     38: The current port maintainer is Dale Rahn
                     39: (<a href="mailto:drahn@openbsd.org">drahn@openbsd.org</a>).
                     40: Others are definitely welcome to contribute!
                     41:
                     42: <a href="#toc"></a>
                     43: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     44:
                     45: <ul>
                     46:   <li><a href="#history">History of the port</a>
                     47:   <li><a href="#status">Current status</a>
                     48:   <li><a href="#projects">Project list</a>
                     49:   <li><a href="#hardware">Supported hardware</a>
                     50: <!--
                     51:   <li><a href="#install">Getting and installing OpenBSD/zaurus</a>
                     52:   <li><a href="#problems">Known problems</a>
                     53: -->
                     54: </ul>
                     55:
                     56: <hr>
                     57: <a name="history"></a>
                     58: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
                     59:
                     60: <p>
                     61: Shortly after Sharp unveiled its first Zaurus machines, some OpenBSD developers
                     62: started dreaming of running OpenBSD on it, to have the smallest possible
                     63: ssh-capable machine!
                     64:
                     65: <p>
                     66: After the <a href="cats.html">OpenBSD/cats</a> was completed in order to benefit
                     67: from a good ARM development platform, work on the Zaurus hardware, initially
                     68: targetting the C-860 and C-3000 models, started in 2004.
                     69:
                     70: <hr>
                     71: <a name="status"></a>
                     72: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     73:
                     74: <p>
                     75: As the port is still in its early stages, development is pretty hectic at the
1.13    ! drahn      76: moment.
        !            77: The C-3000 machines boot multiuser, X11 runs, and device support is being
        !            78: constantly improved.
1.8       pvalchev   79: Most PCMCIA/CF devices work (such as wireless/ethernet cards), as well
                     80: as host USB on the C-3000, and the keyboard and touchscreen are supported by X11.
1.1       miod       81:
                     82: <hr>
                     83: <a name="projects"></a>
                     84: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     85: </strong></font></h3>
                     86:
                     87: <ul>
1.7       uwe        88:   <li>Better console display support.
                     89:   <li>Better touch screen support for X11.
                     90:   <li>Better power management support.
1.13    ! drahn      91:   <li>C-860 support.
1.1       miod       92: </ul>
                     93:
                     94: <hr>
                     95: <a name="hardware"></a>
                     96: <h3><font color="#0000e0"><strong>Supported hardware:
                     97: </strong></font></h3>
                     98:
                     99: <p>
                    100: At the moment, the following Zaurus models are supported:
                    101:
                    102: <li><strong>Zaurus SL-C3000</strong>
                    103: <ul>
                    104: <li>Serial port (suitable as console)
                    105: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    106: <li>LCD display panel
                    107: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcd&amp;arch=zaurus&amp;sektion=4">lcd</a>)
1.5       deraadt   108: <li>Native C3000 keyboard
                    109: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zkbd&amp;arch=zaurus&amp;sektion=4">zkbd</a>)
1.1       miod      110: <li>PCMCIA slot
                    111: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxapcic&amp;arch=zaurus&amp;sektion=4">pxapcic</a>)
                    112: <li>On-board microdrive
                    113: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>)
                    114: <li>USB controller
                    115: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
                    116: </ul>
                    117: </ul>
                    118:
                    119: <p>
                    120: <strong>USB Devices</strong> (on the C3000)
                    121: <ul>
                    122: <li>ADMtek AN986-based USB adapters (<a
                    123: href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;sektion=4">aue</a>),
                    124: including:
                    125:     <ul>
1.10      jsg       126:     <li>3Com 3c460b
1.1       miod      127:     <li>Abocom UFE1000
                    128:     <li>Abocom DSB650TX
                    129:     <li>Accton USB320-EC
1.10      jsg       130:     <li>Accton SpeedStream Ethernet
1.1       miod      131:     <li>Admtek Pegasus
                    132:     <li>Admtek Pegasus II
1.10      jsg       133:     <li>AEI USB Fast Ethernet
                    134:     <li>Allied Telesyn AT-USB100
                    135:     <li>ATEN UC-110T
                    136:     <li>Belkin USB to LAN
1.1       miod      137:     <li>Billionton Systems USB100
1.10      jsg       138:     <li>Billionton Systems USB100EL
                    139:     <li>Billionton Systems USB100LP
                    140:     <li>Billionton Systems USBE100
1.1       miod      141:     <li>Corega FEther USB-TX
1.10      jsg       142:     <li>Corega FEther USB-TXS
1.1       miod      143:     <li>D-Link DSB-650
                    144:     <li>D-Link DSB-650TX
                    145:     <li>D-Link DSB-650TX-PNA
1.10      jsg       146:     <li>ELCON Systemtechnik Goldpfeil P-LAN
                    147:     <li>Elecom LD-USB/TX
                    148:     <li>Elecom LD-USBL/TX
1.1       miod      149:     <li>Elsa Microlink USB2Ethernet
1.10      jsg       150:     <li>GIGABYTE GN-BR402W
                    151:     <li>Hawking UF100
                    152:     <li>HP HN210E
1.1       miod      153:     <li>I/O DATA USB ETTX
                    154:     <li>Kingston KNU101TX
1.10      jsg       155:     <li>Laneed LD-USBL/TX
1.1       miod      156:     <li>LinkSys USB100TX
                    157:     <li>LinkSys USB100H1
1.10      jsg       158:     <li>LinkSys USB10T
1.1       miod      159:     <li>LinkSys USB10TA
1.10      jsg       160:     <li>LinkSys USB10TX
1.1       miod      161:     <li>Melco Inc. LUA-TX
1.10      jsg       162:     <li>Melco Inc. LUA2-TX
                    163:     <li>Microsoft MN110
                    164:     <li>Mobility EasiDock Ethernet
                    165:     <li>Netgear FA101
                    166:     <li>Omnidirectional Control Technology USB TO Ethernet
1.1       miod      167:     <li>Siemens SpeedStream USB
                    168:     <li>Smartbridges smartNIC 2
                    169:     <li>SMC 2202USB
                    170:     <li>SMC EZ Connect USB
                    171:     <li>SOHOware NUB100
1.10      jsg       172:     <li>SOHOware NUB110
1.1       miod      173:     </ul>
                    174: <li>ASIX Electronics AX88172 USB adapters (<a
                    175: href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;sektion=4">axe</a>),
                    176: including:
                    177:     <ul>
1.10      jsg       178:     <li>ATEN UC210T
                    179:     <li>Billionton Systems USB2AR
1.6       jsg       180:     <li>Buffalo (MELCO) LUA-U2-KTX
                    181:     <li>Corega FEther USB2-TX
1.10      jsg       182:     <li>D-Link DUB-E100
                    183:     <li>Hawking UF200
                    184:     <li>Intellinet USB 2.0 to Ethernet (rev A)
                    185:     <li>LinkSys USB200M
1.1       miod      186:     <li>Netgear FA120
1.6       jsg       187:     <li>Sitecom LN-029
                    188:     <li>SnapPort USB 2.0 LAN Adapter
1.10      jsg       189:     <li>ST Lab USB 2.0 Fast Ethernet
                    190:     <li>Surecom EP-1427X-2
1.6       jsg       191:     <li>System TALKS SGC-X2UL
1.10      jsg       192:     <li>TRENDnet TU2-ET100
1.1       miod      193:     </ul>
1.12      jsg       194: <li>Atmel AT76C50x based USB 802.11b adapters
                    195: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=zaurus&amp;sektion=4">atu</a>), including:
                    196:     <ul>
                    197:     <li>Acer Peripherals AWL300
                    198:     <li>Acer Peripherals AWL400
                    199:     <li>Aincomm AWU2000B
                    200:     <li>Bluetake BW002
                    201:     <li>D-Link DWL-120
                    202:     <li>Geowave GW-US11S
                    203:     <li>Linksys WUSB11
                    204:     <li>Linksys WUSB11-V28
                    205:     <li>Netgear MA101 rev B
                    206:     <li>Ovislink AirLive WL-1120USB
                    207:     <li>OvisLink AirLive WL-1130USB
                    208:     <li>SMC 2662W-AR
                    209:     <li>SMC 2662W-V4
                    210:     </ul>
1.1       miod      211: <li>USB Host-to-Host Communication Devices (<a
                    212: href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdce&amp;sektion=4">cdce</a>)
                    213: <li>CATC USB-EL1210A-based USB adapters (<a
                    214: href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;sektion=4">cue</a>),
                    215: including:
                    216:     <ul>
1.10      jsg       217:     <li>Belkin F5U111
1.1       miod      218:     <li>CATC Netmate and Netmate II
1.10      jsg       219:     <li>SmartBridges SmartLink
1.1       miod      220:     </ul>
                    221: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a
                    222: href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;sektion=4">kue</a>),
                    223: including:
                    224:     <ul>
1.10      jsg       225:     <li>3Com 3c19250
1.1       miod      226:     <li>3Com 3c460 HomeConnect
1.10      jsg       227:     <li>AboCom Systems URE450 Ethernet
1.1       miod      228:     <li>ADS Technologies USB-10BT
                    229:     <li>Aox USB101
1.10      jsg       230:     <li>Asante USB to Ethernet
                    231:     <li>ATen DSB-650C
1.1       miod      232:     <li>ATen UC10T
                    233:     <li>Corega USB-T
1.10      jsg       234:     <li>D-Link DSB-650C
                    235:     <li>Entrega NET-USB-E45
                    236:     <li>I/O Data USB-ET/T
                    237:     <li>Jaton USB XpressNet
1.1       miod      238:     <li>Kawasaki USB101
1.10      jsg       239:     <li>Kingston Ethernet
1.1       miod      240:     <li>LinkSys USB10T
1.10      jsg       241:     <li>Mobility Ethernet
1.1       miod      242:     <li>Netgear EA101
                    243:     <li>Peracom USB
1.10      jsg       244:     <li>Portgear Ethernet
                    245:     <li>Portsmith Express Ethernet
                    246:     <li>Psion Dacom Gold Port Ethernet
                    247:     <li>Shark Pocket Adapter
                    248:     <li>Silicom U2E
                    249:     <li>SMC 2102USB
                    250:     <li>SMC 2104USB
1.1       miod      251:     </ul>
                    252: <li>Davicom DM9601 USB Ethernet adapters (<a
                    253: href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;sektion=4">udav</a>),
                    254: including:
                    255:     <ul>
                    256:     <li>Corega FEther USB-TXC
                    257:     </ul>
                    258: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>)
                    259: <li>USB Mass Storage devices, i.e., USB floppy drives and USB memory stick
                    260: controllers (<a
                    261: href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;sektion=4">umass</a>)
                    262: <li>USB-USB cables (<a
                    263: href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;sektion=4">upl</a>)
                    264: <li>Realtek RTL8150L based USB adapters (<a
                    265: href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;sektion=4">url</a>),
                    266: including:
                    267:     <ul>
1.10      jsg       268:     <li>Abocom RTL8151
1.1       miod      269:     <li>GreenHouse GH-USB100B
1.10      jsg       270:     <li>GreenHouse GH-USB100B with HomePNA
1.1       miod      271:     <li>Linksys USB100M
1.10      jsg       272:     <li>Longshine LCS-8138TX
                    273:     <li>Melco Inc. LUA-KTX
                    274:     <li>Micronet SP128AR
                    275:     <li>SMC 2208USB/ETH
                    276:     <li>TrendNet TU-ET100C
                    277:     <li>Zt USB10/100
1.1       miod      278:     </ul>
1.7       uwe       279: <li>Wireless USB adapters
1.1       miod      280: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    281:     <ul>
                    282:     <li>Acer Warplink USB-400
                    283:     <li>Actiontec HWU01170
1.11      jsg       284:     <li>AirVast WM168b
                    285:     <li>Ambit WLAN
1.1       miod      286:     <li>Apacer Wireless Steno MB112
1.11      jsg       287:     <li>ASUS WL-140
                    288:     <li>Compaq W100
1.1       miod      289:     <li>Corega WLUSB-11
1.11      jsg       290:     <li>Corega WLUSB-11 Key
                    291:     <li>D-Link DWL-120 (rev F)
                    292:     <li>D-Link DWL-122
1.1       miod      293:     <li>I-O DATA WN-B11/USB
                    294:     <li>Intel PRO/Wireless 2011B
                    295:     <li>Intersil Prism 2X
                    296:     <li>JVC MP-XP7250
                    297:     <li>Linksys WUSB11 v3.0
                    298:     <li>Linksys WUSB12
1.11      jsg       299:     <li>Melco WLI-USB-KB11
1.1       miod      300:     <li>Melco WLI-USB-KS11G
1.11      jsg       301:     <li>Melco WLI-USB-S11
1.1       miod      302:     <li>Microsoft MN510
1.11      jsg       303:     <li>Netgear MA111 (version 1 only)
                    304:     <li>Pheenet WL-503IA
                    305:     <li>Planex GW-US11H
1.1       miod      306:     <li>Siemens SpeedStream SS1022
1.11      jsg       307:     <li>Sitecom WL-022
1.1       miod      308:     <li>Syntax USB-400
1.11      jsg       309:     <li>US Robotics 1120
                    310:     <li>Z-Com XI-725/726
                    311:     <li>Z-Com XI-735
                    312:     <li>ZyXEL ZyAIR B-200
1.1       miod      313:     </ul>
                    314: </ul>
                    315:
1.7       uwe       316: <p>
                    317: <strong>PCMCIA/CF Devices</strong> (on the C3000)
                    318: <ul>
1.9       mcbride   319: <li>CF Mass Storage devices
                    320:     <ul>
                    321:     <li>Most Compact Flash cards and CF Microdrives.
                    322: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>)
                    323:     </ul>
1.7       uwe       324: <li>NE2000 compatible CF Ethernet adapters
                    325: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>)
                    326:     <ul>
                    327:     <li>Billionton Systems CFLT2-10N
1.8       pvalchev  328:     <li>Buffalo LanCard
1.7       uwe       329:     </ul>
1.12      jsg       330: <li>Intersil PRISM-2-3 based 802.11b Compact Flash adapters
1.7       uwe       331: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    332:     <ul>
                    333:     <li>Buffalo AirStation
                    334:     <li>D-Link DCF-660W
                    335:     <li>ELSA XI800
1.9       mcbride   336:     <li>Linksys WCF12
1.12      jsg       337:     <li>Netgear MA701
1.7       uwe       338:     </ul>
                    339: </ul>
                    340:
1.1       miod      341: <hr>
                    342: <a name="install"></a>
                    343: <h3><font color="#0000e0">
                    344: <strong>Getting and installing OpenBSD/zaurus:</strong>
                    345: </font></h3>
                    346:
                    347: <p>
1.3       miod      348: There is no official OpenBSD/zaurus release yet.
1.1       miod      349: <!--
                    350: The latest supported OpenBSD/zaurus release is
                    351: <a href="37.html">OpenBSD 3.7</a>.
                    352: Here are the
                    353: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.7/zaurus/INSTALL.zaurus">
                    354: OpenBSD/zaurus 3.7 installation instructions
                    355: </a>.
                    356: -->
                    357:
                    358: <p>
                    359: Snapshots are made available from time to time, in
                    360: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/zaurus">this location</a>
                    361: as well as in a few
                    362: <a href="ftp.html">mirrors</a>.
                    363: Here are the
                    364: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/zaurus/INSTALL.zaurus">
                    365: OpenBSD/zaurus snapshot installation instructions
                    366: </a> as well.
                    367:
                    368: <hr>
                    369: <a href="plat.html">
                    370: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    371: </a>
                    372: <br>
                    373: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    374: <br>
1.13    ! drahn     375: <small>$OpenBSD: zaurus.html,v 1.12 2005/03/07 10:02:39 jsg Exp $</small>
1.1       miod      376:
                    377: </body>
                    378: </html>