From 97213f61dd9eeea2b53408db0d011a8bcc2f18d0 Mon Sep 17 00:00:00 2001 From: dlgt7 <102397160+dlgt7@users.noreply.github.com> Date: Sat, 6 Sep 2025 23:25:08 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E9=AD=94=E7=99=BE=E7=9B=92=E7=B3=BB?= =?UTF-8?q?=E5=88=97.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 魔百盒系列.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/魔百盒系列.md b/魔百盒系列.md index f95086a..f514d51 100644 --- a/魔百盒系列.md +++ b/魔百盒系列.md @@ -42,12 +42,19 @@ --- ## 4️⃣ 海思方案(Hi3798MV300/310)Hitool 5 句命令 -1. 拆机 → TTL 3 线接好 → 115200 上电狂按 `Ctrl+C` 进 `hisilicon #`。 + +1. 拆机 → TTL 3 线接好 → 115200 上电狂按 `Ctrl+C` 进 `hisilicon #`。 + 2. 依次输入: + setenv serverip 192.168.1.100 + setenv ipaddr 192.168.1.101 + saveenv + 电脑端 Hitool 选择「烧写 Whole Image」→ 导入 fastboot-burn.bin → 点击「烧写」。 + 3 min 后自动重启 → 首次进系统关自动更新。 ---