作者: OpenRouter
作者简介: 秉持开源理念,分享路由器相关的信息,致力于为大家搭建通往网络自由的桥梁。 无套路,视频经得起时间检验
描述: NX30PRO链接https://u.jd.com/yQIlFLx 原教程出处:https://www.right.com.cn/forum/forum.php?mod=viewthread&tid=8291820&highlight=nx30 刷机文件请去原帖下载 开SSH curl -o /tmp/dropbear.ipk https://downloads.openwrt.org/releases/packages-19.07/aarch64_cortex-a53/base/dropbear_2019.78-2_aarch64_cortex-a53.ipk opkg install /tmp/dropbear.ipk /etc/init.d/dropbear enable /etc/init.d/dropbear start SSH连接刷入小分区uboot mtd write /tmp/uboot.bin FIP 先别重启,运行以下命令,将原厂固件备份到tmp目录,然后进入tmp文件夹把backup.img拖到到电脑进行保存。备份的大小大概是60多m dd if=/dev/mtd5 of=/tmp/backup.img 进入uboot刷入小分区固件 以下是刷入大分区固件(大分区目前有点问题) 小分区系统启动过一次后,进入uboot刷入过度固件 在过度固件中备份config分区 SSH连接刷入大分区uboot mtd write /tmp/uboot-112m.bin FIP 进入uboot刷入大分区固件 大分区刷回原厂方法 1、刷入小分区uboot mtd write /tmp/uboot.bin FIP 2、进入uboot刷入过渡固件 3、过渡固件中刷入自己备份的config文件 mtd write /tmp/config.bin config 4、进入uboot刷入原厂固件 如果未刷过大分区回原厂 直接进入uboot刷入原厂固件