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

File: [local] / www / armv7.html (download) (as text)

Revision 1.3, Sat Oct 26 20:26:45 2013 UTC (10 years, 7 months ago) by jasper
Branch: MAIN
Changes since 1.2: +4 -1 lines

mention pcduino as a supported board

<!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>OpenBSD/armv7</title>
<link rev="made" href="mailto:www@openbsd.org">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="resource-type" content="document">
<meta name="description" content="the OpenBSD/armv7 page">
<meta name="keywords" content="openbsd,ARM,armv7,beagle,beagleboard,imx,omap,panda,pandaboard,c4,xm">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 2013 by OpenBSD.">
</head>

<body bgcolor="#ffffff" text="#000000" link="#23238e">
<a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
<h2><font color="#e00000">OpenBSD/armv7</font></h2>

<hr>

<p>
OpenBSD/armv7 is a port of OpenBSD to various ARMv7 based systems.
</p>
<p>
A mailing list for ARM-based ports is available at
<u><font color="#23238e">arm@openbsd.org</font></u>.
To join the OpenBSD/arm mailing list, send a message body of
<b>"subscribe arm"</b> to
<a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
Please be sure to check our <a href="mail.html">mailing list policy</a> before
subscribing.
</p>

<a name="toc"></a>
<h3><font color="#0000e0"><i>Table of contents</i></font></h3>
<ul>
	<li><a href="#status">Current status</a></li>
	<li><a href="#hardware">Supported hardware</a></li>
	<li><a href="#projects">Project list</a></li>
	<li><a href="#install">Getting and installing</a></li>
</ul>
<br clear=all>
<hr>

<a name="status"></a>
<h3><font color="#0000e0"><strong>Current status</strong></font></h3>

<p>
The current target platforms are Allwinner A1x/A20 (<tt>sunxi</tt>),
Freescale i.MX6 (<tt>imx</tt>) and TI OMAP3/4
(<tt>am335x</tt>/<tt>beagle</tt>/<tt>panda</tt>). We try to support
most of the boards based on those SoCs. A list of supported boards
is in the section <a href="#hardware">Supported hardware</a>.
</p>

<p>
There are generally still a fair number of things to do on each of
these boards, however OpenBSD is generally considered to be usuable on
them.
The platform is now self hosting, however there is no SMP support.
Networking is working on <tt>am335xi</tt>,<tt>imx</tt>, <tt>panda</tt>
and <tt>sunxi</tt>.
</p>

<a name="hardware"></a>
<h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>

<h4>Supported platforms</h4>

<p>
A note on the platforms and the associated boards; OpenBSD/armv7
bundles various platforms sharing the ARM v7 architecture. Due to the
fact that there are many System on a Chips (SoC) around, this
OpenBSD/armv7 differenties between various SoCs and they may have a
different level of support between them. All devices based on the
i.MX6 are refered to as <tt>imx</tt>, all devices based on A1x/A20 are
refered to as <tt>sunxi</tt>. The boards with an OMAP 3/4 SoC are
subdivided into <tt>am335x</tt> (for BeagleBone),<tt>beagle</tt> (for
BeagleBoard) and <tt>panda</tt> (for PandaBoard).
</p>

<ul>
  	<li>A1x/A20
	<ul>
		<li>Cubieboard and Cubieboard 2</li>
		<li>pcDuino</li>
	</ul>
	<li>i.MX6
	<ul>
		<li>SABRE Lite</li>
		<li>Nitrogen6X</li>
	</ul>
	</li>
	<li>OMAP3/4
	<ul>
		<li>BeagleBoard C4 / xM</li>
		<li>BeagleBone and BeagleBone Black</li>
		<li>PandaBoard and PandaBoard ES</li>
	</ul>
	</li>
</ul>

<h4>Ethernet</h4>
<ul>
	<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 on <tt>am335x</tt></li>
	<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=imxenet&amp;sektion=4&amp;arch=armv7">imxenet(4)</a>
	  i.MX Ethernet device on <tt>imx</tt></li>
	<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sxie&amp;sektion=4&amp;arch=armv7">sxie(4)</a>
	  sunxi Ethernet device on <tt>sunxi</tt></li>
</ul>

<h4>Storage</h4>
<ul>
	<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahci&amp;sektion=4&amp;arch=armv7">ahci(4)</a>
	  on <tt>imx</tt>
	<li>SD/MMC controller on i.MX6/OMAP, including BeagleBone Black's built-in flash.</li>
</ul>

<h4>USB</h4>
<ul>
	<li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&amp;sektion=4&amp;arch=armv7">ehci(4)</a>
	  on <tt>imx</tt> and <tt>panda</tt>.</li>
</ul>

<a name="projects"></a>
<h3><font color="#0000e0"><strong>Projects (in no particular order):
</strong></font></h3>

<ul>
	<li>SMP</li>
	<li>Hard-float Userland</li>
	<li>EABI</li>
	<li>Generic kernel using FDT.</li>
	<li>Proper boot support.</li>
	<li>Support for the battery-backed RTC.</li>
	<li>Support for the DMA controller.</li>
	<li>Support for USB on BeagleBoard and BeagleBone models.</li>
</ul>

<a name="install"></a>
<h3><font color="#0000e0">
<strong>Getting and installing</strong>
</font></h3>

<!--
<p>
The latest supported OpenBSD/armv7 release is
<a href="5x.html">OpenBSD 5.x</a>.
Here are the
<a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.x/armv7/INSTALL.armv7">
OpenBSD/armv7 5.x installation instructions
</a>.
-->
<p>
Snapshots are made available regularly, in

<a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/armv7">this location</a>
as well as in a few
<a href="ftp.html">mirrors</a>.
</p>

<p>
Here are the
<a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/armv7/INSTALL.armv7">
OpenBSD/armv7 snapshot installation instructions
</a> as well.
</p>

<hr>
<a href="plat.html">
<img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
</a>
<br>
<small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
<br>
<small>$OpenBSD: armv7.html,v 1.3 2013/10/26 20:26:45 jasper Exp $</small>

</body>
</html>