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

Annotation of www/landisk.html, Revision 1.32

1.1       deraadt     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/landisk</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/landisk page">
                     10: <meta name="keywords" content="openbsd,arm">
                     11: <meta name="distribution" content="global">
1.23      jsg        12: <meta name="copyright" content="This document copyright 1996-2007 by OpenBSD.">
1.1       deraadt    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/sm
                     17: alltitle.gif" border="0"></a>
                     18: <p>
                     19: <h2><font color="#e00000">OpenBSD/landisk</font></h2>
                     20:
                     21: <hr>
                     22: <img align=right width=306 height=422 src="images/usl5p.jpg">
                     23:
                     24: <p>
                     25: OpenBSD/landisk runs on machines related to the
                     26: <a href="http://www.iodata.jp/prod/storage/hdd/2004/usl-5p/index.htm">
                     27: IO-DATA USL-5P</a>, using a
                     28: <a href="http://www.renesas.com">Hitachi/Renesas</a>
                     29: SH-4 CPU.<br>
                     30: This platform comes in a variety of models:
                     31:
                     32: <ul>
1.8       deraadt    33: <li>IO-DATA USL-5P, using CF storage (Japan; as shown)
1.11      jsg        34: <li>IO-DATA HDL-U, HDL-AV, HDL-W and HDLM-U series (Japan)
1.3       jsg        35: <li>SuperTank LAN Tank (SOTO-HDLWU) (Japan)
1.2       jsg        36: <li>IO-DATA UHDL-160U and UHDL-300U (May be found in USA)
1.7       martin     37: <li>Plextor PX-EH16L, PX-EH25L and PX-EH40L
1.1       deraadt    38: </ul>
                     39:
1.10      jsg        40: Note: The "Giga-landisk" and HDL-F machines are ARM-based
1.28      tobias     41: (both Intel XScale &amp; Marvell)
1.10      jsg        42: some of which are supported by the <a href="armish.html">armish</a>
                     43: architecture.
1.1       deraadt    44:
                     45: <p>
1.12      deraadt    46: The current port maintainers are Dale Rahn
                     47: (<a href="mailto:drahn@openbsd.org">drahn@openbsd.org</a>),
1.29      todd       48: and
1.12      deraadt    49: Miod Vallat
1.29      todd       50: (<a href="mailto:miod@openbsd.org">miod@openbsd.org</a>).
1.1       deraadt    51:
                     52:
1.26      nick       53: <a name="toc"></a>
1.1       deraadt    54: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     55: <ul>
                     56:   <li><a href="#history">History of the port</a>
                     57:   <li><a href="#status">Current status</a>
                     58:   <li><a href="#projects">Project list</a>
                     59:   <li><a href="#hardware">Supported hardware</a>
                     60:   <li><a href="#install">Getting and installing OpenBSD/landisk</a>
1.4       deraadt    61:   <li><a href="#serial">Serial cable connection</a>
1.1       deraadt    62: </ul>
                     63: <br clear=all>
                     64: <hr>
                     65: <a name="history"></a>
                     66: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
                     67: <p>
                     68: OpenBSD/landisk is the 1st OpenBSD port to a
                     69: <a href="http://www.renesas.com">Hitachi/Renesas</a> SH-4 based machine.
                     70: It is hoped that other SH-4 based machines will show up which are
                     71: interesting enough for our user and development community, but the SH-4
                     72: processor is normally used only in true embedded products.
                     73:
                     74: <hr>
                     75: <a name="status"></a>
                     76: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     77:
                     78: <p>
1.13      deraadt    79: Development is currently pretty active.
                     80: <p>
                     81: Currently there is a snapshot that can install the architecture
1.18      otto       82: (using a miniroot), and which is self-hosting.  There
1.13      deraadt    83: are still many bugs to fix.
1.1       deraadt    84:
                     85: <hr>
                     86: <a name="projects"></a>
                     87: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     88: </strong></font></h3>
                     89:
                     90: <ul>
1.22      miod       91: <li>Squelch remaining compiler optimization bugs.
1.1       deraadt    92: </ul>
                     93:
                     94: <hr>
