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

Annotation of www/armv7.html, Revision 1.3

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