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

Annotation of www/armv7.html, Revision 1.1

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>
        !            49: The current target platforms are i.MX6 and OMAP3/4.
        !            50: We try to support most of the boards based on those SoCs.
        !            51: A list of supported boards is in the section <a href="#hardware">Supported hardware</a>.
        !            52: There are still a fair number of things to do on each of these boards.
        !            53: The platform is now self hosting, however there is no SMP support.
        !            54: Networking is working on i.MX6, the PandaBoard and the BeagleBone.
        !            55: </p>
        !            56:
        !            57: <a name="hardware"></a>
        !            58: <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>
        !            59:
        !            60: <h4>Supported platforms</h4>
        !            61: <ul>
        !            62:        <li>i.MX6
        !            63:        <ul>
        !            64:                <li>SABRE Lite</li>
        !            65:                <li>Nitrogen6X</li>
        !            66:        </ul>
        !            67:        </li>
        !            68:        <li>OMAP3/4
        !            69:        <ul>
        !            70:                <li>BeagleBoard C4 / xM</li>
        !            71:                <li>BeagleBone and BeagleBone Black</li>
        !            72:                <li>PandaBoard and PandaBoard ES</li>
        !            73:        </ul>
        !            74:        </li>
        !            75: </ul>
        !            76:
        !            77: <h4>Ethernet</h4>
        !            78: <ul>
        !            79:        <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpsw&amp;sektion=4&amp;arch=armv7">cpsw(4)</a> CPSW Ethernet device.</li>
        !            80:        <li>i.MX Ethernet.</li>
        !            81: </ul>
        !            82:
        !            83: <h4>Storage</h4>
        !            84: <ul>
        !            85:        <li>ahci(4) on i.MX6.</li>
        !            86:        <li>SD/MMC controller on i.MX6/OMAP, including BeagleBone Black's built-in flash.</li>
        !            87: </ul>
        !            88:
        !            89: <h4>USB</h4>
        !            90: <ul>
        !            91:        <li>ehci(4) on i.MX6 based models and the PandaBoard models.</li>
        !            92: </ul>
        !            93:
        !            94: <a name="projects"></a>
        !            95: <h3><font color="#0000e0"><strong>Projects (in no particular order):
        !            96: </strong></font></h3>
        !            97:
        !            98: <ul>
        !            99:        <li>SMP</li>
        !           100:        <li>Hard-float Userland</li>
        !           101:        <li>EABI</li>
        !           102:        <li>Generic kernel using FDT.</li>
        !           103:        <li>Proper boot support.</li>
        !           104:        <li>Support for the battery-backed RTC.</li>
        !           105:        <li>Support for the DMA controller.</li>
        !           106:        <li>Support for USB on BeagleBoard and BeagleBone models.</li>
        !           107: </ul>
        !           108:
        !           109: <a name="install"></a>
        !           110: <h3><font color="#0000e0">
        !           111: <strong>Getting and installing</strong>
        !           112: </font></h3>
        !           113:
        !           114: <!--
        !           115: <p>
        !           116: The latest supported OpenBSD/armv7 release is
        !           117: <a href="5x.html">OpenBSD 5.x</a>.
        !           118: Here are the
        !           119: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.x/armv7/INSTALL.armv7">
        !           120: OpenBSD/armv7 5.x installation instructions
        !           121: </a>.
        !           122: -->
        !           123: <p>
        !           124: Snapshots are made available regularly, in
        !           125:
        !           126: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/armv7">this location</a>
        !           127: as well as in a few
        !           128: <a href="ftp.html">mirrors</a>.
        !           129: </p>
        !           130:
        !           131: <p>
        !           132: Here are the
        !           133: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/armv7/INSTALL.armv7">
        !           134: OpenBSD/armv7 snapshot installation instructions
        !           135: </a> as well.
        !           136: </p>
        !           137:
        !           138: <hr>
        !           139: <a href="plat.html">
        !           140: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
        !           141: </a>
        !           142: <br>
        !           143: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
        !           144: <br>
        !           145: <small>$OpenBSD: beagle.html,v 1.12 2013/09/04 17:01:22 rapha Exp $</small>
        !           146:
        !           147: </body>
        !           148: </html>