找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 4255|回复: 10

小米路由3无法刷回官方

[复制链接]
发表于 2019-3-26 14:29 | 显示全部楼层 |阅读模式

刷了潘多拉的固件后,想刷回官方,但刷前没有备份固件,看了http://www.miui.com/forum.php?mod=viewthread&tid=8364687&extra=page=3&mobile=2    也没有刷回成功,还有其他办法刷回官方吗。

按贴子里的方法下载的,运行后。启动不了虚拟机系统

启动虚拟机后是这样, 这是正常的吗?


点评

刷的是不是h大的老毛子?我有部小米3不会刷,要不咱俩互换  发表于 2019-4-13 22:54
我的恩山、我的无线 The best wifi forum is right here.
发表于 2019-3-26 14:53 | 显示全部楼层
刷回官方干嘛,丢包那么严重
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2019-3-26 15:11 | 显示全部楼层
买了个TP WDR7660用,,小米路由3  当AP用,做个NAS 也不错。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-3-26 15:38 | 显示全部楼层
本帖最后由 huadijia 于 2019-3-26 15:41 编辑

进SSH 把别人备份的 mtd0.bin (ALL.bin) 恢复到 fullflash分区

1、拷贝mtd0.btn到U盘根目录,插上U盘
2、进SSH 输入df -h 查看U盘所在位置,这里是/mnt/sda1/
3、刷入命令 mtd write /mnt/sda1/mtd0.bin fullflash

缺点就是:刷机后 MAC 与 SN 是别人的。。。
另外:MI3 恢复官方固件、如果flash有坏块,容易变砖,我就遇到了,后来硬改的SPI

点评

不会。。有具体的操作教程吗。  详情 回复 发表于 2019-3-26 16:46
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-3-26 16:31 | 显示全部楼层
去售后看看能不能解决
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2019-3-26 16:46 | 显示全部楼层
huadijia 发表于 2019-3-26 15:38
进SSH 把别人备份的 mtd0.bin (ALL.bin) 恢复到 fullflash分区

1、拷贝mtd0.btn到U盘根目录,插上U盘

不会。。有具体的操作教程吗。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-4-12 18:16 | 显示全部楼层
本帖最后由 fyi2000 于 2019-4-12 19:08 编辑

是老毛子Padavan,不是潘多拉PandoraBox

刷机有风险,以下看不懂则勿轻易尝试

如果不知道是否更换过PROMETHEUS/VORTEX版 u-boot,那麽最好换掉,确保可以TTL救砖,否则一旦输入错误又重启,那就只能更换闪存,刷成mini
  1. cd /tmp
  2. wget http://freize.net/scripts/loki.tar
  3. tar -xvf loki.tar uboot/mips/profiles/xiaomi_mi-3/
  4. cd uboot/mips/profiles/xiaomi_mi-3/
  5. md5sum -cw uboot.md5 && mtd_write write uboot.bin Bootloader
复制代码

Revert from Padavan to stock firmware without the knowledge of kernel0
  1. cd /tmp
  2. wget -O - http://bigota.miwifi.com/xiaoqiang/rom/r3/miwifi_r3_all_55ac7_2.11.20.bin | dd of=kernel0.bin bs=1 skip=94108 count=2284584
  3. cat << EOF > kernel0.md5
  4. 62e96a64e21de9b176fd51336b963e2c  kernel0.bin
  5. EOF
  6. md5sum -cw kernel0.md5 && mtd_write write kernel0.bin Firmware_Stub
复制代码
如果曾经刷过潘多拉PandoraBox,那麽kernel0分区已经不是官方固件,那就必须继续执行以下
  1. cd /tmp
  2. dd if=/dev/mtd2 of=factory.bin bs=$((0x20000)) count=10
  3. cat kernel0.bin >> factory.bin
  4. mtd_write write factory.bin Factory
复制代码
以上均无误则执行 reboot,并按照官方U盘刷机

https://www.mi.com/service/miwifi/miwifi3/update/
  1. 小米路由器3 官方固件分区
  2. 0x000000000000-0x000008000000 : "ALL"
  3. 0x000000000000-0x000000040000 : "Bootloader"
  4. 0x000000040000-0x000000080000 : "Config"
  5. 0x000000080000-0x0000000c0000 : "Bdata"
  6. 0x0000000c0000-0x000000100000 : "Factory"
  7. 0x000000100000-0x000000140000 : "crash"
  8. 0x000000140000-0x000000180000 : "crash_syslog"
  9. 0x000000180000-0x000000200000 : "reserved0"
  10. 0x000000200000-0x000000600000 : "kernel0"
  11. 0x000000600000-0x000000a00000 : "kernel1"
  12. 0x000000a00000-0x000002a00000 : "rootfs0"
  13. 0x000002a00000-0x000004a00000 : "rootfs1"
  14. 0x000004a00000-0x000008000000 : "overlay"
复制代码
  1. 小米路由器3 PROMETHEUS 官方 Padavan 分区
  2. 0x000000000000-0x000000040000 : "Bootloader"
  3. 0x000000040000-0x0000000c0000 : "BootEnv"
  4. 0x0000000c0000-0x000000600000 : "Factory"
  5. 0x000000600000-0x000000740000 : "Kernel"
  6. 0x000000740000-0x000001600000 : "RootFS"
  7. 0x000001600000-0x000001680000 : "Config"
  8. 0x000001680000-0x000001700000 : "Storage"
  9. 0x000001700000-0x000008000000 : "RWFS"
  10. 0x000000600000-0x000001600000 : "Firmware_Stub"
复制代码
  1. 小米路由器3 hiboy版 Padavan 分区
  2. 0x000000000000-0x000000040000 : "Bootloader"
  3. 0x000000040000-0x0000000c0000 : "BootEnv"
  4. 0x0000000c0000-0x000000600000 : "Factory"
  5. 0x000000600000-0x000000760000 : "Kernel"
  6. 0x000000760000-0x000001600000 : "RootFS"
  7. 0x000001600000-0x000001680000 : "Config"
  8. 0x000001680000-0x000006680000 : "Storage"
  9. 0x000006680000-0x000008000000 : "RWFS"
  10. 0x000000600000-0x000001600000 : "Firmware_Stub"
复制代码
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-4-13 22:52 | 显示全部楼层
刷的是不是h大的老毛子?我有部小米3不会刷,要不咱俩互换

点评

已经出咸鱼了。  详情 回复 发表于 2019-4-14 13:34
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2019-4-14 13:34 | 显示全部楼层
狐狸 发表于 2019-4-13 22:52
刷的是不是h大的老毛子?我有部小米3不会刷,要不咱俩互换

已经出咸鱼了。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-19 09:23

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表