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

Annotation of www/beagle.html, Revision 1.9

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.3       sthen      67: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&amp;sektion=4">ehci(4)</a>.
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.
                     70: <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.
                     71: </ul>
                     72:
1.8       sthen      73: <a name="projects"></a>
                     74: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     75: </strong></font></h3>
                     76:
                     77: <ul>
                     78:   <li>Add support for the battery-backed RTC.
                     79:   <li>Add proper boot support.
                     80:   <li>Add SMP for PandaBoard, and PandaBoard ES.
                     81:   <li>Add support for the SD/MMC controller.
                     82:   <li>Add support for BeagleBone black local storage.
                     83:   <li>EABI.
                     84: </ul>
                     85:
                     86:
1.1       jasper     87: <a name="install"></a>
                     88: <h3><font color="#0000e0">
                     89: <strong>Getting and installing</strong>
                     90: </font></h3>
                     91:
                     92: <!--
                     93: <p>
                     94: The latest supported OpenBSD/beagle release is
                     95: <a href="5x.html">OpenBSD 5.x</a>.
                     96: Here are the
1.5       sthen      97: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.x/beagle/INSTALL.beagle">
1.1       jasper     98: OpenBSD/beagle 5.x installation instructions
                     99: </a>.
1.6       bmercer   100: -->
1.1       jasper    101: <p>
1.6       bmercer   102: Snapshots are made available regularly, in
1.1       jasper    103:
1.5       sthen     104: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/beagle">this location</a>
1.1       jasper    105: as well as in a few
                    106: <a href="ftp.html">mirrors</a>.
                    107:
                    108: <p>
                    109: Here are the
1.5       sthen     110: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/beagle/INSTALL.beagle">
1.1       jasper    111: OpenBSD/beagle snapshot installation instructions
                    112: </a> as well.
                    113:
                    114: <hr>
                    115: <a href="plat.html">
                    116: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    117: </a>
                    118: <br>
                    119: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    120: <br>
1.9     ! rapha     121: <small>$OpenBSD: beagle.html,v 1.8 2013/07/23 13:06:04 sthen Exp $</small>
1.1       jasper    122:
                    123: </body>
                    124: </html>