From f53fb0b6e992c9ceb6d6c337890fe201ddec3fa5 Mon Sep 17 00:00:00 2001 From: y2-Whyto Date: Wed, 17 Aug 2022 16:19:33 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E7=BF=BB=E8=AF=91=20/development/hardware/?= =?UTF-8?q?README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- development/hardware/README.md | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/development/hardware/README.md b/development/hardware/README.md index c8f52c71..6565f45b 100644 --- a/development/hardware/README.md +++ b/development/hardware/README.md @@ -1,34 +1,73 @@ + +# 在设备上安装 Fuchsia + +Fuchsia 平台能够安装在以下硬件设备上: + +- [Chromebook][install-fuchsia-on-chromebook] +- [Intel NUC 迷你电脑][install-fuchsia-on-nuc] +- [Khadas VIM3 开发板][install-fuchsia-on-vim3] + +## 架构支持 + +Fuchsia 支持两种指令集(Instruction Set Architecture,ISA): + +* `arm64`——Fuchsia 在受支持的微处理器上,对 `arm64`(也称为 AArch64)的支持没有限制。 + +* `x86-64`——Fuchsia 在受支持的微处理器上,对 `x86-64`(也称为 IA32e 或 AMD64)的支持有一定限制。 + +## CPU 支持 + +Fuchsia 对于 CPU 的支持: + +* Intel——对于 Intel CPU,只有 Broadwell 及更高版本是受到活跃支持的,并且会添加新的功能。另外,我们将接受补丁,以保持 Nehalem 及更高版本正常引导。 + +* AMD——AMD CPU 是**不**受活跃支持的(具体地,我们对其没有进行活跃测试),但是我们将接受补丁,以确保其正确引导。 + +## 目录 + +- [在 Chromebook 上安装 Fuchsia][install-fuchsia-on-chromebook] +- [在 NUC 迷你电脑上安装 Fuchsia][install-fuchsia-on-nuc] +- [在 NUC 迷你电脑上使用 Zedboot(旧版)安装 Fuchsia][install-fuchsia-on-nuc-legacy] From f2b0260d6672a3f2e308b9289c412bd480bb0d3e Mon Sep 17 00:00:00 2001 From: y2-Whyto Date: Wed, 17 Aug 2022 16:27:18 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=AE=8C=E6=95=B4?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- development/hardware/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/development/hardware/README.md b/development/hardware/README.md index 6565f45b..4e61cc7d 100644 --- a/development/hardware/README.md +++ b/development/hardware/README.md @@ -82,6 +82,13 @@ Fuchsia 对于 CPU 的支持: - [在 Chromebook 上安装 Fuchsia][install-fuchsia-on-chromebook] - [在 NUC 迷你电脑上安装 Fuchsia][install-fuchsia-on-nuc] - [在 NUC 迷你电脑上使用 Zedboot(旧版)安装 Fuchsia][install-fuchsia-on-nuc-legacy] +- [在 Khadas VIM3 开发板上安装 Fuchsia][install-fuchsia-on-vim3] +- 创建 Fuchsia 可引导镜像: + - [从 USB 闪存驱动器安装 Fuchsia][prepare-usb] + - [使用 Fuchsia 安装程序(旧版)][use-the-installer-legacy] +- 设置实验性硬件: + - [在 Acer Switch Alpha 12 上安装 Fuchsia][install-fuchsia-on-acer12] + - [在 Toulouse 上安装 Fuchsia][install-fuchsia-on-toulouse] From 9b54da9b6debf48e02136bf769e0c42e6e98ecab Mon Sep 17 00:00:00 2001 From: y2-Whyto Date: Thu, 18 Aug 2022 11:34:48 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=B4=BB=E8=B7=83=20->=20=E4=B8=BB?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- development/hardware/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/hardware/README.md b/development/hardware/README.md index 4e61cc7d..b4f9ddac 100644 --- a/development/hardware/README.md +++ b/development/hardware/README.md @@ -54,13 +54,13 @@ Fuchsia 对于 CPU 的支持: have new features added for them. Additionally, we will accept patches to keep Nehalem and later booting. --> -* Intel——对于 Intel CPU,只有 Broadwell 及更高版本是受到活跃支持的,并且会添加新的功能。另外,我们将接受补丁,以保持 Nehalem 及更高版本正常引导。 +* Intel——对于 Intel CPU,只有 Broadwell 及更高版本是受到主动支持的,并且会添加新的功能。另外,我们将接受补丁,以保持 Nehalem 及更高版本正常引导。 -* AMD——AMD CPU 是**不**受活跃支持的(具体地,我们对其没有进行活跃测试),但是我们将接受补丁,以确保其正确引导。 +* AMD——AMD CPU 是**不**受主动支持的(具体地,我们对其没有进行主动测试),但是我们将接受补丁,以确保其正确引导。