斐讯 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

相关推荐
滴水之功3 小时前
VMware OpenWrt怎么桥接模式联网
linux·openwrt
容沁风3 天前
Gargoyle路由安装dockerd
路由·openwrt·gargoyle
TREEGLORY5 天前
软路由系统 --- VMware安装与配置OpenWRT
vmware·openwrt·软路由
diqiudq1 个月前
小米路由器用外网域名访问管理界面
网络·智能路由器·openwrt·小米路由器
石牌桥网管1 个月前
OpenWrt广播DNS到客户端
网络·openwrt
RedWolf19992 个月前
树莓派刷入OpenWrt后扩容overlay的方法
树莓派·overlay·openwrt
锦夏挽秋2 个月前
小米路由器R3Gv2安装openwrt记录
openwrt
leoppeng3 个月前
openwrt-1 安装、扩容、基本设置
linux·运维·服务器·openwrt
zhouwu_linux3 个月前
MT76X8、MT7621和MT7981 接NOR FALSH分区表
linux·智能路由器·openwrt
vv12345.site3 个月前
电脑安装OpenWRT系统
运维·服务器·电脑·openwrt