Openwrt 上安装picoclaw

1.安装picoclaw

1.确定架构

确定固件的DISTRIB_ARCH。可在OpenWrt文件系统的/etc/openwrt_release中查询

cat /etc/openwrt_release | grep DISTRIB_ARCH

2.下载相关二进制文件

https://github.com/sipeed/picoclaw/releases

cd /tmp
wget https://github.com/sipeed/picoclaw/releases/download/v0.2.9/picoclaw_Linux_arm64.tar.gz
tar xzf picoclaw_Linux_arm64.tar.gz
cp picoclaw /usr/bin/picoclaw && chmod +x /usr/bin/picoclaw
picoclaw version

2.安装luci-app-picoclaw

https://github.com/GennKann/luci-app-picoclaw/releases

cd /tmp
wget https://github.com/GennKann/luci-app-picoclaw/releases/download/v1.1.6/luci-app-picoclaw_1.1.6-1_all.ipk
opkg install luci-app-picoclaw_1.1.6-1_all.ipk
rm -rf /tmp/luci-*
posted @ 2026-06-19 13:14  SpringCore  阅读(21)  评论(0)    收藏  举报