Skip to content

Commit 80b2079

Browse files
committed
fix: explain the reason for using rknext
Signed-off-by: Nascs Fang <[email protected]>
1 parent 4898760 commit 80b2079

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/common/dev/_custom_logo.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
### 确认 U-boot 是否是 rknext
22

3+
由于目前我们只在 rknext 中集成了该功能, 所以需要确认手中板子的 U-boot 是否是 2024 年 10 月份之后的版本,
4+
5+
如:
6+
7+
```bash
8+
U-Boot SPL latest-2023.07.02-6-4257d241-g4257d241 (Oct 12 2023 - 07:58:46 +0000)
9+
```
10+
311
### 准备一张或者两张图片
412

513
### 将图片转为 .bmp 格式

i18n/en/docusaurus-plugin-content-docs/current/common/dev/_custom_logo.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
### Verify that U-boot is rknext
1+
### Verify that the U-boot is rknext
2+
3+
Since we have only integrated this feature in rknext, you need to check if the U-boot on your board is from October 2024 onwards.
4+
5+
For example:
6+
7+
```bash
8+
U-Boot SPL latest-2023.07.02-6-4257d241-g4257d241 (Oct 12 2023 - 07:58:46 +0000)
9+
```
210

311
### Prepare one or two images
412

0 commit comments

Comments
 (0)