MiWifi R1CM upgrade to LEDE 17.01.04
- Download LEDE 17.01.04 for MiWifi
- Download Breed for MiWifi R1CM - breed-mt7620-xiaomi-mini.bin
- Backup your ROM first (instruction)
- Upgrade uboot to Breed
- SSH into the router
- mtd -r write /tmp/breed-mt7620-xiaomi-mini.bin Bootloader
- Reboot to Breed
- unplug power
- press and hold the reset button
- power on
- wait until the LED flash
- Login to 192.168.1.1
- Upload the ROM via Breed
- Please reference to step 6 of my instruction on Padavan.
- After reboot, the LUCI may not work. It keep staying in the login screen when you press Login button. This can be fixed by install luci-ssl below
Install LUCI (GUI for OpenWRT/LEDE)
If there is no LUCI install after, you may need to install via CLI
- SSH to 192.168.1.1
- (optional - if you do not use WAN link for Internet)
- change LAN IP address:
uci set network.lan.ipaddr='192.168.1.xxx' - change LAN DNS:
uci set network.lan.dns='192.168.1.1' - change default gateway:
uci set network.lan.gateway='192.168.1.1' - Disable DHCP server:
uci set dhcp.lan.ignore='1' - Commit the change
uci commit - Reload network config
reload_config - Check the network settings again:
uci show network - Use below commands to install luci via opkg package manager:
- opkg update
- opkg install luci
- opkg install luci-ssl
- Reboot
- Then you can access the web interface LUCI.
Comments