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

Annotation of www/zaurus.html, Revision 1.22

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>
1.22    ! uwe        50:   <li><a href="#install">Getting and installing OpenBSD/zaurus</a>
1.1       miod       51: <!--
                     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.16      deraadt    88:   <li>Better raw console display support (X11 works perfectly).
                     89:   <li>Touch screen calibration support.
                     90:   <li>Better power management support (debounce on suspend/power button, ohci suspend).
                     91:   <li>Audio support.
                     92:   <li>SD/SDIO support.
                     93:   <li>Fix the serial port weirdness.
1.13      drahn      94:   <li>C-860 support.
1.1       miod       95: </ul>
                     96:
                     97: <hr>
                     98: <a name="hardware"></a>
                     99: <h3><font color="#0000e0"><strong>Supported hardware:
                    100: </strong></font></h3>
                    101:
                    102: <p>
                    103: At the moment, the following Zaurus models are supported:
                    104:
                    105: <li><strong>Zaurus SL-C3000</strong>
                    106: <ul>
                    107: <li>Serial port (suitable as console)
                    108: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com</a>)
                    109: <li>LCD display panel
                    110: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcd&amp;arch=zaurus&amp;sektion=4">lcd</a>)
1.5       deraadt   111: <li>Native C3000 keyboard
                    112: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zkbd&amp;arch=zaurus&amp;sektion=4">zkbd</a>)
1.1       miod      113: <li>PCMCIA slot
                    114: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxapcic&amp;arch=zaurus&amp;sektion=4">pxapcic</a>)
                    115: <li>On-board microdrive
                    116: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>)
                    117: <li>USB controller
                    118: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci</a>)
1.14      uwe       119: <li>Power management
                    120: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apm&amp;sektion=4&amp;arch=zaurus">apm</a>)
1.1       miod      121: </ul>
                    122: </ul>
                    123:
                    124: <p>
                    125: <strong>USB Devices</strong> (on the C3000)
                    126: <ul>
                    127: <li>ADMtek AN986-based USB adapters (<a
                    128: href="http://www.openbsd.org/cgi-bin/man.cgi?query=aue&amp;sektion=4">aue</a>),
                    129: including:
                    130:     <ul>
1.10      jsg       131:     <li>3Com 3c460b
1.1       miod      132:     <li>Abocom UFE1000
                    133:     <li>Abocom DSB650TX
                    134:     <li>Accton USB320-EC
1.10      jsg       135:     <li>Accton SpeedStream Ethernet
1.1       miod      136:     <li>Admtek Pegasus
                    137:     <li>Admtek Pegasus II
1.10      jsg       138:     <li>AEI USB Fast Ethernet
                    139:     <li>Allied Telesyn AT-USB100
                    140:     <li>ATEN UC-110T
                    141:     <li>Belkin USB to LAN
1.1       miod      142:     <li>Billionton Systems USB100
1.10      jsg       143:     <li>Billionton Systems USB100EL
                    144:     <li>Billionton Systems USB100LP
                    145:     <li>Billionton Systems USBE100
1.1       miod      146:     <li>Corega FEther USB-TX
1.10      jsg       147:     <li>Corega FEther USB-TXS
1.1       miod      148:     <li>D-Link DSB-650
                    149:     <li>D-Link DSB-650TX
                    150:     <li>D-Link DSB-650TX-PNA
1.10      jsg       151:     <li>ELCON Systemtechnik Goldpfeil P-LAN
                    152:     <li>Elecom LD-USB/TX
                    153:     <li>Elecom LD-USBL/TX
1.1       miod      154:     <li>Elsa Microlink USB2Ethernet
1.10      jsg       155:     <li>GIGABYTE GN-BR402W
                    156:     <li>Hawking UF100
                    157:     <li>HP HN210E
1.1       miod      158:     <li>I/O DATA USB ETTX
                    159:     <li>Kingston KNU101TX
1.10      jsg       160:     <li>Laneed LD-USBL/TX
1.1       miod      161:     <li>LinkSys USB100TX
                    162:     <li>LinkSys USB100H1
1.10      jsg       163:     <li>LinkSys USB10T
1.1       miod      164:     <li>LinkSys USB10TA
1.10      jsg       165:     <li>LinkSys USB10TX
1.1       miod      166:     <li>Melco Inc. LUA-TX
1.10      jsg       167:     <li>Melco Inc. LUA2-TX
                    168:     <li>Microsoft MN110
                    169:     <li>Mobility EasiDock Ethernet
                    170:     <li>Netgear FA101
                    171:     <li>Omnidirectional Control Technology USB TO Ethernet
1.1       miod      172:     <li>Siemens SpeedStream USB
                    173:     <li>Smartbridges smartNIC 2
                    174:     <li>SMC 2202USB
                    175:     <li>SMC EZ Connect USB
                    176:     <li>SOHOware NUB100
