参考文章
参考本站 极路由-开启shell-脚本-go-需要配置go环境 开启ssh
去下载HC5861-uboot.bin http://rssn.cn/roms/uboot/
去下载对应的openwrt固件版本,因为我是HC5861,所以选择的是对应的版本,文件名就和下面的命令一样
https://openwrt.org/toh/hiwifi/start
cat /proc/cpuinfo
cd /tmp
wget http://rssn.cn/roms/uboot/HC5861-uboot.bin
wget http://rssn.cn/roms/openwrt-ramips-mt7620a-hc5861-squashfs-sysupgrade.bin
mtd write HC5861-uboot.bin u-boot
sysupgrade -F -n openwrt-ramips-mt7620a-hc5861-squashfs-sysupgrade.bin
192.168.1.1进入系统,root账户无密码
极路由, SSH, 刷固件, openwrt, HC5861
学习如何为极路由开启SSH并刷入OpenWrt固件,成功后可通过192.168.1.1无密码登录root账户。