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

Annotation of www/landisk.html, Revision 1.85

1.83      bentley     1: <!doctype html>
                      2: <html lang=en id=platform>
                      3: <meta charset=utf-8>
                      4:
1.1       deraadt     5: <title>OpenBSD/landisk</title>
                      6: <meta name="description" content="the OpenBSD/landisk page">
1.69      tb          7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.72      tb          9: <link rel="canonical" href="https://www.openbsd.org/landisk.html">
1.1       deraadt    10:
                     11:
1.83      bentley    12: <h2 id=OpenBSD>
1.69      tb         13: <a href="index.html">
1.83      bentley    14: <i>Open</i><b>BSD</b></a>
                     15: landisk
1.69      tb         16: </h2>
1.1       deraadt    17: <hr>
1.83      bentley    18:
                     19: <table><tr><td>
1.69      tb         20: <p>
1.1       deraadt    21: OpenBSD/landisk runs on machines related to the
                     22: <a href="http://www.iodata.jp/prod/storage/hdd/2004/usl-5p/index.htm">
                     23: IO-DATA USL-5P</a>, using a
                     24: <a href="http://www.renesas.com">Hitachi/Renesas</a>
                     25: SH-4 CPU.<br>
                     26: This platform comes in a variety of models:
                     27:
                     28: <ul>
1.8       deraadt    29: <li>IO-DATA USL-5P, using CF storage (Japan; as shown)
1.11      jsg        30: <li>IO-DATA HDL-U, HDL-AV, HDL-W and HDLM-U series (Japan)
1.3       jsg        31: <li>SuperTank LAN Tank (SOTO-HDLWU) (Japan)
1.2       jsg        32: <li>IO-DATA UHDL-160U and UHDL-300U (May be found in USA)
1.7       martin     33: <li>Plextor PX-EH16L, PX-EH25L and PX-EH40L
1.1       deraadt    34: </ul>
                     35:
1.83      bentley    36: <p>
1.10      jsg        37: Note: The "Giga-landisk" and HDL-F machines are ARM-based
1.81      kmos       38: (both Intel XScale &amp; Marvell), some of which were supported by the
                     39: defunct <a href="armish.html">armish</a> architecture.
1.1       deraadt    40:
1.83      bentley    41: <td>
                     42: <a href="images/usl5p.jpg">
                     43: <img src="images/usl5p.jpg" width="306" height="422" alt="usl5p"></a>
                     44: </table>
                     45:
1.1       deraadt    46: <hr>
1.33      deraadt    47:
1.83      bentley    48: <h3 id="history"><strong>History</strong></h3>
                     49:
1.1       deraadt    50: <p>
                     51: OpenBSD/landisk is the 1st OpenBSD port to a
                     52: <a href="http://www.renesas.com">Hitachi/Renesas</a> SH-4 based machine.
                     53: It is hoped that other SH-4 based machines will show up which are
                     54: interesting enough for our user and development community, but the SH-4
                     55: processor is normally used only in true embedded products.
                     56:
1.83      bentley    57: <p>
1.71      tb         58: This processor architecture is the first 32-bit successor of a series
1.39      sthen      59: of extremely bizarre 8 and 16 bit processors by Hitachi.  It has a
1.33      deraadt    60: very strange instruction set and MMU, and developers find it quite a
                     61: challenge to map their knowledge of Unix low-level ideas to the
                     62: processor architecture.
                     63:
1.83      bentley    64: <h3 id="status"><strong>Current status</strong></h3>
1.1       deraadt    65:
                     66: <p>
1.33      deraadt    67: Hardware support is mostly complete and quite stable.
1.1       deraadt    68:
1.83      bentley    69: <h3 id="hardware"><strong>Supported hardware</strong></h3>
1.15      deraadt    70:
1.55      rapha      71: <p>
1.83      bentley    72: For a complete system component and device driver listing for this architecture, see <a href="https://man.openbsd.org/landisk/intro.4">intro(4/landisk)</a>.
                     73:
