5g通讯壳固件 - 最新版
华为5g通讯壳开源系统

https://pan.wwang.pw/🔥OpenWrt_LEAN/小米路由器系列/红米ax6000
📌 如链接失效,可加群获取
http://192.168.31.1
登录成功后,浏览器地址栏会看到 stok 参数,即 Token:
示例:
192.168.31.1/cgi-bin/luci/;stok=60522452fadf088a65c6bf93645282a1/web/home#router
👉 复制 stok= 后面的字符串
👉 后文所有 {token} 均替换为你自己的
http://192.168.31.1/cgi-bin/luci/;stok={token}/api/misystem/set_sys_time?timezone=%20%27%20%3B%20zz%3D%24%28dd%20if%3D%2Fdev%2Fzero%20bs%3D1%20count%3D2%202%3E%2Fdev%2Fnull%29%20%3B%20printf%20%27%A5%5A%25c%25c%27%20%24zz%20%24zz%20%7C%20mtd%20write%20-%20crash%20%3B%20
http://192.168.31.1/cgi-bin/luci/;stok={token}/api/misystem/set_sys_time?timezone=%20%27%20%3b%20reboot%20%3b%20
http://192.168.31.1/cgi-bin/luci/;stok={token}/api/misystem/set_sys_time?timezone=%20%27%20%3B%20bdata%20set%20telnet_en%3D1%20%3B%20bdata%20set%20ssh_en%3D1%20%3B%20bdata%20set%20uart_en%3D1%20%3B%20bdata%20commit%20%3B%20
http://192.168.31.1/cgi-bin/luci/;stok={token}/api/misystem/set_sys_time?timezone=%20%27%20%3b%20reboot%20%3b%20
echo -e 'admin\nadmin' | passwd root
不修改也可以通过 SN 计算默认密码,此处不展开
nvram set ssh_en=1
nvram set telnet_en=1
nvram set uart_en=1
nvram set boot_wait=on
nvram commit
sed -i 's/channel=.*/channel="debug"/g' /etc/init.d/dropbear
/etc/init.d/dropbear restart
mkdir /data/auto_ssh && cd /data/auto_ssh
curl -O https://cdn.jsdelivr.net/gh/lemoeo/AX6S@main/auto_ssh.sh
chmod +x auto_ssh.sh
uci set firewall.auto_ssh=include
uci set firewall.auto_ssh.type='script'
uci set firewall.auto_ssh.path='/data/auto_ssh/auto_ssh.sh'
uci set firewall.auto_ssh.enabled='1'
uci commit firewall
mtd erase crash
reboot
cat /proc/mtd
cat /proc/partitions
可以看到:
ubi / ubi1(约 30MB)mtd4mtd5dd if=/dev/mtd4 of=/tmp/mtd4_Factory.bin
dd if=/dev/mtd5 of=/tmp/mtd5_FIP.bin
👉 下载到电脑妥善保存
👉 这是你刷回原厂的“保险”
使用 WinSCP 上传:
mt7986_redmi_ax6000-fip-fixed-parts.bin
到路由器 /tmp 目录
mtd write /tmp/mt7986_redmi_ax6000-fip-fixed-parts.bin FIP
等待写入完成后:
192.168.31.2
http://192.168.31.1
成功进入 U-Boot Web 页面 🎉
factory.ubisysupgrade.bin,可直接刷)刷机流程:
若刷机失败,刷新页面重新刷即可
上传备份的 FIP 文件到 /tmp,然后执行:
mtd write /tmp/mtd5_FIP.bin FIP
(mtd5 根据你自己的实际情况修改)
MIWIFIRepairTool.x86.zipmiwifi_rb06_firmware_7ddeb_1.0.60.bin192.168.31.100/24
若系统正常但蓝灯不停闪:
mtd erase crash
reboot