Skip to content

Commit 2e05bcd

Browse files
committed
raspberry-pi/documents: update
- add raspberry pi 5 to support list - make raspberry pi 4b's guides general
1 parent c64ddde commit 2e05bcd

File tree

12 files changed

+43
-39
lines changed

12 files changed

+43
-39
lines changed

content/aosc-os/devices/raspberrypi/4b/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Raspberry Pi 4B is a decent SBC from Raspberry Pi Foundation. Like its predecess
99

1010
# Guides
1111

12-
- [Installation Guide](@/aosc-os/devices/raspberrypi/4b/installation.md)
13-
- [Configuration Guide](@/aosc-os/devices/raspberrypi/4b/configuration.md)
14-
- [Troubleshooting Guide](@/aosc-os/devices/raspberrypi/4b/troubleshooting.md)
12+
- [Installation Guide](@/aosc-os/devices/raspberrypi/installation.md)
13+
- [Configuration Guide](@/aosc-os/devices/raspberrypi/configuration.md)
14+
- [Troubleshooting Guide](@/aosc-os/devices/raspberrypi/troubleshooting.md)
1515

1616
# General Information
1717

content/aosc-os/devices/raspberrypi/4b/_index.zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ list_section = false
99

1010
# 指南
1111

12-
- [安装指南](@/aosc-os/devices/raspberrypi/4b/installation.zh.md)
13-
- [配置指南](@/aosc-os/devices/raspberrypi/4b/configuration.zh.md)
14-
- [故障排除指南](@/aosc-os/devices/raspberrypi/4b/troubleshooting.zh.md)
12+
- [安装指南](@/aosc-os/devices/raspberrypi/installation.zh.md)
13+
- [配置指南](@/aosc-os/devices/raspberrypi/configuration.zh.md)
14+
- [故障排除指南](@/aosc-os/devices/raspberrypi/troubleshooting.zh.md)
1515

1616
# 信息
1717

content/aosc-os/devices/raspberrypi/_index.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@ Raspberry Pi is a series of Single Board Computers developed by Raspberry Pi Fou
1313

1414
# Supported Hardware
1515

16-
Here is a list of community supported devices. Click the name to checkout the documentation for a device.
16+
For now, AOSC OS supports Raspberry Pi 3 and above.
1717

18-
| Name | Type | Platform | Maintenance Status | Maintainer |
19-
| --- | --- | --- | --- | --- |
20-
| [Raspberry Pi 4B](@/aosc-os/devices/raspberrypi/4b/_index.md) | Single Board Computer | Broadcom BCM2711 | Supported | Cinhi Young |
18+
# Board Support Packages
2119

22-
# Board Support Packages repository
20+
BSP packages is available for all supported Raspberry Pi devices. It should be installed when you install AOSC OS on raspberry pi,see [installing AOSC OS on raspberry pi](@/aosc-os/devices/raspberrypi/installation.md).
2321

24-
BSP packages repository is available for all Raspberry Pi devices. Execute following command to add it to your APT source:
22+
# Guides
2523

26-
```
27-
echo "deb https://repo.aosc.io/debs stable bsp-rpi" | sudo tee /etc/apt/sources.list.d/bsp-rpi.list
28-
sudo apt update
29-
```
24+
- [Installation Guide](@/aosc-os/devices/raspberrypi/installation.md)
25+
- [Configuration Guide](@/aosc-os/devices/raspberrypi/configuration.md)
26+
- [Troubleshooting Guide](@/aosc-os/devices/raspberrypi/troubleshooting.md)

content/aosc-os/devices/raspberrypi/_index.zh.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,15 @@ list_section = false
1313

1414
# 受支持的设备
1515

16-
以下是社区受支持的设备。点击设备名可以查看针对该设备的指南
16+
目前, AOSC OS 支持树莓派 3 及以后的设备
1717

18-
| 设备名称 | 设备类型 | 设备平台 | 维护情况 | 维护者 |
19-
| --- | --- | --- | --- | --- |
20-
| [树莓派 4B](@/aosc-os/devices/raspberrypi/4b/_index.zh.md) | 单板计算机 | 博通 BCM2711 | 受支持 | Cinhi Young |
18+
# 板级支持包 (BSP)
2119

20+
树莓派的板级支持包 (BSP) 适用于所有支持的树莓派硬件。这些软件包应该在安装 AOSC OS 时安装,详情参见[在树莓派上安装 AOSC OS](@/aosc-os/devices/raspberrypi/installation.zh.md)
2221

23-
# 单板支持包(BSP)仓库
22+
# 指南
2423

25-
树莓派的 BSP 仓库可能适用于所有树莓派硬件。执行如下命令以将该仓库添加至 APT 软件源:
24+
- [安装指南](@/aosc-os/devices/raspberrypi/installation.zh.md)
25+
- [配置指南](@/aosc-os/devices/raspberrypi/configuration.zh.md)
26+
- [故障排除指南](@/aosc-os/devices/raspberrypi/troubleshooting.zh.md)
2627

27-
```
28-
echo "deb https://repo.aosc.io/debs stable bsp-rpi" | sudo tee /etc/apt/sources.list.d/bsp-rpi.list
29-
sudo apt update
30-
```

content/aosc-os/devices/raspberrypi/4b/configuration.md renamed to content/aosc-os/devices/raspberrypi/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Raspberry Pi 4B Configuration"
2+
title = "Raspberry Pi Configuration"
33
description = "Configurate your Raspberry Pi boards"
44
date = 2021-11-18
55
[taxonomies]

