docs: add banner image
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
让小爱音箱「听见你的声音」,解锁无限可能。
|
让小爱音箱「听见你的声音」,解锁无限可能。
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 简介
|
## 简介
|
||||||
|
|
||||||
2017 年,当全球首款千万级销量的智能音箱诞生时,我们以为触摸到了未来。但很快发现,这些设备被困在「指令-响应」的牢笼里:
|
2017 年,当全球首款千万级销量的智能音箱诞生时,我们以为触摸到了未来。但很快发现,这些设备被困在「指令-响应」的牢笼里:
|
||||||
@@ -26,11 +28,11 @@
|
|||||||
|
|
||||||
👉 [小爱音箱接入小智 AI 演示视频](https://www.bilibili.com/video/BV1NBXWYSEvX)
|
👉 [小爱音箱接入小智 AI 演示视频](https://www.bilibili.com/video/BV1NBXWYSEvX)
|
||||||
|
|
||||||
[](https://www.bilibili.com/video/BV1NBXWYSEvX)
|
[](https://www.bilibili.com/video/BV1NBXWYSEvX)
|
||||||
|
|
||||||
👉 [小爱音箱接入 MiGPT 演示视频](https://www.bilibili.com/video/BV1N1421y7qn)
|
👉 [小爱音箱接入 MiGPT 演示视频](https://www.bilibili.com/video/BV1N1421y7qn)
|
||||||
|
|
||||||
[](https://www.bilibili.com/video/BV1N1421y7qn)
|
[](https://www.bilibili.com/video/BV1N1421y7qn)
|
||||||
|
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
- 小爱音箱 Pro(LX06)
|
- 小爱音箱 Pro(LX06)
|
||||||
- Xiaomi 智能音箱 Pro(OH2P)
|
- Xiaomi 智能音箱 Pro(OH2P)
|
||||||
- Windows 电脑
|
- Windows 电脑
|
||||||
- 用于连接小爱音箱刷机
|
- 用于连接小爱音箱刷机
|
||||||
- 需要用 **x86_64** 架构的,不支持 Windows **ARM**
|
- 需要用 **x86_64** 架构的,不支持 Windows **ARM**
|
||||||
- 数据线
|
- 数据线
|
||||||
- Type-C(适用于新款小爱音箱 Pro,**无需拆机**)
|
- Type-C(适用于新款小爱音箱 Pro,**无需拆机**)
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
旧款小爱音箱 Pro 需要先把音箱外壳拆下来([参考步骤](https://www.52audio.com/archives/38303.html)),然后在主板左上角找到 Mico USB 的调试接口,使用 Mico USB 数据线连接到电脑。
|
旧款小爱音箱 Pro 需要先把音箱外壳拆下来([参考步骤](https://www.52audio.com/archives/38303.html)),然后在主板左上角找到 Mico USB 的调试接口,使用 Mico USB 数据线连接到电脑。
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 开始刷机
|
### 开始刷机
|
||||||
|
|
||||||
@@ -34,15 +34,15 @@
|
|||||||
|
|
||||||
首先,下载或自行制作[补丁固件](../packages/client-patch/README.md),重命名为 `root_patched.squashfs`。
|
首先,下载或自行制作[补丁固件](../packages/client-patch/README.md),重命名为 `root_patched.squashfs`。
|
||||||
|
|
||||||
然后,下载刷机工具:https://androidmtk.com/download-amlogic-flash-tool
|
然后,下载刷机工具:https://androidmtk.com/download-amlogic-flash-tool
|
||||||
|
|
||||||
把下载好的刷机工具文件夹解压到桌面,重命名为 `Amlogic_Flash_Tool_v6.0.0`
|
把下载好的刷机工具文件夹解压到桌面,重命名为 `Amlogic_Flash_Tool_v6.0.0`
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
然后运行 `AMLLogic driver installer.exe` 文件,按照提示安装 USB 驱动。
|
然后运行 `AMLLogic driver installer.exe` 文件,按照提示安装 USB 驱动。
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
安装好驱动后,打开 `/bin` 目录,然后在空白处右键选择使用 [Git Bash](https://git-scm.com/downloads) 打开当前目录。
|
安装好驱动后,打开 `/bin` 目录,然后在空白处右键选择使用 [Git Bash](https://git-scm.com/downloads) 打开当前目录。
|
||||||
|
|
||||||
@@ -88,7 +88,8 @@ ssh -o HostKeyAlgorithms=+ssh-rsa root@你的小爱音箱局域网IP地址
|
|||||||
小爱音箱有 2 套系统,上面我们只是将 `system0` 刷成了打补丁后的系统。
|
小爱音箱有 2 套系统,上面我们只是将 `system0` 刷成了打补丁后的系统。
|
||||||
|
|
||||||
如果之后你想要更新系统,或者换回原来的系统,将启动分支设置成 `boot1` 重启即可。
|
如果之后你想要更新系统,或者换回原来的系统,将启动分支设置成 `boot1` 重启即可。
|
||||||
>
|
|
||||||
|
>
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# 连接到 SSH 后执行
|
# 连接到 SSH 后执行
|
||||||
@@ -97,4 +98,4 @@ fw_env -s boot_part boot1
|
|||||||
# 或者使用和上面刷机相同的方式
|
# 或者使用和上面刷机相同的方式
|
||||||
./update.exe bulkcmd "setenv boot_part boot1"
|
./update.exe bulkcmd "setenv boot_part boot1"
|
||||||
./update.exe bulkcmd "saveenv"
|
./update.exe bulkcmd "saveenv"
|
||||||
```
|
```
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 352 KiB After Width: | Height: | Size: 352 KiB |
|
After Width: | Height: | Size: 525 KiB |
|
Before Width: | Height: | Size: 342 KiB After Width: | Height: | Size: 342 KiB |
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 627 KiB After Width: | Height: | Size: 627 KiB |
|
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 130 KiB |