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

Annotation of www/octeon.html, Revision 1.47

1.1       bcallah     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/octeon</title>
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="description" content="the OpenBSD/octeon page">
1.24      jasper      8: <meta name="copyright" content="This document copyright 2015 by OpenBSD.">
1.29      tb          9: <meta name="viewport" content="width=device-width, initial-scale=1">
                     10: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.31      tb         11: <link rel="canonical" href="https://www.openbsd.org/octeon.html">
1.1       bcallah    12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     15:
1.29      tb         16: <h2>
                     17: <a href="index.html">
                     18: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
                     19: <font color="#e00000">octeon</font>
                     20: </h2>
1.1       bcallah    21: <hr>
1.29      tb         22: <p>
1.1       bcallah    23:
                     24: OpenBSD/octeon is a port intended to run on systems based upon the
                     25: Cavium Octeon and Octeon PLUS MIPS64 CPUs.
                     26:
1.28      deraadt    27: <br clear=all>
1.1       bcallah    28: <hr>
1.19      bentley    29:
                     30: <h3 id="history"><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       bcallah    31: <p>
                     32: OpenBSD/octeon began in 2010 with an SDK created by
1.37      fcambus    33: <a href="https://www.iij.ad.jp/en/">IIJ</a> and donated to OpenBSD.
1.1       bcallah    34: Early work targeted the Portwell CAM-0100.
                     35: <p>
                     36: Due to the lack of available hardware, the port lay dormant for a few years.
                     37: This changed in January 2013 with the release of the Ubiquiti Networks
                     38: EdgeRouter LITE. Several developers obtained these new machines, and work
1.8       bcallah    39: began immediately. Due to issues with USB support, the port to the Portwell
                     40: CAM-0100 matured first because it allowed CF cards to be used as a storage
                     41: medium.
1.1       bcallah    42: <p>
1.8       bcallah    43: Development has been rapid, with the port to the Portwell CAM-0100 becoming
1.12      pirofti    44: self-hosting in April 2013.
                     45: In August 2013 the DSR-500 model reached userland and could host OpenBSD
                     46: via NFS.
                     47: Support for EdgeRouter LITE Ethernet was added in
1.10      bcallah    48: September 2013, allowing the EdgeRouter LITE to be usable by NFS booting.
1.1       bcallah    49: <p>
1.24      jasper     50: In June 2015 USB support was added which finally allowed installing to
                     51: local disk on machines lacking a CF slot.
1.1       bcallah    52:
                     53: <hr>
1.19      bentley    54:
                     55: <h3 id="hardware"><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.1       bcallah    56: <p>
1.10      bcallah    57: OpenBSD/octeon supports the following machines:
1.1       bcallah    58: <ul>
1.27      gsoares    59: <li><a href="http://www.portwell.com/products/detail.php?CUSTCHAR1=CAM-0100">
1.1       bcallah    60: Portwell CAM-0100</a>
1.26      pirofti    61: <li>D-Link
                     62:        <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>,
1.37      fcambus    63:        <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>
1.26      pirofti    64:
1.43      visa       65: <li><a href="http://www.rhinolabsinc.com/rhino-shasta-enterprise-grade-network-appliance/">Rhino Labs Inc. SDNA Shasta</a>
1.37      fcambus    66: <li><a href="https://www.ubnt.com/edgemax/edgerouter-lite/">Ubiquiti Networks
1.1       bcallah    67: EdgeRouter LITE</a>
1.37      fcambus    68: <li><a href="https://www.ubnt.com/edgemax/edgerouter-poe/">Ubiquiti Networks
1.41      visa       69: EdgeRouter PoE</a><br>
                     70:     Switch ports are not supported yet.
1.37      fcambus    71: <li><a href="https://www.ubnt.com/edgemax/edgerouter/">Ubiquiti Networks
1.36      visa       72: EdgeRouter</a>
1.37      fcambus    73: <li><a href="https://www.ubnt.com/edgemax/edgerouter-pro/">Ubiquiti Networks
1.36      visa       74: EdgeRouter PRO</a><br>
1.40      visa       75:     SFP slots are not supported yet.
1.47    ! visa       76: <li><a href="https://www.ubnt.com/edgemax/edgerouter-4/">Ubiquiti Networks EdgeRouter 4</a>
        !            77: <li><a href="https://www.ubnt.com/edgemax/edgerouter-6p/">Ubiquiti Networks EdgeRouter 6P</a>
1.44      visa       78: <li><a href="https://www.ubnt.com/unifi-routing/usg/">Ubiquiti Networks UniFi Security Gateway</a>
                     79: <li><a href="https://www.ubnt.com/unifi-routing/unifi-security-gateway-pro-4/">Ubiquiti Networks UniFi Security Gateway PRO-4</a><br>
                     80:     SFP slots are not supported yet.
1.42      visa       81: </ul>
                     82:
1.1       bcallah    83: <hr>
1.19      bentley    84:
                     85: <h3 id="status"><font color="#0000e0"><strong>Current status:</strong></font></h3>
1.1       bcallah    86:
                     87: <p>
1.24      jasper     88: OpenBSD/octeon can be installed on all machines which have local
                     89: Compact Flash or USB storage.
1.1       bcallah    90:
                     91: <hr>
1.19      bentley    92:
                     93: <h3 id="install"><font color="#0000e0">
1.6       jasper     94: <strong>Getting and installing OpenBSD/octeon:</strong>
1.1       bcallah    95: </font></h3>
                     96:
                     97: <p>
                     98:
                     99: The latest supported OpenBSD/octeon release is
1.45      tj        100: <a href="63.html">OpenBSD 6.3</a>.
1.1       bcallah   101: Here are the
1.45      tj        102: <a href="https://ftp.OpenBSD.org/pub/OpenBSD/6.3/octeon/INSTALL.octeon">
1.39      tj        103: OpenBSD/octeon installation instructions</a>.
1.11      sthen     104:
1.1       bcallah   105: <p>
                    106: Snapshots are made available from time to time, in
1.33      tb        107: <a href="https://ftp.OpenBSD.org/pub/OpenBSD/snapshots/octeon">this location</a>
1.1       bcallah   108: as well as in a few
                    109: <a href="ftp.html">mirrors</a>.
                    110: Here are the
1.33      tb        111: <a href="https://ftp.openbsd.org/pub/OpenBSD/snapshots/octeon/INSTALL.octeon">
1.34      tb        112: OpenBSD/octeon snapshot installation instructions</a> as well.
1.1       bcallah   113:
                    114: </body>
                    115: </html>