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

Diff for /www/Attic/beagle.html between version 1.7 and 1.8

version 1.7, 2013/07/23 12:49:26 version 1.8, 2013/07/23 13:06:04
Line 38 
Line 38 
 <td valign="top" width="20%">  <td valign="top" width="20%">
   <li><a href="#status">Current status</a><br>    <li><a href="#status">Current status</a><br>
   <li><a href="#hardware">Supported hardware</a><br>    <li><a href="#hardware">Supported hardware</a><br>
     <li><a href="#projects">Project list</a>
 </td><td valign="top" width="20%">  </td><td valign="top" width="20%">
   <li><a href="#install">Getting and installing</a><br>    <li><a href="#install">Getting and installing</a><br>
 </td></tr></table>  </td></tr></table>
Line 49 
Line 50 
   
 <p>  <p>
 The current target boards are the original BeagleBoard and newer xM models,  The current target boards are the original BeagleBoard and newer xM models,
 as well as Pandaboard, Pandaboard ES, Beaglebone, and Beaglebone Black. There  as well as PandaBoard, PandaBoard ES, BeagleBone, and BeagleBone Black.
 are still a fair number of things to do on each of these boards. The platform is now  There are still a fair number of things to do on each of these boards.
 self hosting, however there is no smp support. Networking is working on the Pandaboard's  The platform is now self hosting, however there is no SMP support.
 and the Beaglebone's. Listed below are several items that  Networking is working on the PandaBoard and the BeagleBone.
 are still open.  
   
 <ul>  
   <li>Add support for the battery-backed RTC.  
   <li>Add proper boot support.  
   <li>Add SMP for Pandaboard, and Pandaboard ES.  
   <li>Add support for the SD/MMC controller.  
   <li>Add support for beaglebone black local storage.  
   <li>EABI.  
 </ul>  
   
 <a name="hardware"></a>  <a name="hardware"></a>
 <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>  <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>
   
 <ul>  <ul>
   
 <li><strong>BeagleBoard C4 / xM</strong>  <li><strong>BeagleBoard C4 / xM</strong>
 <li><strong>BeagleBone and Beaglebone Black</strong>  <li><strong>BeagleBone and BeagleBone Black</strong>
 <li><strong>Pandaboard and Pandaboard ES</strong>  <li><strong>PandaBoard and PandaBoard ES</strong>
 <li>ARM Cortex-A8 and Cortex-A9 CPU.  <li>ARM Cortex-A8 and Cortex-A9 CPU.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com(4)</a> standard serial port.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com(4)</a> standard serial port.
 <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.  <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.
Line 81 
Line 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.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=omgpio&amp;sektion=4&amp;arch=beagle">omgpio(4)</a> GPIO controller.
 <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.  <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.
 </ul>  </ul>
   
   <a name="projects"></a>
   <h3><font color="#0000e0"><strong>Projects (in no particular order):
   </strong></font></h3>
   
   <ul>
     <li>Add support for the battery-backed RTC.
     <li>Add proper boot support.
     <li>Add SMP for PandaBoard, and PandaBoard ES.
     <li>Add support for the SD/MMC controller.
     <li>Add support for BeagleBone black local storage.
     <li>EABI.
   </ul>
   
   
 <a name="install"></a>  <a name="install"></a>
 <h3><font color="#0000e0">  <h3><font color="#0000e0">

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8