请确保已经根据文档《应用功能说明》的【网络配置】章节的步骤成功配网。
按照文档《cskburn烧录工具&ADB工具安装教程》 安装 ADB 工具
完成云端配置后,需将产品ID(product ID)与密钥(secret ID)写入设备,才能让设备连接对应的产品并完成鉴权服务。

使用数据线连接 Arcs-mini 后,打开终端。(win11 用户可使用快捷键 win + R 然后输入 cmd 打开终端)

通过命令 adb shell device set_pid 和adb shell device set_sid指令可以分别配置开发板接入的大模型应用 product ID 及其密钥,示例如下:
adb shell device set_pid 71cd1721-xxx-xxx-xxx-1000055c8b2f
adb shell device set_sid cb09013f-xxx-xxx-xxx-e212b32f9218

最后,通过命令 adb shell reboot hard 重启设备就成功接入云端的自建应用。