content/aosc-os/devices/raspberrypi/4b/configuration.zh.md renamed to content/aosc-os/devices/raspberrypi/configuration.zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "树莓派 4B 配置指南"
2+
title = "树莓派配置指南"
33
description = "Configurate your Raspberry Pi boards"
44
date = 2021-11-18
55
[taxonomies]
@@ -90,4 +90,4 @@ include filename
9090
除去根文件系统设备参数外,所有的命令行必须至少包含以下参数:
9191

9292
- `rootwait`:等待根文件系统出现。在所有情况下都是必须的,无论你所使用的系统介质。如果移除此项,则内核会崩溃,并告诉你无法找到根文件系统。
93-
- `fsck.repair=yes`:总是在启动时检查文件系统错误。由于树莓派平时是不使用 initrd 的,所以该选项必须启用。
93+
- `fsck.repair=yes`:总是在启动时检查文件系统错误。由于树莓派平时是不使用 initrd 的,所以该选项必须启用。

content/aosc-os/devices/raspberrypi/4b/installation.md renamed to content/aosc-os/devices/raspberrypi/installation.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Raspberry Pi 4B Installation guide"
2+
title = "Raspberry Pi General Installation guide"
33
description = "Install AOSC OS on ARM64 Raspberry Pi boards"
44
date = 2021-11-16
55
[taxonomies]
@@ -8,7 +8,7 @@ tags = ["sys-installation"]
88
+++
99

1010
[general-postinst]: /aosc-os/installation/manual/amd64#user-and-post-installation-configuration
11-
[troubleshooting]: /aosc-os/devices/raspberrypi/4b/troubleshooting
11+
[troubleshooting]: /aosc-os/devices/raspberrypi/troubleshooting
1212

1313
With community support you can enjoy AOSC OS in your Raspberry Pi with ease.
1414
There are many way to boot Linux on a Raspberry Pi, e.g. UEFI, U-Boot, etc. This tutorial is meant for plain boot method.
@@ -21,6 +21,11 @@ If you have any questions, please checkout [our Raspberry Pi FAQ and troubleshoo
2121

2222
Technically all Raspberry Pis equipped with an ARM64 CPU are compatible with mainline AOSC OS, including:
2323

24+
- Raspberry Pi 5th gen boards (BCM2712)
25+
- Raspberry Pi 5
26+
- Raspberry Pi 500
27+
- Raspberry Pi 500+
28+
- Compute Module 5
2429
- Raspberry Pi 4th gen boards (BCM2711)
2530
- Raspberry Pi 4B (all variants)
2631
- Raspberry Pi 400
@@ -222,4 +227,4 @@ umount /mnt
222227
sync
223228
```
224229

225-
Then unplug it and plug in your Pi, power it on and here we go
230+
Then unplug it and plug in your Pi, power it on and here we go

content/aosc-os/devices/raspberrypi/4b/installation.zh.md renamed to content/aosc-os/devices/raspberrypi/installation.zh.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
+++
2-
title = "树莓派 4B 安装指南"
2+
title = "树莓派通用安装指南"
33
description = "Install AOSC OS on ARM64 Raspberry Pi boards"
44
date = 2021-11-16
55
[taxonomies]
66
tags = ["sys-installation"]
77
+++
88

99
[general-postinst]: /zh/aosc-os/installation/manual/amd64/#yong-hu-zi-ding-yi-she-zhi
10-
[troubleshooting]: @/aosc-os/devices/raspberrypi/4b/troubleshooting.zh.md
10+
[troubleshooting]: @/aosc-os/devices/raspberrypi/troubleshooting.zh.md
1111

1212
AOSC OS 对树莓派的支持由社区进行维护,所以你可以轻松地为树莓派安装 AOSC OS。
1313

@@ -21,6 +21,11 @@ AOSC OS 对树莓派的支持由社区进行维护,所以你可以轻松地为
2121

2222
理论上任何装备了支持 ARM64 架构 CPU 的树莓派都可以运行主线版本的 AOSC OS,包括:
2323

24+
- 第五代树莓派系列 (BCM2712)
25+
- 树莓派 5
26+
- 树莓派 500
27+
- 树莓派 500+
28+
- 树莓派计算模块 5
2429
- 第四代树莓派系列 (BCM2711)
2530
- 树莓派 4B(所有版本)
2631
- 树莓派 400

content/aosc-os/devices/raspberrypi/4b/troubleshooting.md renamed to content/aosc-os/devices/raspberrypi/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
2-
title = "Raspberry Pi 4B Troubleshooting"
3-
description = "FAQs and troubleshooting guides for Raspberry Pi 4B"
2+
title = "Raspberry Pi General Troubleshooting"
3+
description = "FAQs and troubleshooting guides for Raspberry Pis"
44
date = 2021-04-14T04:37:11.499Z
55
[taxonomies]
66
tags = ["sys-installation"]

content/aosc-os/devices/raspberrypi/4b/troubleshooting.zh.md renamed to content/aosc-os/devices/raspberrypi/troubleshooting.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "树莓派 4B 故障排除指南"
2+
title = "树莓派通用故障排除指南"
33
description = "FAQs and troubleshooting guides for Raspberry Pi 4B"
44
date = 2021-04-14T04:37:11.499Z
55
[taxonomies]

0 commit comments

Comments
 (0)