Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/accessories/storage/penta-sata-hat/sata-hat-top-board.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ sudo apt install -y ./rockpi-penta-0.2.2.deb

### 软件配置

:::note
**最新 Raspberry Pi OS (Debian trixie) 用户注意**

如果您在最新的 Raspberry Pi OS (Debian trixie) 上遇到以下问题:
- OLED 显示屏只显示静态消息 "RADXA SATA HAT Loading..."
- 风扇固定在 100% 功率
- 服务启动报错 `FileNotFoundError: No such file or directory`

可能需要应用额外的修复。请参考 [GitHub issue #1540](https://github.com/radxa-docs/docs/issues/1540) 中用户报告的解决方案:https://github.com/HabiRabbu/rockpi-penta-pi5-fix
:::

安装软件包后,如果需要修改配置,可以编辑配置文件 `/etc/rockpi-penta.conf`,下面是配置文件的默认值。

```ini
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ sudo apt install -y ./rockpi-penta-0.2.2.deb

### Software configuration

:::note
**Note for latest Raspberry Pi OS (Debian trixie) users**

If you encounter the following issues on the latest Raspberry Pi OS (Debian trixie):
- OLED display only shows static message "RADXA SATA HAT Loading..."
- Fan stuck at 100% power
- Service startup error `FileNotFoundError: No such file or directory`

Additional fixes may be required. Please refer to the solution reported by users in [GitHub issue #1540](https://github.com/radxa-docs/docs/issues/1540): https://github.com/HabiRabbu/rockpi-penta-pi5-fix
:::

After installing the package, if you need to modify the configuration, you can edit the configuration file `/etc/rockpi-penta.conf`, the following is the default value of the configuration file.

```ini
Expand Down
Loading