1.10      jsg       177:     <li>SOHOware NUB110
1.1       miod      178:     </ul>
                    179: <li>ASIX Electronics AX88172 USB adapters (<a
                    180: href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;sektion=4">axe</a>),
                    181: including:
                    182:     <ul>
1.10      jsg       183:     <li>ATEN UC210T
                    184:     <li>Billionton Systems USB2AR
1.6       jsg       185:     <li>Buffalo (MELCO) LUA-U2-KTX
                    186:     <li>Corega FEther USB2-TX
1.10      jsg       187:     <li>D-Link DUB-E100
                    188:     <li>Hawking UF200
                    189:     <li>Intellinet USB 2.0 to Ethernet (rev A)
1.15      jsg       190:     <li>JVC MP-PRX1
1.10      jsg       191:     <li>LinkSys USB200M
1.1       miod      192:     <li>Netgear FA120
1.6       jsg       193:     <li>Sitecom LN-029
                    194:     <li>SnapPort USB 2.0 LAN Adapter
1.10      jsg       195:     <li>ST Lab USB 2.0 Fast Ethernet
                    196:     <li>Surecom EP-1427X-2
1.6       jsg       197:     <li>System TALKS SGC-X2UL
1.10      jsg       198:     <li>TRENDnet TU2-ET100
1.1       miod      199:     </ul>
1.12      jsg       200: <li>Atmel AT76C50x based USB 802.11b adapters
                    201: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&amp;arch=zaurus&amp;sektion=4">atu</a>), including:
                    202:     <ul>
1.18      jsg       203:     <li>3Com 3CRSHEW696
                    204:     <li>AboCom BWU613
                    205:     <li>Accton 2664W
1.12      jsg       206:     <li>Acer Peripherals AWL300
                    207:     <li>Acer Peripherals AWL400
1.18      jsg       208:     <li>Actiontec 802UAT1
                    209:     <li>Addtron AWU120
1.12      jsg       210:     <li>Aincomm AWU2000B
1.18      jsg       211:     <li>Askey Computer Voyager 1010
                    212:     <li>Askey Computer WLL013 (Intersil Radio)
                    213:     <li>Askey Computer WLL013 (RFMD Radio)
                    214:     <li>Atmel AT76C503 (Intersil Radio)
                    215:     <li>Atmel AT76C503 (RFMD Radio)
                    216:     <li>Atmel AT76C505 (RFMD Radio)
                    217:     <li>Atmel AT76C505 (RFMD 2958 Radio)
                    218:     <li>Atmel AT76C505A (RFMD 2958 Radio)
                    219:     <li>Atmel AT76C505AS (RFMD 2958 Radio)
                    220:     <li>Belkin F5D6050
1.12      jsg       221:     <li>Bluetake BW002
1.18      jsg       222:     <li>Compaq iPAQ h54xx/h55xx Internal WLAN
                    223:     <li>Conceptronic C11U
                    224:     <li>Conceptronic WL210
                    225:     <li>Corega WLAN USB Stick 11
                    226:     <li>Dick Smith Electronics CHUSB 611G
                    227:     <li>Dick Smith Electronics WL200U
                    228:     <li>Dick Smith Electronics WL240U
                    229:     <li>Dick Smith Electronics XH1153
                    230:     <li>D-Link DWL-120 rev E
1.12      jsg       231:     <li>Geowave GW-US11S
1.18      jsg       232:     <li>Gigabyte GN-WLBM101
                    233:     <li>Gigaset WLAN
                    234:     <li>Hewlett-Packard HN210W
                    235:     <li>Intel AP310 AnyPoint II
                    236:     <li>I/O DATA USB WN-B11
                    237:     <li>Lexar 2662W-AR
                    238:     <li>Linksys WUSB11 802.11b
                    239:     <li>Linksys WUSB11 802.11b v2.8
                    240:     <li>MSI WLAN
                    241:     <li>Netgear MA101
1.12      jsg       242:     <li>Netgear MA101 rev B
                    243:     <li>Ovislink AirLive WL-1120USB
                    244:     <li>OvisLink AirLive WL-1130USB
1.18      jsg       245:     <li>Planex Communications GW-US11S
                    246:     <li>Samsung SWL2100W
                    247:     <li>Siemens WLL013
                    248:     <li>SMC EZ Connect 11Mbps (SMC2662w)
                    249:     <li>SMC EZ Connect 11Mbps v2 (SMC2662wV2)
                    250:     <li>Tekram U-300C
                    251:     <li>W-Buddie WN210
                    252:     <li>Z-Com M4Y-750
1.12      jsg       253:     </ul>
1.1       miod      254: <li>USB Host-to-Host Communication Devices (<a
                    255: href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdce&amp;sektion=4">cdce</a>)
                    256: <li>CATC USB-EL1210A-based USB adapters (<a
                    257: href="http://www.openbsd.org/cgi-bin/man.cgi?query=cue&amp;sektion=4">cue</a>),
                    258: including:
                    259:     <ul>
1.10      jsg       260:     <li>Belkin F5U111
1.1       miod      261:     <li>CATC Netmate and Netmate II
1.10      jsg       262:     <li>SmartBridges SmartLink
1.1       miod      263:     </ul>
                    264: <li>Kawasaki LSI KL5KUSB101B-based USB adapters (<a
                    265: href="http://www.openbsd.org/cgi-bin/man.cgi?query=kue&amp;sektion=4">kue</a>),
                    266: including:
                    267:     <ul>
1.10      jsg       268:     <li>3Com 3c19250
1.1       miod      269:     <li>3Com 3c460 HomeConnect
1.10      jsg       270:     <li>AboCom Systems URE450 Ethernet
1.1       miod      271:     <li>ADS Technologies USB-10BT
                    272:     <li>Aox USB101
1.10      jsg       273:     <li>Asante USB to Ethernet
                    274:     <li>ATen DSB-650C
1.1       miod      275:     <li>ATen UC10T
                    276:     <li>Corega USB-T
1.10      jsg       277:     <li>D-Link DSB-650C
                    278:     <li>Entrega NET-USB-E45
                    279:     <li>I/O Data USB-ET/T
                    280:     <li>Jaton USB XpressNet
1.1       miod      281:     <li>Kawasaki USB101
1.10      jsg       282:     <li>Kingston Ethernet
1.1       miod      283:     <li>LinkSys USB10T
1.10      jsg       284:     <li>Mobility Ethernet
1.1       miod      285:     <li>Netgear EA101
                    286:     <li>Peracom USB
1.10      jsg       287:     <li>Portgear Ethernet
                    288:     <li>Portsmith Express Ethernet
                    289:     <li>Psion Dacom Gold Port Ethernet
                    290:     <li>Shark Pocket Adapter
                    291:     <li>Silicom U2E
                    292:     <li>SMC 2102USB
                    293:     <li>SMC 2104USB
1.1       miod      294:     </ul>
                    295: <li>Davicom DM9601 USB Ethernet adapters (<a
                    296: href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;sektion=4">udav</a>),
                    297: including:
                    298:     <ul>
                    299:     <li>Corega FEther USB-TXC
                    300:     </ul>
                    301: <li>USB Keyboards (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&amp;sektion=4">ukbd</a>)
                    302: <li>USB Mass Storage devices, i.e., USB floppy drives and USB memory stick
                    303: controllers (<a
                    304: href="http://www.openbsd.org/cgi-bin/man.cgi?query=umass&amp;sektion=4">umass</a>)
                    305: <li>USB-USB cables (<a
                    306: href="http://www.openbsd.org/cgi-bin/man.cgi?query=upl&amp;sektion=4">upl</a>)
1.17      jsg       307: <li>Ralink RT2500 based USB 2.0 802.11b/g adapters (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ural&amp;arch=zaurus&amp;sektion=4">ural</a>), including:
                    308: <font color="#0000e0">*</font>
                    309:     <ul>
                    310:     <li>AMIT WL532U
                    311:     <li>ASUS WL-167g
                    312:     <li>Buffalo WLI-U2-KG54-AI
                    313:     <li>CNet CWD-854
                    314:     <li>Compex WLU54G
                    315:     <li>Conceptronic C54RU
                    316:     <li>D-Link DWL-G122 (b1)
                    317:     <li>E-Tech WGUS02
                    318:     <li>Gigabyte GN-WBKG
                    319:     <li>Linksys WUSB54G v4
                    320:     <li>Linksys WUSB54GP v4
                    321:     <li>MSI MS-6861
                    322:     <li>MSI MS-6865
                    323:     <li>MSI MS-6869
                    324:     <li>Repotec RP-WU0402
                    325:     <li>Surecom EP-9001-g
                    326:     <li>Zinwell ZWX-G261
                    327:     </ul>
1.1       miod      328: <li>Realtek RTL8150L based USB adapters (<a
                    329: href="http://www.openbsd.org/cgi-bin/man.cgi?query=url&amp;sektion=4">url</a>),
                    330: including:
                    331:     <ul>
1.10      jsg       332:     <li>Abocom RTL8151
1.1       miod      333:     <li>GreenHouse GH-USB100B
1.10      jsg       334:     <li>GreenHouse GH-USB100B with HomePNA
1.1       miod      335:     <li>Linksys USB100M
1.10      jsg       336:     <li>Longshine LCS-8138TX
                    337:     <li>Melco Inc. LUA-KTX
                    338:     <li>Micronet SP128AR
                    339:     <li>SMC 2208USB/ETH
                    340:     <li>TrendNet TU-ET100C
                    341:     <li>Zt USB10/100
1.1       miod      342:     </ul>
1.17      jsg       343: <li>Intersil PRISM 2.5/3 based USB 802.11b adapters
1.1       miod      344: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    345:     <ul>
                    346:     <li>Acer Warplink USB-400
                    347:     <li>Actiontec HWU01170
1.11      jsg       348:     <li>AirVast WM168b
                    349:     <li>Ambit WLAN
1.1       miod      350:     <li>Apacer Wireless Steno MB112
1.11      jsg       351:     <li>ASUS WL-140
                    352:     <li>Compaq W100
1.1       miod      353:     <li>Corega WLUSB-11
1.11      jsg       354:     <li>Corega WLUSB-11 Key
                    355:     <li>D-Link DWL-120 (rev F)
                    356:     <li>D-Link DWL-122
1.1       miod      357:     <li>I-O DATA WN-B11/USB
                    358:     <li>Intel PRO/Wireless 2011B
                    359:     <li>Intersil Prism 2X
                    360:     <li>JVC MP-XP7250
                    361:     <li>Linksys WUSB11 v3.0
                    362:     <li>Linksys WUSB12
1.11      jsg       363:     <li>Melco WLI-USB-KB11
1.1       miod      364:     <li>Melco WLI-USB-KS11G
1.11      jsg       365:     <li>Melco WLI-USB-S11
1.1       miod      366:     <li>Microsoft MN510
1.11      jsg       367:     <li>Netgear MA111 (version 1 only)
                    368:     <li>Pheenet WL-503IA
                    369:     <li>Planex GW-US11H
1.1       miod      370:     <li>Siemens SpeedStream SS1022
1.11      jsg       371:     <li>Sitecom WL-022
1.1       miod      372:     <li>Syntax USB-400
1.11      jsg       373:     <li>US Robotics 1120
                    374:     <li>Z-Com XI-725/726
                    375:     <li>Z-Com XI-735
                    376:     <li>ZyXEL ZyAIR B-200
1.1       miod      377:     </ul>
                    378: </ul>
                    379:
1.7       uwe       380: <p>
                    381: <strong>PCMCIA/CF Devices</strong> (on the C3000)
                    382: <ul>
1.9       mcbride   383: <li>CF Mass Storage devices
                    384:     <ul>
                    385:     <li>Most Compact Flash cards and CF Microdrives.
                    386: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd</a>)
                    387:     </ul>
1.7       uwe       388: <li>NE2000 compatible CF Ethernet adapters
                    389: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ne&amp;sektion=4">ne</a>)
                    390:     <ul>
                    391:     <li>Billionton Systems CFLT2-10N
1.20      uwe       392:     <li>Buffalo LPC-CF-CLT
1.7       uwe       393:     </ul>
1.12      jsg       394: <li>Intersil PRISM-2-3 based 802.11b Compact Flash adapters
1.7       uwe       395: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wi&amp;sektion=4">wi</a>)
                    396:     <ul>
1.21      dhartmei  397:     <li>ASUS WL-110
1.7       uwe       398:     <li>Buffalo AirStation
                    399:     <li>D-Link DCF-660W
                    400:     <li>ELSA XI800
1.9       mcbride   401:     <li>Linksys WCF12
1.12      jsg       402:     <li>Netgear MA701
1.7       uwe       403:     </ul>
                    404: </ul>
                    405:
1.1       miod      406: <hr>
                    407: <a name="install"></a>
                    408: <h3><font color="#0000e0">
                    409: <strong>Getting and installing OpenBSD/zaurus:</strong>
                    410: </font></h3>
                    411:
1.20      uwe       412: <p>
                    413: There is no official OpenBSD/zaurus release yet.
                    414: <!--
1.1       miod      415: The latest supported OpenBSD/zaurus release is
                    416: <a href="37.html">OpenBSD 3.7</a>.
                    417: Here are the
                    418: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.7/zaurus/INSTALL.zaurus">
                    419: OpenBSD/zaurus 3.7 installation instructions
                    420: </a>.
1.20      uwe       421: -->
1.1       miod      422:
                    423: <p>
                    424: Snapshots are made available from time to time, in
                    425: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/zaurus">this location</a>
                    426: as well as in a few
                    427: <a href="ftp.html">mirrors</a>.
                    428: Here are the
                    429: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/zaurus/INSTALL.zaurus">
                    430: OpenBSD/zaurus snapshot installation instructions
                    431: </a> as well.
                    432:
                    433: <hr>
                    434: <a href="plat.html">
                    435: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    436: </a>
                    437: <br>
                    438: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    439: <br>
1.22    ! uwe       440: <small>$OpenBSD: zaurus.html,v 1.21 2005/03/24 14:01:03 dhartmei Exp $</small>
1.1       miod      441:
                    442: </body>
                    443: </html>