斐讯N1固件
Openwrt🚀
Default IP: 192.168.6.1
Default username: root
Default password: password
- N1全新安装方法:
- cd root
- ./install-to-emmc.sh
- N1在线升级方法:
- cd /mnt/mmcblk2p4
- wget 升级脚本链接(包含在Releases内,可直接右键复制链接)
- wget img.gz后缀名的固件链接(包含在Releases内,可直接右键复制链接)
- gzip -d 解压缩上一步下载的固件全名
- chmod +x update-amlogic-openwrt.sh
- ./update-amlogic-openwrt.sh 固件名(例:
./update-amlogic-openwrt.sh openwrt_s905d_n1_R21.8.6_k5.14.2-flippy-64+.img
)