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

Annotation of www/armv7.html, Revision 1.6

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="resource-type" content="document">
                      8: <meta name="description" content="the OpenBSD/armv7 page">
                      9: <meta name="keywords" content="openbsd,ARM,armv7,beagle,beagleboard,imx,omap,panda,pandaboard,c4,xm">
                     10: <meta name="distribution" content="global">
                     11: <meta name="copyright" content="This document copyright 2013 by OpenBSD.">
                     12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     16: <h2><font color="#e00000">OpenBSD/armv7</font></h2>
                     17:
                     18: <hr>
                     19:
                     20: <p>
                     21: OpenBSD/armv7 is a port of OpenBSD to various ARMv7 based systems.
                     22: </p>
                     23: <p>
                     24: A mailing list for ARM-based ports is available at
                     25: <u><font color="#23238e">arm@openbsd.org</font></u>.
                     26: To join the OpenBSD/arm mailing list, send a message body of
                     27: <b>"subscribe arm"</b> to
                     28: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     29: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     30: subscribing.
                     31: </p>
                     32:
                     33: <a name="toc"></a>
                     34: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     35: <ul>
                     36:        <li><a href="#status">Current status</a></li>
                     37:        <li><a href="#hardware">Supported hardware</a></li>
                     38:        <li><a href="#projects">Project list</a></li>
                     39:        <li><a href="#install">Getting and installing</a></li>
                     40: </ul>
                     41: <br clear=all>
                     42: <hr>
                     43:
                     44: <a name="status"></a>
                     45: <h3><font color="#0000e0"><strong>Current status</strong></font></h3>
                     46:
                     47: <p>
1.2       jasper     48: The current target platforms are Allwinner A1x/A20 (<tt>sunxi</tt>),
                     49: Freescale i.MX6 (<tt>imx</tt>) and TI OMAP3/4
                     50: (<tt>am335x</tt>/<tt>beagle</tt>/<tt>panda</tt>). We try to support
                     51: most of the boards based on those SoCs. A list of supported boards
                     52: is in the section <a href="#hardware">Supported hardware</a>.
                     53: </p>
                     54:
                     55: <p>
                     56: There are generally still a fair number of things to do on each of
                     57: these boards, however OpenBSD is generally considered to be usuable on
                     58: them.
1.1       patrick    59: The platform is now self hosting, however there is no SMP support.
1.5       rapha      60: Networking is working on <tt>am335x</tt>, <tt>imx</tt>, <tt>panda</tt>
1.2       jasper     61: and <tt>sunxi</tt>.
1.1       patrick    62: </p>
                     63:
                     64: <a name="hardware"></a>
                     65: <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>
                     66:
                     67: <h4>Supported platforms</h4>
1.2       jasper     68:
                     69: <p>
                     70: A note on the platforms and the associated boards; OpenBSD/armv7
                     71: bundles various platforms sharing the ARM v7 architecture. Due to the
1.5       rapha      72: fact that there are many System on a Chips (SoC) around,
                     73: OpenBSD/armv7 differentiates between various SoCs and may have a
1.2       jasper     74: different level of support between them. All devices based on the
                     75: i.MX6 are refered to as <tt>imx</tt>, all devices based on A1x/A20 are
                     76: refered to as <tt>sunxi</tt>. The boards with an OMAP 3/4 SoC are
1.5       rapha      77: subdivided into <tt>am335x</tt> (for BeagleBone), <tt>beagle</tt> (for
1.2       jasper     78: BeagleBoard) and <tt>panda</tt> (for PandaBoard).
                     79: </p>
                     80:
1.1       patrick    81: <ul>
1.2       jasper     82:        <li>A1x/A20
                     83:        <ul>
                     84:                <li>Cubieboard and Cubieboard 2</li>
