Skip to content

Commit 38d4c20

Browse files
committed
raspberry-pi/documents: update
- add raspberry pi 5 to support list - make raspberry pi 4b's guides general,and remove 4b folder
1 parent c64ddde commit 38d4c20

File tree

10 files changed

+34
-85
lines changed

10 files changed

+34
-85
lines changed

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

Lines changed: 0 additions & 28 deletions
This file was deleted.

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

Lines changed: 0 additions & 28 deletions
This file was deleted.

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,Raspberry pi 3 and above is supported by AOS OS.
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: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,16 @@ list_section = false
1313

1414
# 受支持的设备
1515

16-
以下是社区受支持的设备。点击设备名可以查看针对该设备的指南。
17-
18-
| 设备名称 | 设备类型 | 设备平台 | 维护情况 | 维护者 |
19-
| --- | --- | --- | --- | --- |
20-
| [树莓派 4B](@/aosc-os/devices/raspberrypi/4b/_index.zh.md) | 单板计算机 | 博通 BCM2711 | 受支持 | Cinhi Young |
16+
目前,树莓派 3 及以后的设备都
2117

2218

2319
# 单板支持包(BSP)仓库
2420

25-
树莓派的 BSP 仓库可能适用于所有树莓派硬件。执行如下命令以将该仓库添加至 APT 软件源:
21+
树莓派的 BSP 软件包适用于所有支持的树莓派硬件。这些软件包应该在安装AOSC OS时安装,详情参见[在树莓派上安装AOSC](@/aosc-os/devices/raspberrypi/installation.zh.md)
22+
23+
# 指南
24+
25+
- [安装指南](@/aosc-os/devices/raspberrypi/installation.zh.md)
26+
- [配置指南](@/aosc-os/devices/raspberrypi/configuration.zh.md)
27+
- [故障排除指南](@/aosc-os/devices/raspberrypi/troubleshooting.zh.md)
2628

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 General 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: 7 additions & 2 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]
@@ -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 Model 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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "树莓派 4B 安装指南"
2+
title = "树莓派通用安装指南"
33
description = "Install AOSC OS on ARM64 Raspberry Pi boards"
44
date = 2021-11-16
55
[taxonomies]
@@ -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)