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

Annotation of www/arm64.html, Revision 1.1

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:
        !            27: </p>
        !            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: </p>
        !            36:
        !            37: <br clear=all>
        !            38: <hr>
        !            39:
        !            40: <a name="status"></a>
        !            41: <h3><font color="#0000e0"><strong>Current status</strong></font></h3>
        !            42:
        !            43: <p>
        !            44: The current target platforms are the Pine64 and the Raspberry Pi 3.
        !            45: </p>
        !            46:
        !            47: <a name="hardware"></a>
        !            48: <h3><font color="#0000e0"><strong>Supported hardware</strong></font></h3>
        !            49:
        !            50: <p>
        !            51: OpenBSD/arm64 bundles various platforms sharing the 64-bit ARM
        !            52: architecture. Due to the fact that there are many System on a
        !            53: Chips (SoC) around, OpenBSD/arm64 differentiates between various
        !            54: SoCs and may have a different level of support between them.
        !            55: </p>
        !            56:
        !            57: <ul>
        !            58:        <li>Pine64</li>
        !            59:        <li>Raspberry Pi 3</li>
        !            60: </ul>
        !            61:
        !            62: <h4>Ethernet</h4>
        !            63: <ul>
        !            64:        <li><a href="http://man.openbsd.org/?query=smsc&amp;sektion=4&amp;arch=arm64">smsc(4)</a>
        !            65:          integrated SMSC LAN95xx 10/100 USB Ethernet on <tt>Raspberry Pi 3</tt></li>
        !            66: </ul>
        !            67:
        !            68: <h4>Storage</h4>
        !            69: <ul>
        !            70: </ul>
        !            71:
        !            72: <h4>USB</h4>
        !            73: <ul>
        !            74:        <li><a href="http://man.openbsd.org/?query=dwctwo&amp;sektion=4&amp;arch=arm64">dwctwo(4)</a>
        !            75:          on <tt>Raspberry Pi 3</tt></li>
        !            76:        <li><a href="http://man.openbsd.org/?query=ehci&amp;sektion=4&amp;arch=arm64">ehci(4)</a>
        !            77:          on <tt>Pine64</tt></li>
        !            78: </ul>
        !            79:
        !            80: <b>No real time clock:</b> Many of the arm64 devices do not have a
        !            81: battery-backed real time clock. For this reason, using the <tt>-s</tt>
        !            82: option of <a href="faq/faq8.html#OpenNTPD">OpenNTPD</a> may be desirable.
        !            83:
        !            84: <a name="install"></a>
        !            85: <h3><font color="#0000e0">
        !            86: <strong>Getting and installing</strong>
        !            87: </font></h3>
        !            88:
        !            89: <p>
        !            90: Snapshots are made available from time to time, in
        !            91: <a href="https://ftp.OpenBSD.org/pub/OpenBSD/snapshots/arm64">this location</a>
        !            92: as well as in a few
        !            93: <a href="ftp.html">mirrors</a>.
        !            94: Here are the
        !            95: <a href="https://ftp.OpenBSD.org/pub/OpenBSD/snapshots/arm64/INSTALL.arm64">
        !            96: OpenBSD/arm64 snapshot installation instructions
        !            97: </a> as well.
        !            98: </p>
        !            99:
        !           100: </body>
        !           101: </html>