1.15      deraadt    74: <ul>
1.33      deraadt    75: <li>HITACHI SH4 SH7751R processor at 266MHz.
                     76: <li>64MB of ram.
1.83      bentley    77: <li><a href="https://man.openbsd.org/re.4">re(4)</a> 100Mbit ethernet.
                     78: <li><a href="https://man.openbsd.org/wdc.4">wdc(4)</a> drive controller connected to either flash or microdrive in a CF socket, on some models.
                     79: <li><a href="https://man.openbsd.org/pciide.4">pciide(4)</a> IDE drive controller supporting <a href="https://man.openbsd.org/wd.4">wd(4)</a>, on some models.
                     80: <li><a href="https://man.openbsd.org/com.4">com(4)</a> serial port console at 9600 baud (lacking hardware flow control).
                     81: <li><a href="https://man.openbsd.org/ehci.4">ehci(4)</a> and <a href="https://man.openbsd.org/ohci.4">ohci(4)</a> USB controllers supporting most <a href="https://man.openbsd.org/usb.4">usb(4)</a> devices.
                     82: <li><a href="https://man.openbsd.org/landisk/power.4">power(4)</a> button and some LEDs.
1.15      deraadt    83: </ul>
                     84:
1.83      bentley    85: <h3 id="install">
1.33      deraadt    86: <strong>Getting and installing</strong>
1.83      bentley    87: </h3>
1.1       deraadt    88:
                     89: <p>
1.25      miod       90: The latest supported OpenBSD/landisk release is
1.85    ! tj         91: <a href="67.html">OpenBSD 6.7</a>.
1.25      miod       92: Here are the
1.85    ! tj         93: <a href="https://ftp.openbsd.org/pub/OpenBSD/6.7/landisk/INSTALL.landisk">
1.78      tj         94: OpenBSD/landisk installation instructions</a>.
1.25      miod       95:
                     96: <p>
1.1       deraadt    97: Snapshots are made available from time to time, in
1.80      tj         98: <a href="https://cdn.openbsd.org/pub/OpenBSD/snapshots/landisk">this location</a>
                     99: as well as on a few
1.1       deraadt   100: <a href="ftp.html">mirrors</a>.
                    101: Here are the
1.80      tj        102: <a href="https://ftp.openbsd.org/pub/OpenBSD/snapshots/landisk/INSTALL.landisk">
1.75      tb        103: OpenBSD/landisk snapshot installation instructions</a> as well.
1.1       deraadt   104:
1.83      bentley   105: <img height=274 width=410 src="images/usl5p-serial.gif" alt="usl5p serial"
                    106: style="float: right">
                    107: <h3 id="serial">
1.19      nick      108: <strong>Serial cable connection</strong>
1.83      bentley   109: </h3>
1.4       deraadt   110: All of these machines require a special serial cable which does
                    111: voltage conversion, and can hopefully be purchased along with the
                    112: card.  This cable normally contains a little max232 or similar chip
1.5       deraadt   113: which converts from the 3.3V signals to +/-12V.  The IO-DATA cable
                    114: has pins which can grip the inside of the holes.  Or you can attempt
1.4       deraadt   115: to build your own using
                    116: <a href="http://www.mizore.jp/wiki/index.php?LANDISK%2Fserial-console">
                    117: some Japanese instructions</a>.
1.83      bentley   118:
1.4       deraadt   119: <p>
1.6       deraadt   120: The IO-DATA cable converts from a DB9 connector to a 5-pin header
                    121: (3.3V Tx Rx GND NC).  Note that the Rx and Tx pins on the board are
                    122: <b>swapped</b> compared to the ARM-based machines made by IO-DATA.
                    123: All the board models have a 5-pin connector (called CN7) which the cable
                    124: can plug into -- except for the USL-5P which has a 4-pin header (thus
                    125: requiring removal of the spare pin).
1.83      bentley   126:
1.4       deraadt   127: <p>
1.5       deraadt   128: A USL-5P is shown with a modified IO-DATA cable.  In this case the cable
                    129: has been shortened significantly and the DB9 connector is glued into a slot
                    130: carefully cut into the plastic between the ethernet and a USB port.