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

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

Revision 1.34, Thu Sep 1 12:08:03 2016 UTC (7 years, 8 months ago) by tj
Branch: MAIN
Changes since 1.33: +3 -3 lines

6.0 bumps for the platform and auto-generated pages.

ok tb

<!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>OpenBSD/armv7</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="the OpenBSD/armv7 page">
<meta name="copyright" content="This document copyright 2016 by OpenBSD.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://www.openbsd.org/armv7.html">
</head>

<body bgcolor="#ffffff" text="#000000" link="#23238e">

<h2>
<a href="index.html">
<font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
<font color="#e00000">armv7</font>
</h2>
<hr>
<p>

OpenBSD/armv7 is a port of OpenBSD to various ARMv7 based systems.
<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.

<br clear=all>
<hr>

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

The current target platforms are Allwinner A10/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 <a href="#hardware">supported hardware</a> section.
</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 usable on
them.
The platform is now self hosting, however there is no SMP support.
Networking is working on <tt>am335x</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>

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,
OpenBSD/armv7 differentiates between various SoCs and may have a
different level of support between them. All devices based on the
i.MX6 are referred to as <tt>imx</tt>, all devices based on A10/A20 are
referred 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>Allwinner A10/A20
	<ul>
		<li>Cubieboard</li>
		<li>LinkSprite pcDuino</li>
		<li>Banana Pi</li>
	</ul>
	</li>
	<li>Freescale/NXP i.MX6
	<ul>
		<li>Boundary Devices SABRE Lite/BD-SL-i.MX6</li>
		<li>Boundary Devices Nitrogen6X</li>
		<li>Wandboard</li>
		<li>SolidRun CuBox-i4Pro</li>
		<li>CompuLab Utilite</li>
		<li>Kosagi Novena</li>
	</ul>
	</li>
	<li>TI 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://man.openbsd.org/?query=cpsw&amp;sektion=4&amp;arch=armv7">cpsw(4)</a>
	  CPSW Ethernet device on <tt>am335x</tt></li>
	<li><a href="http://man.openbsd.org/?query=fec&amp;sektion=4&amp;arch=armv7">fec(4)</a>
	  i.MX Ethernet device on <tt>imx</tt></li>
	<li><a href="http://man.openbsd.org/?query=smsc&amp;sektion=4&amp;arch=armv7">smsc(4)</a>
	  integrated SMSC LAN95xx 10/100 USB Ethernet on <tt>panda</tt></li>
	<li><a href="http://man.openbsd.org/?query=sxie&amp;sektion=4&amp;arch=armv7">sxie(4)</a>
	  sunxi EMAC 10/100 Ethernet device on <tt>sunxi</tt></li>
	<li><a href="http://man.openbsd.org/?query=sxie&amp;sektion=4&amp;arch=armv7">dwge(4)</a>
	  sunxi GMAC 10/100/Gigabit Ethernet device on <tt>sunxi</tt></li>
</ul>

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

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

<b>No real time clock:</b> Many of the armv7 devices do not have a
battery-backed real time clock. For this reason, using the <tt>-s</tt>
option of <a href="faq/faq6.html#OpenNTPD">OpenNTPD</a> may be desirable.

<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="60.html">OpenBSD 6.0</a>.
Here are the
<a href="http://ftp.OpenBSD.org/pub/OpenBSD/6.0/armv7/INSTALL.armv7">
OpenBSD/armv7 6.0 installation instructions</a>.

<p>
Snapshots are made available from time to time, 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>.
Here are the
<a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/armv7/INSTALL.armv7">
OpenBSD/armv7 snapshot installation instructions
</a> as well.

</body>
</html>