斐讯 N1 刷机记录

Prerequisites

降级

打开终端,输入 hdwwiz 打开添加硬件向导。

安装我手动从列表选择的硬件 > 显示所有设备 -> Amlogic, Inc. -> android_winusb

  1. adb 启用 root 权限
powershell 复制代码
$Env:N1_IP = "192.168.1.10"        # 替换为 N1 盒子的 IP

# 启用 root 权限
./adb kill-server
./adb connect $Env:N1_IP           # 连接 N1 盒子
./adb devices -l | findstr "p230"  # 检查是否连接成功
./adb shell setprop service.phiadb.root 1
./adb shell setprop service.adb.root 1

# remount
./adb kill-server
./adb connect $Env:N1_IP           # 连接 N1 盒子
./adb devices -l | findstr "p230"  # 检查是否连接成功
./adb remount
  1. 刷入降级固件
powershell 复制代码
# 刷入降级 boot 映像
./adb push boot.img /sdcard/boot.img
./adb shell dd if=/sdcard/boot.img of=/dev/block/boot
./adb shell rm -f /sdcard/boot.img
./adb reboot

进入线刷模式

  1. adb 启用 root 权限
powershell 复制代码
$Env:N1_IP = "192.168.1.10"        # 替换为 N1 盒子的 IP

# 启用 root 权限
./adb kill-server
./adb connect $Env:N1_IP           # 连接 N1 盒子
./adb devices -l | findstr "p230"  # 检查是否连接成功
./adb shell setprop service.phiadb.root 1
./adb shell setprop service.adb.root 1

# remount
./adb kill-server
./adb connect $Env:N1_IP           # 连接 N1 盒子
./adb devices -l | findstr "p230"  # 检查是否连接成功
./adb remount
  1. 将 USB 公对公线一端插入 N1 盒子靠近 HDMI 的 USB 口,一端插入电脑,然后运行如下命令:

    powershell 复制代码
    ./adb shell reboot update
  2. 打开 Aml_Burn_Tool

参考:斐讯 T1 和 N1 降级恢复线刷功能 | 恩山无线论坛

教程:N1 刷电视盒子以及 openwrt 软路由 成功率高 推荐旁路由模式 | BiliBili

相关推荐
Sollong1 天前
Redmi AX6 TTL 救砖记录
救砖·openwrt·嵌入式开发·u-boot·红米·ttl·ax6·mibib
金鱼°4 天前
最新OpenWRT-nss稳定版固件 路由器型号:AX3600 及 TTL救砖
智能路由器·openwrt
滴水之功5 天前
OpenWrt的WAN和LAN的切换
linux·网络·openwrt
fredricen1 个月前
Openwrt21.02应用日志全局开关控制
lua·openwrt·luci
fredricen1 个月前
Openwrt21.02实现文件列表展示并下载文件
lua·openwrt
Sollong1 个月前
红米AX6 扩容 刷Uboot+openwrt 经历
openwrt·红米·ax6
fredricen1 个月前
Luci操作创龙(Tronlong)T113-i开发板GPIO
rpc·web·openwrt·luci
Chicheng_MA2 个月前
OpenWrt WebUI 交互架构深度解析
javascript·lua·openwrt
Rysxt_2 个月前
OpenWrt 介绍与快速入门教程
智能路由器·openwrt
一叶知秋yyds3 个月前
openwrt 系统下通过命令行设置允许wan口进行Luci页面的访问
网络·openwrt·luci 开启wan 口访问