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

Annotation of www/armish.html, Revision 1.32

1.1       matthieu    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/armish</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/armish page">
                     10: <meta name="keywords" content="openbsd,arm">
                     11: <meta name="distribution" content="global">
1.22      sthen      12: <meta name="copyright" content="This document copyright 1996-2009 by OpenBSD.">
1.1       matthieu   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/armish</font></h2>
                     20:
                     21: <hr>
                     22:
                     23: <p>
                     24: OpenBSD/armish runs on various ARM-based appliances,
1.30      jasper     25: using the Redboot bootloader (and which boot Linux by default).
1.1       matthieu   26:
                     27: <p>
                     28: A mailing list for ARM-based ports is available at
                     29: <u><font color="#23238e">arm@openbsd.org</font></u>.
                     30: To join the OpenBSD/arm mailing list, send a message body of
                     31: <b>"subscribe arm"</b> to
                     32: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     33: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     34: subscribing.
                     35:
                     36: <p>
                     37: The current port maintainer is Dale Rahn
                     38: (<a href="mailto:drahn@openbsd.org">drahn@openbsd.org</a>).
                     39:
                     40:
1.16      nick       41: <a name="toc"></a>
1.1       matthieu   42: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     43: <ul>
                     44:   <li><a href="#history">History of the port</a>
                     45:   <li><a href="#status">Current status</a>
                     46:   <li><a href="#projects">Project list</a>
                     47:   <li><a href="#install">Getting and installing OpenBSD/armish</a>
                     48: </ul>
                     49:
                     50: <hr>
                     51: <a name="history"></a>
                     52: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
                     53: <p>
                     54: OpenBSD/armish is the 3rd OpenBSD port to ARM based machines, after
                     55: <a href="cats.html">cats</a> and <a href="zaurus.html">zaurus</a>.
1.3       deraadt    56: It is intended to support a variety of rather similar ARM-based
                     57: machines:
                     58:
                     59: <ul>
1.4       deraadt    60: <li><a href="http://www.quantum.com/ServiceandSupport/SoftwareandDocumentationDownloads/DPA/Index.aspx">
                     61:     Certance CP3100</a>
1.29      jasper     62: <li><a href="http://www.thecus.com/product.php?PROD_ID=1">
1.5       jsg        63:     Thecus N2100</a> (plus rebadged versions: Allnet ALL6500, Evesham SilverSTOR M-Box)
1.29      jasper     64: <li><a href="http://www.thecus.com/product.php?PROD_ID=2">
1.5       jsg        65:     Thecus N4100</a> (plus rebadged versions: Allnet ALL6400, Evesham SilverSTOR XS)
1.23      deraadt    66: <li>IO-DATA HDL-Gxxx, HDL-GWxxx, and HDL-GZxxx series
                     67:     <ul>
1.12      deraadt    68:     <li>These models are a subset of the "Giga-landisk" product line, but the
1.26      jasper     69:     HDL-GXxxx models are not compatible (use Marvell CPUs).
1.12      deraadt    70:     <li>The standard "landisk" (100mbit) machines are instead supported by the
                     71:     <a href="landisk.html">landisk</a> architecture.
                     72:     </ul>
1.3       deraadt    73: </ul>
1.1       matthieu   74:
                     75: <hr>
                     76: <a name="status"></a>
                     77: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     78:
                     79: <p>
1.6       deraadt    80: Development is currently pretty active.
                     81:
                     82: <ul>
1.10      jsg        83: <li>The Thecus N2100 runs multiuser and boots from disk using its own
                     84: bootloader, or from the network using built-in Redboot.
1.12      deraadt    85: <li>The IO-DATA HDL-G series is multiuser and will soon be able to
1.6       deraadt    86: boot from disk as well.
                     87: </ul>
1.1       matthieu   88:
                     89: <hr>
                     90: <a name="projects"></a>
                     91: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     92: </strong></font></h3>
                     93:
                     94: <ul>
1.3       deraadt    95: <li>Finish the Certance CP3100 support
                     96: <li>Support more devices
1.6       deraadt    97: <li>Better support for i2c devices on the Thecus
1.3       deraadt    98: <li>Redboot flash configuration support
1.12      deraadt    99: <li>Put the bootloader into IO-DATA HDL flash, to permit native booting.
1.9       deraadt   100: <li>Support other similar machines
1.1       matthieu  101: </ul>
                    102:
                    103: <hr>
                    104: <a name="install"></a>
                    105: <h3><font color="#0000e0">
                    106: <strong>Getting and installing OpenBSD/armish</strong>
                    107: </font></h3>
                    108:
                    109: <p>
1.13      miod      110: The latest supported OpenBSD/armish release is
1.32    ! miod      111: <a href="50.html">OpenBSD 5.0</a>.
1.13      miod      112: Here are the
1.32    ! miod      113: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/5.0/armish/INSTALL.armish">
        !           114: OpenBSD/armish 5.0 installation instructions
1.13      miod      115: </a>.
                    116:
                    117: <p>
1.1       matthieu  118: Snapshots are made available from time to time, in
                    119: <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/armish">this location</a>
                    120: as well as in a few
                    121: <a href="ftp.html">mirrors</a>.
                    122: Here are the
                    123: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/armish/INSTALL.armish">
                    124: OpenBSD/armish snapshot installation instructions
                    125: </a> as well.
                    126:
                    127: <hr>
                    128: <a href="plat.html">
                    129: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    130: </a>
                    131: <br>
                    132: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    133: <br>
1.32    ! miod      134: <small>$OpenBSD: armish.html,v 1.31 2011/05/01 14:16:18 sthen Exp $</small>
1.1       matthieu  135:
                    136: </body>
                    137: </html>