Skip to content

Commit d3fa924

Browse files
authored
add post
1 parent 9286671 commit d3fa924

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: "粗略笔记网心云OEC刷机"
3+
date: 2025-06-27T10:00:00+08:00
4+
slug: wxyn-oec-flash
5+
draft: false
6+
tags: ["Linux", "刷机", "网心云OEC"]
7+
categories: ["笔记"]
8+
---
9+
10+
11+
## 前两天从闲鱼入手了一台网心云OEC,准备刷机。
12+
13+
14+
### 刷机前准备工作
15+
16+
#### 编译刷机工具
17+
18+
由于使用的是MacOS, 大部分教程都是用的Windows,所以需要在MacOS上编译刷机工具
19+
20+
工具源码仓库:https://github.com/rockchip-linux/rkdeveloptool
21+
22+
23+
### 寻找固件
24+
25+
> 这里看到GITHUB的armbian仓库中提到了,这款机器是有CPU锁的。所以只能刷一些有锁的固件,这里没搞明白
26+
27+
所以直接去恩山论坛,找了一些固件,直接下载。
28+
29+
30+
### 刷机步骤
31+
32+
#### 短接V1.8针脚,插入Type-C数据线,查看是否有设备连入
33+
34+
```bash
35+
rkdeveloptool ld
36+
```
37+
38+
#### 进入MaskROM模式
39+
40+
```bash
41+
rkdeveloptool db MinLoader.bin
42+
```
43+
44+
#### 刷入固件
45+
46+
```bash
47+
rkdeveloptool wl 0 firmware.img
48+
```
49+
50+
#### 重置
51+
52+
```bash
53+
rkdeveloptool rd
54+
```
55+
56+
#### 拔电重启,找IP,SSH登录
57+
58+
59+
> 参考了这篇Blog:https://wiki.kobol.io/helios64/maskrom/#under-linux`

0 commit comments

Comments
 (0)