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

Annotation of www/beagle.html, Revision 1.8

1.1       jasper      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/beagle</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/beagle page">
                     10: <meta name="keywords" content="openbsd,ARM,beagle,beagleboard,omap,c4,xm">
                     11: <meta name="distribution" content="global">
                     12: <meta name="copyright" content="This document copyright 2010 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/beagle</font></h2>
                     18:
                     19: <hr>
                     20:
                     21: <p>
1.7       jasper     22: OpenBSD/beagle is a port of OpenBSD to the Omap3/4 and am335x systems
1.6       bmercer    23: using an ARM Cortex-A8 or Cortex-A9 CPU.
1.1       jasper     24:
                     25: <p>
                     26: A mailing list for ARM-based ports is available at
                     27: <u><font color="#23238e">arm@openbsd.org</font></u>.
                     28: To join the OpenBSD/arm mailing list, send a message body of
                     29: <b>"subscribe arm"</b> to
                     30: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     31: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     32: subscribing.
                     33:
                     34: <a name="toc"></a>
                     35: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     36: <table><tr>
                     37: <td width=1%></td>
                     38: <td valign="top" width="20%">
                     39:   <li><a href="#status">Current status</a><br>
                     40:   <li><a href="#hardware">Supported hardware</a><br>
1.8     ! sthen      41:   <li><a href="#projects">Project list</a>
1.1       jasper     42: </td><td valign="top" width="20%">
                     43:   <li><a href="#install">Getting and installing</a><br>
                     44: </td></tr></table>
                     45: <br clear=all>
                     46: <hr>
                     47:
                     48: <a name="status"></a>
                     49: <h3><font color="#0000e0"><strong>Current status</strong></font></h3>
                     50:
                     51: <p>
                     52: The current target boards are the original BeagleBoard and newer xM models,
1.8     ! sthen      53: as well as PandaBoard, PandaBoard ES, BeagleBone, and BeagleBone Black.
        !            54: There are still a fair number of things to do on each of these boards.
        !            55: The platform is now self hosting, however there is no SMP support.
        !            56: Networking is working on the PandaBoard and the BeagleBone.
1.1       jasper     57:
                     58: <a name="hardware"></a>
                     59: <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>
                     60:
                     61: <ul>
                     62:
                     63: <li><strong>BeagleBoard C4 / xM</strong>
1.8     ! sthen      64: <li><strong>BeagleBone and BeagleBone Black</strong>
        !            65: <li><strong>PandaBoard and PandaBoard ES</strong>
1.6       bmercer    66: <li>ARM Cortex-A8 and Cortex-A9 CPU.
1.1       jasper     67: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com(4)</a> standard serial port.
1.7       jasper     68: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cpsw&amp;sektion=4&amp;arch=beagle">cpsw(4)</a> CPSW Ethernet device.
1.1       jasper     69: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wskbd&amp;arch=beagle&amp;sektion=4">wskbd(4)</a> keyboard.
1.3       sthen      70: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&amp;sektion=4">ehci(4)</a>.
1.1       jasper     71: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=omdog&amp;sektion=4&amp;arch=beagle">omdog(4)</a> watchdog controller.
                     72: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=omgpio&amp;sektion=4&amp;arch=beagle">omgpio(4)</a> GPIO controller.
                     73: <li>Most USB devices, see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&amp;sektion=4">usb(4)</a> for a list.
                     74: </ul>
                     75:
1.8     ! sthen      76: <a name="projects"></a>
        !            77: <h3><font color="#0000e0"><strong>Projects (in no particular order):
        !            78: </strong></font></h3>
        !            79:
        !            80: <ul>
        !            81:   <li>Add support for the battery-backed RTC.
        !            82:   <li>Add proper boot support.
        !            83:   <li>Add SMP for PandaBoard, and PandaBoard ES.
        !            84:   <li>Add support for the SD/MMC controller.
        !            85:   <li>Add support for BeagleBone black local storage.
        !            86:   <li>EABI.
        !            87: </ul>
        !            88:
        !            89:
1.1       jasper     90: <a name="install"></a>
                     91: <h3><font color="#0000e0">
                     92: <strong>Getting and installing</strong>
                     93: </font></h3>
                     94:
                     95: <!--
                     96: <p>
                     97: The latest supported OpenBSD/beagle release is
                     98: <a href="5x.html">OpenBSD 5.x</a>.
                     99: Here are the
1.5       sthen     100: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.x/beagle/INSTALL.beagle">
1.1       jasper    101: OpenBSD/beagle 5.x installation instructions
                    102: </a>.
1.6       bmercer   103: -->
1.1       jasper    104: <p>
1.6       bmercer   105: Snapshots are made available regularly, in
1.1       jasper    106:
1.5       sthen     107: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/beagle">this location</a>
1.1       jasper    108: as well as in a few
                    109: <a href="ftp.html">mirrors</a>.
                    110:
                    111: <p>
                    112: Here are the
1.5       sthen     113: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/beagle/INSTALL.beagle">
1.1       jasper    114: OpenBSD/beagle snapshot installation instructions
                    115: </a> as well.
                    116:
                    117: <hr>
                    118: <a href="plat.html">
                    119: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    120: </a>
                    121: <br>
                    122: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    123: <br>
1.8     ! sthen     124: <small>$OpenBSD: beagle.html,v 1.7 2013/07/23 12:49:26 jasper Exp $</small>
1.1       jasper    125:
                    126: </body>
                    127: </html>