智能家居
### openWRT方案
[官网](https://openwrt.org/)
[例程](https://blog.csdn.net/chzhe/article/details/43154901)
输入openwrt后初始wifi密码88888888 路由器密码 admin
[需要在系统管理权里面设置开启ssh](https://blog.csdn.net/upi2u/article/details/17397169)
路由器选择小米3
[openWRT支持的设备和firware固件](https://openwrt.org/toh/views/toh_fwdownload#dokuwiki__top)
[本设备的openWRT](https://openwrt.org/toh/xiaomi/mir3)
[Mi router R3固件下载](https ://mega.nz/folder/WY0FiTIS#Cl_Dzm4yhzrQZFazYG3i8Q/folder/eEd3VIQa)
[全部机型刷机固件]https://downloads.x-wrt.com/rom/
[NATCAP教程](https://www.right.com.cn/forum/thread-261964-1-1.html)
刷机命令
1. 直接刷机
mtd -e linux -r write gargoyle_1.3.14-ar71xx-wzr-hp-g300nh-squashfs-sysupgrade.bin linux
mtd -r write openwrt-ar71xx-wzr-hp-g300nh-squashfs-sysupgrade.bin linux
2. 系统升级
sysupgrade -v /tmp/openwrt-ar71xx-generic-wzr-hp-ag300h-squashfs-sysupgrade.bin
先下载开发版rom包 然后在web的管理页面选择手动升级
刷机教程