Skip to content

Instantly share code, notes, and snippets.

@logkcal
Created April 14, 2018 08:47
Show Gist options
  • Save logkcal/6a6e9928dbc6c18c1d288fb28e1ee928 to your computer and use it in GitHub Desktop.
Save logkcal/6a6e9928dbc6c18c1d288fb28e1ee928 to your computer and use it in GitHub Desktop.

刷机方法 首次刷机,开启小米路由的SSH权限( https://d.miwifi.com/rom/ssh ),并登录,使用命令:

mtd -r write openwrt-ramips-mt7620a-xiaomi-miwifi-mini-squashfs-sysupgrade.bin OS1

旧版小米固件使用:

mtd -r write openwrt-ramips-mt7620a-xiaomi-miwifi-mini-squashfs-sysupgrade.bin firmware

以后每次刷机使用:

sysupgrade openwrt-ramips-mt7620a-xiaomi-miwifi-mini-squashfs-sysupgrade.bin

说明 编译时若碰到代码包下载失败,或下载过于缓慢,请先 Ctrl + C 暂停,手动下载同名的文件放到 openwrt-ramips/dl 下面,再执行“make”继续编译。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment