Files
doc/docs/tutorial-basics/usb-flash.md
2023-11-25 23:03:43 +08:00

56 lines
3.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
sidebar_position: 2
---
# USB 刷机(海思)
短接盒子的特定电路,让 CPU 判断从 usb 口磁盘读取根目录的 ```fastboot.bin``` 启动配合启动指令进行刷入NAS系统。
## 准备工作
- 一个 U盘需要格式化为 FAT16 或者 FAT32 文件系统;
这个U盘必须是2.0协议的普通U盘最好是牌子正品的。
转接器或者硬盘盒之类的 99% 无法被 CPU 即时识别。
建议 1G-64G 之间容量的 U 盘。
- 短接板子电路的工具:镊子、刀片或者小铜线;
- 根据网络搜索,或者厂家电路图,找出你的机顶盒型号的短接点。
- Windows7以上电脑系统。
## 开始刷机
### 格式化 U 盘
请务必使用此工具格式化你的 U 盘:
它能把 U 盘格式化为标准的 fat32 格式,并且能让 99% 的老旧 CPU 识别;
![usbformat](pic/usb.png)
下载地址:
[神雕U盘格式化小工具](https://www.ecoo.top/update/soft_init/USBFormat.exe)
### 下载对应盒子芯片型号的固件
根据[设备适配表](/devices/)确定你的盒子是哪个fastboot简称的型号
下载下表对应的固件包:
| CPU 型号 | fastboot简称 | 下载地址 |
| ------------------ | --------------------- | ----------------- |
| hi3798mv100 | mdmo1a | [mv100-mdmo1a-usb-flash.zip](https://node2.histb.com/update/system/mv100-mdmo1a-usb-flash.zip)|
| hi3798mv100 | mdmo1b | [mv100-mdmo1b-usb-flash.zip](https://node2.histb.com/update/system/mv100-mdmo1b-usb-flash.zip)|
| hi3798mv100 | mdmo1c | [mv100-mdmo1c-usb-flash.zip](https://node2.histb.com/update/system/mv100-mdmo1c-usb-flash.zip)|
| hi3798mv100 | mdmo1d | [mv100-mdmo1d-usb-flash.zip](https://node2.histb.com/update/system/mv100-mdmo1d-usb-flash.zip)|
| hi3798mv100 | mdmo1f | [mv100-mdmo1f-usb-flash.zip](https://node2.histb.com/update/system/mv100-mdmo1f-usb-flash.zip)|
| hi3798mv100 | mdmo1g | [mv100-mdmo1g-usb-flash.zip](https://node2.histb.com/update/system/mv100-mdmo1g-usb-flash.zip)|
| hi3798mv200 | mv2dma | [mv200-mv2dma-usb-flash.zip](https://node2.histb.com/update/system/mv200-mv2dma-usb-flash.zip)|
| hi3798mv200 | mv2dmb | [mv200-mv2dmb-usb-flash.zip](https://node2.histb.com/update/system/mv200-mv2dmb-usb-flash.zip)|
| hi3798mv200 | mv2dmc | [mv200-mv2dmc-usb-flash.zip](https://node2.histb.com/update/system/mv200-mv2dmc-usb-flash.zip)|
| hi3798mv300 | mv3dmw | [mv300-mv3dmw-usb-flash.zip](https://node2.histb.com/update/system/mv300-mv3dmw-usb-flash.zip)|
| hi3798mv300 | mv3dmm | [mv300-mv3dmm-usb-flash.zip](https://node2.histb.com/update/system/mv300-mv3dmm-usb-flash.zip)|
### 解压到 U 盘
## 知识点
- 首先关闭盒子电源插上有刷机文件的U盘短接好盒子的短接点打开电源5秒左右放开短接即可刷机。
- 短接刷机就是刷砖,无需担心变砖,理论上可以无数次刷机;
- 跟安卓短接刷机出现机器人不同点就是短接后开机2分钟黑屏如果出现安卓画面就是没有短接好
- 大概2分钟左右会出现第一次重启的画面正在刷入请稍后3分钟字样的屏幕。
- 3分钟后会重启一次出现另外一个始终静止的画面此时开始初始化。
- 初始化结束后还会再次重启一次此时开始进入系统并从路由器DHCP获取IP。