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

Annotation of www/armv7.html, Revision 1.43

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">
1.43    ! tj          8: <meta name="copyright" content="This document copyright 2016-2018 by OpenBSD.">
1.21      tb          9: <meta name="viewport" content="width=device-width, initial-scale=1">
                     10: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.33      tb         11: <link rel="canonical" href="https://www.openbsd.org/armv7.html">
1.1       patrick    12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     15:
1.21      tb         16: <h2>
1.22      tb         17: <a href="index.html">
1.21      tb         18: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
                     19: <font color="#e00000">armv7</font>
                     20: </h2>
1.1       patrick    21: <hr>
1.21      tb         22: <p>
1.1       patrick    23:
                     24: OpenBSD/armv7 is a port of OpenBSD to various ARMv7 based systems.
                     25: <p>
1.20      deraadt    26:
1.1       patrick    27: A mailing list for ARM-based ports is available at
                     28: <u><font color="#23238e">arm@openbsd.org</font></u>.
                     29: To join the OpenBSD/arm mailing list, send a message body of
                     30: <b>"subscribe arm"</b> to
                     31: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     32: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     33: subscribing.
                     34:
                     35: <br clear=all>
                     36: <hr>
                     37:
                     38: <a name="status"></a>
                     39: <h3><font color="#0000e0"><strong>Current status</strong></font></h3>
                     40:
1.42      kettenis   41: The current target platforms are Allwinner A10/A20/A80/H3
                     42: (<tt>sunxi</tt>), Freescale i.MX6 (<tt>imx</tt>) and TI OMAP3/4
1.2       jasper     43: (<tt>am335x</tt>/<tt>beagle</tt>/<tt>panda</tt>). We try to support
1.42      kettenis   44: most of the boards based on those SoCs. A list of supported boards is
                     45: in the <a href="#hardware">supported hardware</a> section.
1.2       jasper     46: </p>
                     47:
                     48: <p>
1.42      kettenis   49: There are still a fair number of things to do on each of these boards,
                     50: however OpenBSD is generally considered to be usable on them.  The
                     51: platform is now self hosting, however there is no SMP support.
1.5       rapha      52: Networking is working on <tt>am335x</tt>, <tt>imx</tt>, <tt>panda</tt>
1.42      kettenis   53: and Allwinner A10/A20/H3.
1.1       patrick    54: </p>
                     55:
                     56: <a name="hardware"></a>
                     57: <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>
                     58:
1.26      tj         59: A note on the platforms and the associated boards: OpenBSD/armv7
1.2       jasper     60: bundles various platforms sharing the ARM v7 architecture. Due to the
1.42      kettenis   61: fact that there are many System on a Chips (SoC) around, OpenBSD/armv7
                     62: differentiates between various SoCs and may have a different level of
                     63: support between them. All devices based on the i.MX6 are referred to
                     64: as <tt>imx</tt>, all devices based on A10/A20/A80/H3 are referred to
                     65: as <tt>sunxi</tt>. The boards with an OMAP 3/4 SoC are subdivided into
                     66: <tt>am335x</tt> (for BeagleBone), <tt>beagle</tt> (for BeagleBoard)
                     67: and <tt>panda</tt> (for PandaBoard).
1.2       jasper     68: </p>
                     69:
1.1       patrick    70: <ul>
1.32      kettenis   71:        <li>Allwinner A10/A20
1.2       jasper     72:        <ul>
1.28      jsg        73:                <li>Cubieboard</li>
1.13      jsg        74:                <li>LinkSprite pcDuino</li>
1.32      kettenis   75:                <li>Banana Pi</li>
1.2       jasper     76:        </ul>
1.14      jasper     77:        </li>
1.42      kettenis   78:        <li>Allwinner A80
                     79:        <ul>
                     80:                <li>Cubieboard4</li>
                     81:        </ul>
                     82:        </li>
                     83:        <li>Allwinner H3
                     84:        <ul>
                     85:                <li>Banana Pi M2+</li>
                     86:                <li>Orange Pi One</li>
                     87:        </ul>
                     88:        </li>
1.32      kettenis   89:        <li>Freescale/NXP i.MX6
1.1       patrick    90:        <ul>
1.13      jsg        91:                <li>Boundary Devices SABRE Lite/BD-SL-i.MX6</li>
                     92:                <li>Boundary Devices Nitrogen6X</li>
1.10      jsg        93:                <li>Wandboard</li>
1.13      jsg        94:                <li>SolidRun CuBox-i4Pro</li>
                     95:                <li>CompuLab Utilite</li>
                     96:                <li>Kosagi Novena</li>
1.1       patrick    97:        </ul>
                     98:        </li>
1.32      kettenis   99:        <li>TI OMAP3/4
1.1       patrick   100:        <ul>
                    101:                <li>BeagleBoard C4 / xM</li>
                    102:                <li>BeagleBone and BeagleBone Black</li>
                    103:                <li>PandaBoard and PandaBoard ES</li>
                    104:        </ul>
                    105:        </li>
                    106: </ul>
                    107:
                    108: <h4>Ethernet</h4>
                    109: <ul>
