Skip to content

小米 Ax6s 刷 openwrt 固件

1. 刷入 1.2.7 开发板

浏览器访问 192.168.31.1 -> 登录 -> 常用设置->系统状态->手动升级,选择固件进行升级

2. 计算密码

访问 https://miwifi.dev/ssh 填入路由器 sn 序列号,算出 password 1c57614b

3. 配置

telnet 23 端口 进入

bash
nvram set ssh_en=1 & nvram set uart_en=1 & nvram set boot_wait=on & nvram set bootdelay=3 & nvram set flag_try_sys1_failed=0 & nvram set flag_try_sys2_failed=1
nvram set flag_boot_rootfs=0 & nvram set "boot_fw1=run boot_rd_img;bootm"
nvram set flag_boot_success=1 & nvram commit & /etc/init.d/dropbear enable & /etc/init.d/dropbear start

4. 刷入 openwrt

  1. 上传下载好的固件 factory.bin 到 /tmp/ 目录下
  2. scp factory.bin root@192.168.31.1:/tmp
  3. ssh 登录到路由器 ssh root@192.168.31.1 然后执行下列命令:
  4. mtd -r write /tmp/factory.bin firmware
  5. 自动重启
  6. 默认后台:192.168.6.1 用户名:root 密码:password

5. 安装 v2rayA

bash
opkg update
opkg install v2raya

6. 开启 v2rayA 服务

bash
uci set v2raya.config.enabled='1'
uci commit v2raya

7. 启动 v2rayA

bash
/etc/init.d/v2raya start

8. 配置

http://`192.168.6.1`:2017/

配置链接 点击查看

9. 安装 UU 插件

bash
wget http://uu.gdl.netease.com/uuplugin-script/202012111056/install.sh -O install.sh
/bin/sh install.sh openwrt $(uname -m)
opkg update
opkg install kmod-tun # --force-depends

然后UU主机加速 APP 配置下:

参考链接 点击查看

参考