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

Annotation of www/arm64.html, Revision 1.5

1.1       patrick     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/arm64</title>
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="description" content="the OpenBSD/arm64 page">
                      8: <meta name="copyright" content="This document copyright 2017 by OpenBSD.">
                      9: <meta name="viewport" content="width=device-width, initial-scale=1">
                     10: <link rel="stylesheet" type="text/css" href="openbsd.css">
                     11: <link rel="canonical" href="https://www.openbsd.org/arm64.html">
                     12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     15:
                     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">arm64</font>
                     20: </h2>
                     21: <hr>
                     22:
                     23: <p>
                     24: OpenBSD/arm64 is a port of OpenBSD to various 64-bit ARM based systems.
                     25: </p>
                     26:
1.3       tb         27: <p>
1.1       patrick    28: A mailing list for ARM-based ports is available at
                     29: <u><font color="#23238e">arm@openbsd.org</font></u>.
                     30: To join the OpenBSD/arm mailing list, send a message body of
                     31: <b>"subscribe arm"</b> to
                     32: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     33: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     34: subscribing.
                     35:
                     36: <br clear=all>
                     37: <hr>
                     38:
                     39: <a name="status"></a>
                     40: <h3><font color="#0000e0"><strong>Current status</strong></font></h3>
                     41:
                     42: <p>
1.4       jsg        43: The current target platforms are Pine64, Raspberry Pi 3 and Opteron A1100.
1.1       patrick    44: </p>
                     45:
                     46: <a name="hardware"></a>
                     47: <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>
                     48:
                     49: <p>
                     50: OpenBSD/arm64 bundles various platforms sharing the 64-bit ARM
                     51: architecture. Due to the fact that there are many System on a
                     52: Chips (SoC) around, OpenBSD/arm64 differentiates between various
                     53: SoCs and may have a different level of support between them.
                     54: </p>
                     55:
                     56: <ul>
1.4       jsg        57:        <li>Allwinner A64
                     58:        <ul>
                     59:                <li>Pine64
                     60:        </ul>
                     61:        <li>AMD Opteron A1100 (Seattle)
                     62:        <ul>
                     63:                <li>AMD Seattle Development Board
1.5     ! jsg        64:                <li>SoftIron OverDrive 1000
1.4       jsg        65:                <li>SoftIron OverDrive 3000
                     66:        </ul>
                     67:        <li>Broadcom BCM2837
                     68:        <ul>
                     69:                <li>Raspberry Pi 3
                     70:        </ul>
1.1       patrick    71: </ul>
                     72:
                     73: <h4>Ethernet</h4>
                     74: <ul>
                     75:        <li><a href="http://man.openbsd.org/?query=smsc&amp;sektion=4&amp;arch=arm64">smsc(4)</a>
                     76:          integrated SMSC LAN95xx 10/100 USB Ethernet on <tt>Raspberry Pi 3</tt></li>
                     77: </ul>
                     78:
                     79: <h4>Storage</h4>
1.4       jsg        80: <ul>
                     81:        <li><a href="http://man.openbsd.org/?query=ahci&amp;sektion=4&amp;arch=arm64">ahci(4)</a>
                     82:          on <tt>Opteron A1100</tt></li>
                     83: </ul>
1.1       patrick    84:
                     85: <h4>USB</h4>
                     86: <ul>
                     87:        <li><a href="http://man.openbsd.org/?query=dwctwo&amp;sektion=4&amp;arch=arm64">dwctwo(4)</a>
                     88:          on <tt>Raspberry Pi 3</tt></li>
                     89:        <li><a href="http://man.openbsd.org/?query=ehci&amp;sektion=4&amp;arch=arm64">ehci(4)</a>
                     90:          on <tt>Pine64</tt></li>
1.5     ! jsg        91:        <li><a href="http://man.openbsd.org/?query=xhci&amp;sektion=4&amp;arch=arm64">xhci(4)</a>
        !            92:          on <tt>OverDrive 1000</tt></li>
1.1       patrick    93: </ul>
                     94:
                     95: <b>No real time clock:</b> Many of the arm64 devices do not have a
                     96: battery-backed real time clock. For this reason, using the <tt>-s</tt>
                     97: option of <a href="faq/faq8.html#OpenNTPD">OpenNTPD</a> may be desirable.
                     98:
                     99: <a name="install"></a>
                    100: <h3><font color="#0000e0">
                    101: <strong>Getting and installing</strong>
                    102: </font></h3>
                    103:
                    104: <p>
                    105: Snapshots are made available from time to time, in
                    106: <a href="https://ftp.OpenBSD.org/pub/OpenBSD/snapshots/arm64">this location</a>
                    107: as well as in a few
                    108: <a href="ftp.html">mirrors</a>.
                    109: Here are the
                    110: <a href="https://ftp.OpenBSD.org/pub/OpenBSD/snapshots/arm64/INSTALL.arm64">
1.2       tb        111: OpenBSD/arm64 snapshot installation instructions</a> as well.
1.1       patrick   112: </p>
                    113:
                    114: </body>
                    115: </html>