tree: 1b05595760176364cf9cde98ea86b86ffd259f48 [path history] [tgz]
  1. images/
  2. setup/
  3. _redirects.yaml
  4. _toc.yaml
  5. intel_nuc.md
  6. khadas-vim3.md
  7. README.md
docs/development/hardware/README.md

Install Fuchsia on a device

The Fuchsia platform can be installed on the following hardware devices:

Architecture support

Fuchsia supports two ISAs (Instruction Set Architectures):

  • arm64 - Fuchsia supports arm64 (also called AArch64) with no restrictions on supported microarchitectures.

  • x86-64 - Fuchsia supports x86-64 (also called IA32e or AMD64), but with some restrictions on supported microarchitectures.

CPU support

Fuchsia's support for CPUs:

  • Intel - For Intel CPUs, only Broadwell and later are actively supported and will have new features added for them. Additionally, we will accept patches to keep Nehalem and later booting.

  • AMD - AMD CPUs are not actively supported (in particular, we have no active testing on them), but we will accept patches to ensure correct booting on them.

Table of contents