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
4 changes: 4 additions & 0 deletions docs/accessories/storage/penta-sata-hat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ sidebar_position: 1
- ROCK 5A
- ROCK 5C

:::note
**RockPi 4B 兼容性说明**:RockPi 4B 即为 ROCK 4B,完全兼容 Penta SATA HAT。如果您的设备标注为 RockPi 4B,请参考 ROCK 4B 的安装指南。
:::

目前支持的树莓派型号:

- Raspberry Pi 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ sudo apt install -y ./rockpi-penta-0.2.2.deb

### 软件配置

:::caution Raspberry Pi OS 最新版本兼容性
在最新的 Raspberry Pi OS(如 bookworm 或更高版本)上,`rockpi-penta` 软件包可能无法正常工作。如果遇到问题,请参考 [rockpi-penta-pi5-fix](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 @@ -20,6 +20,10 @@ Currently supported Radxa ROCK Series products:
- ROCK 5A
- ROCK 5C

:::note
**RockPi 4B Compatibility Note**: RockPi 4B is the same as ROCK 4B and is fully compatible with Penta SATA HAT. If your device is labeled as RockPi 4B, please refer to the installation guide for ROCK 4B.
:::

Currently supported Raspberry Pi models:

- Raspberry Pi 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ sudo apt install -y ./rockpi-penta-0.2.2.deb

### Software configuration

:::caution Latest Raspberry Pi OS compatibility
On the latest Raspberry Pi OS (such as bookworm or later), the `rockpi-penta` package may not work properly. If you encounter issues, please refer to [rockpi-penta-pi5-fix](https://github.com/HabiRabbu/rockpi-penta-pi5-fix) for possible solutions.
:::

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