update PicoClaw expansion board docs for PicoClaw v0.2.8 support

This commit is contained in:
916BGAI
2026-05-07 18:39:50 +08:00
parent 16ad8f1ee1
commit b31cdb365f
2 changed files with 6 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ File name: `picoclaw-rv-nano-YYYYMMDD.img.xz`
### 1. Select an Application
After startup, the system enters the application selection screen by default. Press `KEY1` to select the PicoClaw application, or press `KEY2` to select the CC Buddy application. CC Buddy is a customized virtual pet application that provides a cute interactive interface and simple conversation features, making it suitable for first-time users to try out.
After startup, the system enters the application selection screen by default. Press `KEY1` to select the PicoClaw application, or press `KEY2` to select the CC Buddy application. In the PicoClaw application, long-press `KEY2` to return to this application selection screen. CC Buddy is a customized virtual pet application that provides a cute interactive interface and simple conversation features, making it suitable for first-time users to try out.
### 2. Network Connection
@@ -83,7 +83,7 @@ Then log in with SSH or serial. Default username/password are both `root`. After
On first boot, PicoClaw is not initialized yet. You need initial configuration first. You can use Web UI or TUI. The following uses Web UI.
#### Web UI Setup
Open `http://<device-ip>:18800` in your browser. A token is required on first access; currently the default token is `root`.
Open `http://<device-ip>:18800` in your browser to enter the PicoClaw Web UI. On first access, you need to set a password. You can use this password to log in later. If you forget the password, delete the `/root/.picoclaw` directory or re-flash the image to reset it.
#### Chat Model Setup
Open settings, select **Model**, then choose a provider and model. For example, you can use `openai/gpt-5.4` as the default model.

View File

@@ -66,7 +66,7 @@ PicoClaw 扩展板定制镜像下载:
### 选择应用
应用默认启动后进入应用选择界面,按下 `KEY1` 键选择 PicoClaw 应用,按下 `KEY2` 键选择 CC Buddy 应用。CC Buddy 自定义的虚拟宠物应用,提供了一个可爱的交互界面和简单的对话功能,适合初次使用者体验。
应用默认启动后进入应用选择界面,按下 `KEY1` 键选择 PicoClaw 应用,按下 `KEY2` 键选择 CC Buddy 应用。在 PicoClaw 应用中长按 `KEY2` 可返回该应用选择界面。CC Buddy 自定义的虚拟宠物应用,提供了一个可爱的交互界面和简单的对话功能,适合初次使用者体验。
### 连接 Wi-Fi
@@ -90,11 +90,11 @@ PicoClaw 扩展板定制镜像下载:
> ```bash
> # 在 sd 卡第一个分区创建 wifi.sta 文件启用 sta 模式:
> touch /boot/wifi.sta && rm -f /boot/wifi.ap /boot/wifi.mon
>
>
> # 然后将 AP 的 SSID 和密码写入文件:
> echo ssid > /boot/wifi.ssid
> echo pass > /boot/wifi.pass
>
>
> # 最后重启 Wifi 服务
> /etc/init.d/S30wifi restart
> ```
@@ -106,7 +106,7 @@ PicoClaw 扩展板定制镜像下载:
第一次进入系统后PicoClaw 还未完成初始化,需要先进行配置。可以使用 Web UI 或者 TUI 进行配置,以下以 Web UI 为例:
#### Web UI 配置
在浏览器中访问 `http://<设备 IP>:18800`,进入 PicoClaw Web UI。第一次进入需要输入令牌,目前令牌默认为 `root`
在浏览器中访问 `http://<设备 IP>:18800`,进入 PicoClaw Web UI。第一次进入需要设置密码,后续可以使用该密码登录。如果忘记密码,可以删除 `/root/.picoclaw` 文件夹,或者重刷镜像进行重置
#### 对话模型配置
进入设置界面,选择 **模型**,根据需要选择合适的模型提供商和模型。例如可选择 `openai/gpt-5.4` 作为默认模型。