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

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

Revision 1.53, Mon May 27 22:55:21 2019 UTC (5 years ago) by bentley
Branch: MAIN
Changes since 1.52: +21 -22 lines

Substantially clean up and modernize HTML markup across openbsd.org.

This was done with three purposes in mind:
- to reduce the massive amount of inline HTML, to be easier on developers
  adding actual content
- to allow running the HTML validator across the source (doing this found
  many unintentional mistakes in the present code, including at least a
  dozen cases of half- or fully-invisible text)
- to separate content from presentation, so appearance can be controlled
  through stylesheets

Great care was taken to keep all pages, even very old ones, looking the
same, give or take a few pixels of whitespace.

Much review, critique, and improvement from tj@

<!doctype html>
<html lang=en id=platform>
<meta charset=utf-8>

<title>OpenBSD/octeon</title>
<meta name="description" content="the OpenBSD/octeon page">
<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/octeon.html">


<h2 id=OpenBSD>
<a href="index.html">
<i>Open</i><b>BSD</b></a>
octeon
</h2>
<hr>

<table><tr><td>
<p>
OpenBSD/octeon is a port intended to run on MIPS64-based systems that utilize
the Cavium OCTEON, OCTEON Plus, OCTEON II, and OCTEON III system on chips.
</table>

<hr>

<h3 id="history"><strong>History:</strong></h3>

<p>
OpenBSD/octeon began in 2010 with an SDK created by
<a href="https://www.iij.ad.jp/en/">IIJ</a> and donated to OpenBSD.
Early work targeted the Portwell CAM-0100.

<p>
Due to the lack of available hardware, the port lay dormant for a few years.
This changed in January 2013 with the release of the Ubiquiti Networks
EdgeRouter LITE. Several developers obtained these new machines, and work
began immediately. Due to issues with USB support, the port to the Portwell
CAM-0100 matured first because it allowed CF cards to be used as a storage
medium.

<p>
Development has been rapid, with the port to the Portwell CAM-0100 becoming
self-hosting in April 2013.
In August 2013 the DSR-500 model reached userland and could host OpenBSD
via NFS.
Support for EdgeRouter LITE Ethernet was added in
September 2013, allowing the EdgeRouter LITE to be usable by NFS booting.

<p>
In June 2015 USB support was added which finally allowed installing to
local disk on machines lacking a CF slot.

<hr>

<h3 id="hardware"><strong>Supported hardware:</strong></h3>

<p>
OpenBSD/octeon supports the following machines:

<ul>
<li><a href="http://www.portwell.com/products/detail.php?CUSTCHAR1=CAM-0100">
Portwell CAM-0100</a>
<li>D-Link
	<a href="https://web.archive.org/web/20140803060102/http://www.dlink.com/us/en/business-solutions/security/services-routers/dsr-500-the-d-link-services-router"> DSR-500</a>,
	<a href="https://web.archive.org/web/20170422065451/http://us.dlink.com/us/en/business-solutions/security/services-routers/dsr-500n-wireless-n-unified-services-router.html"> DSR-500N</a>

<li><a href="http://www.rhinolabsinc.com/rhino-shasta-enterprise-grade-network-appliance/">Rhino Labs Inc. SDNA Shasta</a>
<li><a href="https://www.ubnt.com/edgemax/edgerouter-lite/">Ubiquiti Networks
EdgeRouter LITE</a>
<li><a href="https://www.ubnt.com/edgemax/edgerouter-poe/">Ubiquiti Networks
EdgeRouter PoE</a><br>
    <ul>
        <li>Switch ports are not supported yet.
    </ul>
<li><a href="https://www.ubnt.com/edgemax/edgerouter/">Ubiquiti Networks
EdgeRouter</a>
<li><a href="https://www.ubnt.com/edgemax/edgerouter-pro/">Ubiquiti Networks
EdgeRouter PRO</a><br>
    <ul>
        <li>SFP slots are not supported yet.
    </ul>
<li><a href="https://www.ubnt.com/edgemax/edgerouter-4/">Ubiquiti Networks EdgeRouter 4</a>
<li><a href="https://www.ubnt.com/edgemax/edgerouter-6p/">Ubiquiti Networks EdgeRouter 6P</a>
<li><a href="https://www.ubnt.com/unifi-routing/usg/">Ubiquiti Networks UniFi Security Gateway</a>
<li><a href="https://www.ubnt.com/unifi-routing/unifi-security-gateway-pro-4/">Ubiquiti Networks UniFi Security Gateway PRO-4</a><br>
    <ul>
        <li>SFP slots are not supported yet.
    </ul>
</ul>

<hr>

<h3 id="status"><strong>Current status:</strong></h3>

<p>
OpenBSD/octeon can be installed on all machines which have local
Compact Flash or USB storage.

<hr>

<h3 id="install">
<strong>Getting and installing OpenBSD/octeon:</strong>
</h3>

<p>
The latest supported OpenBSD/octeon release is
<a href="65.html">OpenBSD 6.5</a>.
Here are the
<a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/octeon/INSTALL.octeon">
OpenBSD/octeon installation instructions</a>.

<p>
Snapshots are made available from time to time, in
<a href="https://cdn.openbsd.org/pub/OpenBSD/snapshots/octeon">this location</a>
as well as on a few
<a href="ftp.html">mirrors</a>.
Here are the
<a href="https://ftp.openbsd.org/pub/OpenBSD/snapshots/octeon/INSTALL.octeon">
OpenBSD/octeon snapshot installation instructions</a> as well.