我的N1一直用的flippy的Openwrt 59+o固件。很多软件都太旧了。因为目前最新的已经到79+o了。所以就想着更新一下。不过一更新就翻了。还是可以救砖的,解救过程如下:
【救砖教程】
准备一个U盘。容量最好小点。
下载balenaEtcher。https://www.balena.io/etcher/
使用balenaEtcher把镜像写入U盘。
把U盘插到远离HDMI的USB接口。
断电,插电。等待2分钟。
使用电脑无线连接N1,密码password。
使用putty ssh连接。输入以下命令把固件写入EMMC。
cd /root && ./install-to-emmc.sh 或者: /root/install-to-emmc.sh 或者: openwrt-install-amlogic (65版本新增的命令)
完成后重启,登录IP是192.168.1.1 。密码password。
救砖完成。
顺道写下升级方法
【升级方法】
备份配置文件(一定要备份,我就是没备份不得不重新设置)
下载最新版flippy openwrt。https://www.right.com.cn/forum/thread-4076037-1-1.html
把 update-amlogic-openwrt.sh 及 img镜像上传至 /mnt/mmcblk2p4(可以使用winscp传)
使用putty等ssh软件连接N1 ip 端口22。用户名root,密码password输入以下命令升级
cd /mnt/mmcblk2p4
chmod 755 update-amlogic-openwrt.sh
./update-amlogic-openwrt.sh xxxxx.img
升级完成后重启。
恢复配置文件。
以上是我的升级教程,方法本身无问题。可能是旧版和新版分区不同。可能造成黑砖。就需要救砖了。