刷机方法

一:

下载附件e-202306161250-cfg.tar.gz,原厂系统:系统工具=>配置管理=>导入配置,重启;

二:

开机后原来的wifi密码和后台密码不变,进入系统提示root无密码,不要搭理,系统工具=>重启=>立即重启

三:

重启后已开启telnet,使用putty或其它工具登录telnet,用户名root,无密码;

四:

路由器联网,逐条运行以下命令开启SSH:

1
2
3
4
5
6
echo arch aarch64_cortex-a53 300 >> /etc/opkg.conf
cd /tmp
wget https://downloads.openwrt.org/releases/packages-19.07/aarch64_cortex-a53/base/dropbear_2019.78-2_aarch64_cortex-a53.ipk
opkg install ./dropbear_2019.78-2_aarch64_cortex-a53.ipk -f /etc/opkg.conf --force-depends
/etc/init.d/dropbear enable
/etc/init.d/dropbear start

五:

winscp连接路由器,putty里逐条运行以下命令备份原厂固件(注意:mtd0备份之后应立即下载到本地并删除路由器里的文件,然后再继续备份mtd1-8,否则会爆内存重启):

1
2
3
4
5
6
7
8
9
dd if=/dev/mtd0 | gzip >/tmp/mtd0_spi0.0.bin.gz
dd if=/dev/mtd1 of=/tmp/mtd1_BL2.bin
dd if=/dev/mtd2 of=/tmp/mtd2_u-boot-env.bin
dd if=/dev/mtd3 of=/tmp/mtd3_art.bin
dd if=/dev/mtd4 of=/tmp/mtd4_Factory.bin
dd if=/dev/mtd5 of=/tmp/mtd5_FIP.bin
dd if=/dev/mtd6 of=/tmp/mtd6_ubi.bin
dd if=/dev/mtd7 of=/tmp/mtd7_ubi_backup.bin
dd if=/dev/mtd8 of=/tmp/mtd8_Config_backup.bin

六:

winscp进入路由器tmp文件夹,上传uboot:mt7981_abt-asr3000-fip-fixed-parts.bin,逐条运行以下命令刷入大分区uboot:

1
2
3
4
cd /tmp
md5sum mt7981_abt-asr3000-fip-fixed-parts.bin
mtd write mt7981_abt-asr3000-fip-fixed-parts.bin FIP
mtd verify mt7981_abt-asr3000-fip-fixed-parts.bin FIP

看到结果显示success后拔电

当然也可以不校验MD5直接刷:

1
2
cd /tmp
mtd write mt7981_abt-asr3000-fip-fixed-parts.bin FIP

七:

按住路由器MESH键插电,电脑网卡设置IP:192.168.1.100,网线插路由器LAN口,登录192.168.1.1进入uboot webui,刷入asr3000-squashfs-factory.bin,重启;wifi密码:无;后台192.168.1.1,密码:password

附件

固件及原厂dts如下:

https://cloud.189.cn/t/U7rqaqmINJ3e (访问码:4snw)

转载于恩山无线论坛

https://www.right.com.cn/forum/thread-8302537-1-1.html