就是下载的Openwrt固件解压以后,通过Scp上传其中的factory.bin文件,scp后面跟的是factory.bin这个文件的路径。如果还不明白可以上网搜一下scp命令的使用
OpenWrt支持ax6s已经合并到master,提交id:9f9477b2751231d57cdd8c227149b88c93491d93
https://github.com/openwrt/openwrt,感兴趣的自己去折腾
nvram set ssh_en=1 & nvram set uart_en=1 & nvram set boot_wait=on & nvram set bootdelay=3 & nvram set flag_try_sys1_failed=0 & nvram set flag_try_sys2_failed=1
nvram set flag_boot_rootfs=0 & nvram set "boot_fw1=run boot_rd_img;bootm"
nvram set flag_boot_success=1 & nvram commit & /etc/init.d/dropbear enable & /etc/init.d/dropbear start
Openwrt压缩包里面的,里面有个factory.bin,从原厂固件刷Openwrt,sys.bin就是openwrt刷openwrt更新一些包
关注数量超出限制,
请先删除部分内容再尝试