MIPS64: Difference between revisions

From Alpine Linux
No edit summary
No edit summary
Line 29: Line 29:
=== Firmware ===
=== Firmware ===


In default Alpine installations, some firmware packages (`linux-firmware-...`) are installed.  On most MIPS64 machines, these are unnecessary.
In default Alpine installations, some firmware packages (<code>linux-firmware-...</code>) are installed.  On most MIPS64 machines, these are unnecessary.


In order to remove them, install package `linux-firmware-none` by running: `apk add linux-firmware-none`.
In order to remove them, install package <code>linux-firmware-none</code> by running: <code>apk add linux-firmware-none</code>.

Revision as of 16:07, 8 April 2020

Background

Alpine's MIPS64 port mostly targets Octeon CPUs, Loongson and the MIPS Malta evaluation board. It can theoretically run on any MIPS64 CPU, but this hasn't been tested exhaustively.

Installation Guide

See MIPS64/Installation.

Docker

The port does not yet have a functioning Docker, but we are working on it. Assistance is welcome.

Known Issues

See MIPS64/Known Issues.

Builders and Dev Machines

Main builder is Ubiquiti EdgeRouter Infinity. It has 16-core OCTEON 3 CPU with 16 GB of RAM.

We have a second Ubiquiti EdgeRouter Infinity that will be used as a dev machine and for CI. If you need access to a MIPS64 machine to fix your packages, feel free to reach out, we can provision access to a container.

We also have various lower spec Ubiquiti boards and are working to source some Loongson boards as well.

Tips

Firmware

In default Alpine installations, some firmware packages (linux-firmware-...) are installed. On most MIPS64 machines, these are unnecessary.

In order to remove them, install package linux-firmware-none by running: apk add linux-firmware-none.