1.3       jasper     85:                <li>pcDuino</li>
1.2       jasper     86:        </ul>
1.1       patrick    87:        <li>i.MX6
                     88:        <ul>
                     89:                <li>SABRE Lite</li>
                     90:                <li>Nitrogen6X</li>
                     91:        </ul>
                     92:        </li>
                     93:        <li>OMAP3/4
                     94:        <ul>
                     95:                <li>BeagleBoard C4 / xM</li>
                     96:                <li>BeagleBone and BeagleBone Black</li>
                     97:                <li>PandaBoard and PandaBoard ES</li>
                     98:        </ul>
                     99:        </li>
                    100: </ul>
                    101:
                    102: <h4>Ethernet</h4>
                    103: <ul>
1.2       jasper    104:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpsw&amp;sektion=4&amp;arch=armv7">cpsw(4)</a>
                    105:          CPSW Ethernet device on <tt>am335x</tt></li>
                    106:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=imxenet&amp;sektion=4&amp;arch=armv7">imxenet(4)</a>
                    107:          i.MX Ethernet device on <tt>imx</tt></li>
1.3       jasper    108:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sxie&amp;sektion=4&amp;arch=armv7">sxie(4)</a>
                    109:          sunxi Ethernet device on <tt>sunxi</tt></li>
1.4       jsg       110:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smsc&amp;sektion=4&amp;arch=armv7">smsc(4)</a>
                    111:          integrated SMSC LAN95xx USB Ethernet on <tt>panda</tt></li>
1.1       patrick   112: </ul>
                    113:
                    114: <h4>Storage</h4>
                    115: <ul>
1.2       jasper    116:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&amp;sektion=4&amp;arch=armv7">ahci(4)</a>
                    117:          on <tt>imx</tt>
1.4       jsg       118:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ommmc&amp;sektion=4&amp;arch=armv7">ommmc(4)</a>
                    119:          SD/MMC controller on OMAP, including BeagleBone Black's built-in flash.</li>
                    120:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=imxesdhc&amp;sektion=4&amp;arch=armv7">imxesdhc(4)</a>
                    121: SD/MMC controller on i.MX6.</li>
1.1       patrick   122: </ul>
                    123:
                    124: <h4>USB</h4>
                    125: <ul>
1.2       jasper    126:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&amp;sektion=4&amp;arch=armv7">ehci(4)</a>
                    127:          on <tt>imx</tt> and <tt>panda</tt>.</li>
1.1       patrick   128: </ul>
                    129:
                    130: <a name="projects"></a>
                    131: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                    132: </strong></font></h3>
                    133:
                    134: <ul>
                    135:        <li>SMP</li>
                    136:        <li>Hard-float Userland</li>
                    137:        <li>EABI</li>
                    138:        <li>Generic kernel using FDT.</li>
                    139:        <li>Proper boot support.</li>
                    140:        <li>Support for the battery-backed RTC.</li>
                    141:        <li>Support for the DMA controller.</li>
                    142:        <li>Support for USB on BeagleBoard and BeagleBone models.</li>
                    143: </ul>
                    144:
                    145: <a name="install"></a>
                    146: <h3><font color="#0000e0">
                    147: <strong>Getting and installing</strong>
                    148: </font></h3>
                    149:
                    150: <!--
                    151: <p>
                    152: The latest supported OpenBSD/armv7 release is
                    153: <a href="5x.html">OpenBSD 5.x</a>.
                    154: Here are the
                    155: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.x/armv7/INSTALL.armv7">
                    156: OpenBSD/armv7 5.x installation instructions
                    157: </a>.
                    158: -->
                    159: <p>
                    160: Snapshots are made available regularly, in
                    161:
                    162: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/armv7">this location</a>
                    163: as well as in a few
                    164: <a href="ftp.html">mirrors</a>.
                    165: </p>
                    166:
                    167: <p>
                    168: Here are the
                    169: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/armv7/INSTALL.armv7">
                    170: OpenBSD/armv7 snapshot installation instructions
                    171: </a> as well.
                    172: </p>
                    173:
                    174: </body>
                    175: </html>