刷机前先把路由器重置为默认出厂设置
准备工作:同局域网的一台Linux服务,我使用的是一台Ubuntu20.04,必须是使用网线连接好路由器,电脑环境Windows10 20h 。一定都要在同一个局域网内进行,拉取镜像的时候需要一点点科学上网的环境。下面就开始进入正题:
步骤
将你的红米ax6s刷降级,上传内测版镜像升级(密码:6zmv),打开你的路由器后台(192.168.31.1),升级成为内测版,刷完内测版的ax6s是可以直接使用Telnet进行连接的,我们打开xshell(密码:1x2s)通过Telnet进行连接#telnet 192.168.31.1#,打开ssh
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
测试一下ssh登录
ssh 192.168.31.1 使用root登录 默认密码是s/n码计算出来的(不知道的可找我计算或者通过这个网站计算)
在Ubuntu上先建个名为xiaomi_openwrt_images的文件夹
mkdir -p /xiaomi_openwrt_images
下载镜像
curl -L https://github.com/mikeeq/xiaomi_ax3200_openwrt/releases/download/v20220303/openwrt-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-sysupgrade.bin -o xiaomi_openwrt_images/sysupgrade.bin
(英文版)
推荐:使用我网盘提供的镜像(中文优化)
将镜像拷贝到路由器上(一定要注意同一局域网)
scp -r /xiaomi_openwrt_images/sysupgrade.bin [email protected]:/tmp/
(英文版)scp -r /xiaomi_openwrt_images/factory.bin [email protected]:/tmp/
(中文)
通过ssh连接路由器后,进入文件夹
cd /tmp
写入镜像
mtd -r write sysupgrade.bin firmware
(英)mtd -r write /tmp/factory.bin firmware
英文版默认的登录地址:http://192.168.1.1 账号密码均为:root
中文版默认的登录地址:http://192.168.6.1 账号为:root 密码:password
中文版:
重启后将压缩包的sys.bin在op下不保留配置升级,刷入成功
修改5G设置后请重启路由器,不然可能断电掉无线
固件地址:https://wwt.lanzouj.com/b02uum56b
密码:2e4m
评论 (0)