1.15      deraadt    95: <a name="hardware"></a>
                     96: <h3><font color="#0000e0"><strong>Supported Hardware:</strong></font></h3>
                     97:
                     98: <ul>
                     99:     <li>HITACHI SH4 SH7751R processor.
1.31      deraadt   100:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;sektion=4">re(4)</a> 100Mbit ethernet.
                    101:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wd&amp;sektion=4">wd(4)</a> drive as either flash or microdrive in a CF socket.
                    102:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com(4)</a> serial port console at 9600 baud (lacking hardware flow control).
1.32    ! deraadt   103:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&amp;sektion=4">ehci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ohci&amp;sektion=4">ohci(4)</a> supporting most <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&amp;sektion=4">usb(4)</a> devices.
1.24      deraadt   104:     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=power&amp;arch=landisk&amp;sektion=4">power(4)</a> button and some LEDs.
1.15      deraadt   105: </ul>
                    106:
                    107: <hr>
1.1       deraadt   108: <a name="install"></a>
                    109: <h3><font color="#0000e0">
                    110: <strong>Getting and installing OpenBSD/landisk</strong>
                    111: </font></h3>
                    112:
                    113: <p>
1.25      miod      114: The latest supported OpenBSD/landisk release is
1.27      miod      115: <a href="42.html">OpenBSD 4.2</a>.
1.25      miod      116: Here are the
1.27      miod      117: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/4.2/landisk/INSTALL.landisk">
                    118: OpenBSD/landisk 4.2 installation instructions
1.25      miod      119: </a>.
                    120:
                    121: <p>
1.1       deraadt   122: Snapshots are made available from time to time, in
                    123: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/landisk">this location</a>
                    124: as well as in a few
                    125: <a href="ftp.html">mirrors</a>.
                    126: Here are the
                    127: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/landisk/INSTALL.landisk">
                    128: OpenBSD/landisk snapshot installation instructions
                    129: </a> as well.
                    130:
                    131: <hr>
1.4       deraadt   132: <img align="right" height=274 width=410 src="images/usl5p-serial.gif">
                    133: <a name="serial"></a>
                    134: <h3><font color="#0000e0">
1.19      nick      135: <strong>Serial cable connection</strong>
1.4       deraadt   136: </font></h3>
                    137: All of these machines require a special serial cable which does
                    138: voltage conversion, and can hopefully be purchased along with the
                    139: card.  This cable normally contains a little max232 or similar chip
1.5       deraadt   140: which converts from the 3.3V signals to +/-12V.  The IO-DATA cable
                    141: has pins which can grip the inside of the holes.  Or you can attempt
1.4       deraadt   142: to build your own using
                    143: <a href="http://www.mizore.jp/wiki/index.php?LANDISK%2Fserial-console">
                    144: some Japanese instructions</a>.
                    145: <p>
1.6       deraadt   146: The IO-DATA cable converts from a DB9 connector to a 5-pin header
                    147: (3.3V Tx Rx GND NC).  Note that the Rx and Tx pins on the board are
                    148: <b>swapped</b> compared to the ARM-based machines made by IO-DATA.
                    149: All the board models have a 5-pin connector (called CN7) which the cable
                    150: can plug into -- except for the USL-5P which has a 4-pin header (thus
                    151: requiring removal of the spare pin).
1.4       deraadt   152: <p>
1.5       deraadt   153: A USL-5P is shown with a modified IO-DATA cable.  In this case the cable
                    154: has been shortened significantly and the DB9 connector is glued into a slot
                    155: carefully cut into the plastic between the ethernet and a USB port.
1.4       deraadt   156: <br clear=all>
                    157: <hr>
1.1       deraadt   158: <a href="plat.html">
                    159: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    160: </a>
                    161: <br>
                    162: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    163: <br>
1.32    ! deraadt   164: <small>$OpenBSD: landisk.html,v 1.31 2008/04/03 03:34:21 deraadt Exp $</small>
1.1       deraadt   165:
                    166: </body>
                    167: </html>