1.40      tb        110:        <li><a href="https://man.openbsd.org/?query=cpsw&amp;sektion=4&amp;arch=armv7">cpsw(4)</a>
1.2       jasper    111:          CPSW Ethernet device on <tt>am335x</tt></li>
1.40      tb        112:        <li><a href="https://man.openbsd.org/?query=fec&amp;sektion=4&amp;arch=armv7">fec(4)</a>
1.2       jasper    113:          i.MX Ethernet device on <tt>imx</tt></li>
1.40      tb        114:        <li><a href="https://man.openbsd.org/?query=smsc&amp;sektion=4&amp;arch=armv7">smsc(4)</a>
1.30      jsg       115:          integrated SMSC LAN95xx 10/100 USB Ethernet on <tt>panda</tt></li>
1.40      tb        116:        <li><a href="https://man.openbsd.org/?query=sxie&amp;sektion=4&amp;arch=armv7">sxie(4)</a>
1.42      kettenis  117:          sunxi EMAC 10/100 Ethernet device on Allwinner A10</li>
1.40      tb        118:        <li><a href="https://man.openbsd.org/?query=dwge&amp;sektion=4&amp;arch=armv7">dwge(4)</a>
1.42      kettenis  119:          sunxi GMAC 10/100/Gigabit Ethernet device on Allwinner A20</li>
                    120:        <li><a href="https://man.openbsd.org/?query=dwxe&amp;sektion=4&amp;arch=armv7">dwxe(4)</a>
                    121:          sunxi EMAC 10/100/Gigabit Ethernet device on Allwinner H3</li>
1.1       patrick   122: </ul>
                    123:
                    124: <h4>Storage</h4>
                    125: <ul>
1.40      tb        126:        <li><a href="https://man.openbsd.org/?query=ahci&amp;sektion=4&amp;arch=armv7">ahci(4)</a>
1.14      jasper    127:          on <tt>imx</tt> and <tt>sunxi</tt></li>
1.40      tb        128:        <li><a href="https://man.openbsd.org/?query=imxesdhc&amp;sektion=4&amp;arch=armv7">imxesdhc(4)</a>
1.31      jsg       129:          SD/MMC controller on i.MX6</li>
1.40      tb        130:        <li><a href="https://man.openbsd.org/?query=ommmc&amp;sektion=4&amp;arch=armv7">ommmc(4)</a>
1.14      jasper    131:          SD/MMC controller on OMAP, including BeagleBone Black's built-in flash</li>
1.42      kettenis  132:        <li><a href="https://man.openbsd.org/?query=sximmc&amp;sektion=4&amp;arch=armv7">sximmc(4)</a>
                    133:          SD/MMC controller on <tt>sunxi</tt></li>
1.1       patrick   134: </ul>
                    135:
                    136: <h4>USB</h4>
                    137: <ul>
1.40      tb        138:        <li><a href="https://man.openbsd.org/?query=ehci&amp;sektion=4&amp;arch=armv7">ehci(4)</a>
1.14      jasper    139:          on <tt>imx</tt>, <tt>panda</tt> and <tt>sunxi</tt></li>
1.1       patrick   140: </ul>
                    141:
1.23      tj        142: <b>No real time clock:</b> Many of the armv7 devices do not have a
1.24      tj        143: battery-backed real time clock. For this reason, using the <tt>-s</tt>
1.35      tb        144: option of <a href="faq/faq8.html#OpenNTPD">OpenNTPD</a> may be desirable.
1.23      tj        145:
1.1       patrick   146: <a name="install"></a>
                    147: <h3><font color="#0000e0">
                    148: <strong>Getting and installing</strong>
                    149: </font></h3>
                    150:
                    151: <p>
                    152: The latest supported OpenBSD/armv7 release is
1.43    ! tj        153: <a href="63.html">OpenBSD 6.3</a>.
1.1       patrick   154: Here are the
1.43    ! tj        155: <a href="https://ftp.OpenBSD.org/pub/OpenBSD/6.3/armv7/INSTALL.armv7">
1.41      tj        156: OpenBSD/armv7 installation instructions</a>.
1.9       sthen     157:
1.1       patrick   158: <p>
1.9       sthen     159: Snapshots are made available from time to time, in
1.36      tb        160: <a href="https://ftp.OpenBSD.org/pub/OpenBSD/snapshots/armv7">this location</a>
1.1       patrick   161: as well as in a few
                    162: <a href="ftp.html">mirrors</a>.
                    163: Here are the
1.36      tb        164: <a href="https://ftp.OpenBSD.org/pub/OpenBSD/snapshots/armv7/INSTALL.armv7">
1.38      tb        165: OpenBSD/armv7 snapshot installation instructions</a> as well.
1.1       patrick   166:
                    167: </body>
                    168: </html>