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

Annotation of www/armv7.html, Revision 1.20

1.1       patrick     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/armv7</title>
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="description" content="the OpenBSD/armv7 page">
                      8: <meta name="copyright" content="This document copyright 2013 by OpenBSD.">
1.12      sthen       9: <link rel="canonical" href="http://www.openbsd.org/armv7.html">
1.1       patrick    10: </head>
                     11:
                     12: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     13: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     14: <h2><font color="#e00000">OpenBSD/armv7</font></h2>
                     15:
                     16: <hr>
                     17:
                     18: OpenBSD/armv7 is a port of OpenBSD to various ARMv7 based systems.
                     19: <p>
1.20    ! deraadt    20:
1.1       patrick    21: A mailing list for ARM-based ports is available at
                     22: <u><font color="#23238e">arm@openbsd.org</font></u>.
                     23: To join the OpenBSD/arm mailing list, send a message body of
                     24: <b>"subscribe arm"</b> to
                     25: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     26: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     27: subscribing.
                     28:
                     29: <br clear=all>
                     30: <hr>
                     31:
                     32: <a name="status"></a>
                     33: <h3><font color="#0000e0"><strong>Current status</strong></font></h3>
                     34:
                     35: <p>
1.2       jasper     36: The current target platforms are Allwinner A1x/A20 (<tt>sunxi</tt>),
                     37: Freescale i.MX6 (<tt>imx</tt>) and TI OMAP3/4
                     38: (<tt>am335x</tt>/<tt>beagle</tt>/<tt>panda</tt>). We try to support
                     39: most of the boards based on those SoCs. A list of supported boards
                     40: is in the section <a href="#hardware">Supported hardware</a>.
                     41: </p>
                     42:
                     43: <p>
                     44: There are generally still a fair number of things to do on each of
1.8       jmc        45: these boards, however OpenBSD is generally considered to be usable on
1.2       jasper     46: them.
1.1       patrick    47: The platform is now self hosting, however there is no SMP support.
1.5       rapha      48: Networking is working on <tt>am335x</tt>, <tt>imx</tt>, <tt>panda</tt>
1.2       jasper     49: and <tt>sunxi</tt>.
1.1       patrick    50: </p>
                     51:
                     52: <a name="hardware"></a>
                     53: <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>
                     54:
                     55: <h4>Supported platforms</h4>
1.2       jasper     56:
                     57: <p>
                     58: A note on the platforms and the associated boards; OpenBSD/armv7
                     59: bundles various platforms sharing the ARM v7 architecture. Due to the
1.5       rapha      60: fact that there are many System on a Chips (SoC) around,
                     61: OpenBSD/armv7 differentiates between various SoCs and may have a
1.2       jasper     62: different level of support between them. All devices based on the
                     63: i.MX6 are refered to as <tt>imx</tt>, all devices based on A1x/A20 are
                     64: refered to as <tt>sunxi</tt>. The boards with an OMAP 3/4 SoC are
1.5       rapha      65: subdivided into <tt>am335x</tt> (for BeagleBone), <tt>beagle</tt> (for
1.2       jasper     66: BeagleBoard) and <tt>panda</tt> (for PandaBoard).
                     67: </p>
                     68:
1.1       patrick    69: <ul>
1.2       jasper     70:        <li>A1x/A20
                     71:        <ul>
                     72:                <li>Cubieboard and Cubieboard 2</li>
1.13      jsg        73:                <li>LinkSprite pcDuino</li>
1.2       jasper     74:        </ul>
1.14      jasper     75:        </li>
1.1       patrick    76:        <li>i.MX6
                     77:        <ul>
1.13      jsg        78:                <li>Boundary Devices SABRE Lite/BD-SL-i.MX6</li>
                     79:                <li>Boundary Devices Nitrogen6X</li>
1.10      jsg        80:                <li>Wandboard</li>
1.13      jsg        81:                <li>SolidRun CuBox-i4Pro</li>
                     82:                <li>CompuLab Utilite</li>
                     83:                <li>Kosagi Novena</li>
1.1       patrick    84:        </ul>
                     85:        </li>
                     86:        <li>OMAP3/4
                     87:        <ul>
                     88:                <li>BeagleBoard C4 / xM</li>
                     89:                <li>BeagleBone and BeagleBone Black</li>
                     90:                <li>PandaBoard and PandaBoard ES</li>
                     91:        </ul>
                     92:        </li>
                     93: </ul>
                     94:
                     95: <h4>Ethernet</h4>
                     96: <ul>
1.19      sthen      97:        <li><a href="http://man.openbsd.org/?query=cpsw&amp;sektion=4&amp;arch=armv7">cpsw(4)</a>
1.2       jasper     98:          CPSW Ethernet device on <tt>am335x</tt></li>
1.19      sthen      99:        <li><a href="http://man.openbsd.org/?query=imxenet&amp;sektion=4&amp;arch=armv7">imxenet(4)</a>
1.2       jasper    100:          i.MX Ethernet device on <tt>imx</tt></li>
1.19      sthen     101:        <li><a href="http://man.openbsd.org/?query=sxie&amp;sektion=4&amp;arch=armv7">sxie(4)</a>
1.3       jasper    102:          sunxi Ethernet device on <tt>sunxi</tt></li>
1.19      sthen     103:        <li><a href="http://man.openbsd.org/?query=smsc&amp;sektion=4&amp;arch=armv7">smsc(4)</a>
1.4       jsg       104:          integrated SMSC LAN95xx USB Ethernet on <tt>panda</tt></li>
1.1       patrick   105: </ul>
                    106:
                    107: <h4>Storage</h4>
                    108: <ul>
1.19      sthen     109:        <li><a href="http://man.openbsd.org/?query=ahci&amp;sektion=4&amp;arch=armv7">ahci(4)</a>
1.14      jasper    110:          on <tt>imx</tt> and <tt>sunxi</tt></li>
1.19      sthen     111:        <li><a href="http://man.openbsd.org/?query=ommmc&amp;sektion=4&amp;arch=armv7">ommmc(4)</a>
1.14      jasper    112:          SD/MMC controller on OMAP, including BeagleBone Black's built-in flash</li>
1.1       patrick   113: </ul>
                    114:
                    115: <h4>USB</h4>
                    116: <ul>
1.19      sthen     117:        <li><a href="http://man.openbsd.org/?query=ehci&amp;sektion=4&amp;arch=armv7">ehci(4)</a>
1.14      jasper    118:          on <tt>imx</tt>, <tt>panda</tt> and <tt>sunxi</tt></li>
1.1       patrick   119: </ul>
                    120:
                    121: <a name="install"></a>
                    122: <h3><font color="#0000e0">
                    123: <strong>Getting and installing</strong>
                    124: </font></h3>
                    125:
                    126: <p>
                    127: The latest supported OpenBSD/armv7 release is
1.17      sthen     128: <a href="58.html">OpenBSD 5.8</a>.
1.1       patrick   129: Here are the
1.17      sthen     130: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.8/armv7/INSTALL.armv7">
                    131: OpenBSD/armv7 5.8 installation instructions
1.1       patrick   132: </a>.
1.9       sthen     133:
1.1       patrick   134: <p>
1.9       sthen     135: Snapshots are made available from time to time, in
1.1       patrick   136: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/armv7">this location</a>
                    137: as well as in a few
                    138: <a href="ftp.html">mirrors</a>.
                    139: Here are the
                    140: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/armv7/INSTALL.armv7">
                    141: OpenBSD/armv7 snapshot installation instructions
                    142: </a> as well.
                    143:
                    144: </body>
                    145: </html>