285 字
1 分钟
xr1710g刷不死uboot
刷不死uboot
网线传输
# ttl连接 频率11520setenv serverip 192.168.1.10setenv ipaddr 192.168.1.1setenv loadaddr 0x89000000tftp -i 192.168.1.1 put 刷文件名字.itb或setenv serverip 192.168.1.10 ; setenv ipaddr 192.168.1.1 ; tftpboot 0x89000000 刷文件名字.itbttl传输(使用Tera term)
# ttl连接 频率11520loady 0x89000000 #文件-传输-YMODEM-发送群内版
setenv one flash read 0x600000 0x100000 \$loadaddrsetenv two "; bootm"setenv bootcmd "$one$two"saveenvflash erase 0x600000 0x100000flash write 0x600000 0x100000 0x89000000resetgh版
flash erase 0x600000 0x100000flash write 0x600000 0x100000 0x89000000setenv one flash read 0x602100 0x0FDF00 \$loadaddrsetenv two "; bootm"setenv bootcmd "$one$two"saveenvreset其他命令
/etc/init.d/network restart # 重启网络/etc/init.d/uhttpd restart # 重启web界面apk add --allow-untrusted /tmp/upload.apk # 强制安装apk upgrade --allow-untrusted packgename --force-missing-repositories # 强制更新# 清理 LuCI 网页后台的旧缓存(解决菜单错乱)rm -rf /tmp/luci-*# 清理 apk 包管理器的下载缓存(释放存储空间)rm -rf /var/cache/apk/*开启mlo
# 在/etc/config/wireless下添加以下配置并重启网络config wifi-iface 'default_mlo' list device 'radio1' list device 'radio2' list device 'radio0' option mlo '1' option network 'lan' option mode 'ap' option ssid 'MiX_router' option encryption 'sae' option key 'qwertyuiop' option log_level '1' option ieee80211w '2'