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

Annotation of www/beagle.html, Revision 1.12

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>
1.9       rapha      36: <ul>
1.1       jasper     37:   <li><a href="#status">Current status</a><br>
                     38:   <li><a href="#hardware">Supported hardware</a><br>
1.8       sthen      39:   <li><a href="#projects">Project list</a>
1.1       jasper     40:   <li><a href="#install">Getting and installing</a><br>
1.9       rapha      41: </ul>
1.1       jasper     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 boards are the original BeagleBoard and newer xM models,
1.8       sthen      50: as well as PandaBoard, PandaBoard ES, BeagleBone, and BeagleBone Black.
                     51: There are still a fair number of things to do on each of these boards.
                     52: The platform is now self hosting, however there is no SMP support.
                     53: Networking is working on the PandaBoard and the BeagleBone.
1.1       jasper     54:
                     55: <a name="hardware"></a>
                     56: <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>
                     57:
                     58: <ul>
                     59:
                     60: <li><strong>BeagleBoard C4 / xM</strong>
1.8       sthen      61: <li><strong>BeagleBone and BeagleBone Black</strong>
                     62: <li><strong>PandaBoard and PandaBoard ES</strong>
1.6       bmercer    63: <li>ARM Cortex-A8 and Cortex-A9 CPU.
1.1       jasper     64: <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     65: <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     66: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wskbd&amp;arch=beagle&amp;sektion=4">wskbd(4)</a> keyboard.
1.10      rapha      67: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&amp;sektion=4">ehci(4)</a>, only supported on the PandaBoard models.
1.1       jasper     68: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=omdog&amp;sektion=4&amp;arch=beagle">omdog(4)</a> watchdog controller.
                     69: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=omgpio&amp;sektion=4&amp;arch=beagle">omgpio(4)</a> GPIO controller.
1.12    ! rapha      70: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ommmc&amp;sektion=4&amp;arch=beagle">ommmc(4)</a> SD/MMC controller.
1.1       jasper     71: <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.
                     72: </ul>
                     73:
1.8       sthen      74: <a name="projects"></a>
                     75: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     76: </strong></font></h3>
                     77:
                     78: <ul>
                     79:   <li>Add support for the battery-backed RTC.
                     80:   <li>Add proper boot support.
                     81:   <li>Add SMP for PandaBoard, and PandaBoard ES.
1.10      rapha      82:   <li>Add support for the DMA controller.
1.8       sthen      83:   <li>Add support for BeagleBone black local storage.
1.11      rapha      84:   <li>Add support for USB on BeagleBoard and BeagleBone models.
1.8       sthen      85:   <li>EABI.
                     86: </ul>
                     87:
                     88:
1.1       jasper     89: <a name="install"></a>
                     90: <h3><font color="#0000e0">
                     91: <strong>Getting and installing</strong>
                     92: </font></h3>
                     93:
                     94: <!--
                     95: <p>
                     96: The latest supported OpenBSD/beagle release is
                     97: <a href="5x.html">OpenBSD 5.x</a>.
                     98: Here are the
1.5       sthen      99: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.x/beagle/INSTALL.beagle">
1.1       jasper    100: OpenBSD/beagle 5.x installation instructions
                    101: </a>.
1.6       bmercer   102: -->
1.1       jasper    103: <p>
1.6       bmercer   104: Snapshots are made available regularly, in
1.1       jasper    105:
1.5       sthen     106: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/beagle">this location</a>
1.1       jasper    107: as well as in a few
                    108: <a href="ftp.html">mirrors</a>.
                    109:
                    110: <p>
                    111: Here are the
1.5       sthen     112: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/beagle/INSTALL.beagle">
1.1       jasper    113: OpenBSD/beagle snapshot installation instructions
                    114: </a> as well.
                    115:
                    116: <hr>
                    117: <a href="plat.html">
                    118: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    119: </a>
                    120: <br>
                    121: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    122: <br>
1.12    ! rapha     123: <small>$OpenBSD: beagle.html,v 1.11 2013/09/02 21:27:40 rapha Exp $</small>
1.1       jasper    124:
                    125: </body>
                    126: </html>