Skip to content

Commit 39a9170

Browse files
committed
fix: fix the u-boot predication
Signed-off-by: Nascs Fang <[email protected]>
1 parent 80b2079 commit 39a9170

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

docs/common/dev/_custom_logo.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,28 @@
22

33
由于目前我们只在 rknext 中集成了该功能, 所以需要确认手中板子的 U-boot 是否是 2024 年 10 月份之后的版本,
44

5+
可在开机 log 中查看 U-boot 版本
6+
57
如:
68

79
```bash
810
U-Boot SPL latest-2023.07.02-6-4257d241-g4257d241 (Oct 12 2023 - 07:58:46 +0000)
911
```
1012

13+
:::tip
14+
15+
该篇文章是以 "U-boot 已经是 2024 年 10 月份之后的 rknext" 为前提条件的
16+
17+
:::
18+
1119
### 准备一张或者两张图片
1220

21+
:::tip
22+
23+
图片 width \* height 不能超过 200000
24+
25+
:::
26+
1327
### 将图片转为 .bmp 格式
1428

1529
1. 安装所需要的库

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,28 @@
22

33
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.
44

5+
U-boot version can be viewed in the boot log
6+
57
For example:
68

79
```bash
810
U-Boot SPL latest-2023.07.02-6-4257d241-g4257d241 (Oct 12 2023 - 07:58:46 +0000)
911
```
1012

13+
:::tip
14+
15+
The article is predicated on the premise that “U-boot is already rknext after October 2024”
16+
17+
:::
18+
1119
### Prepare one or two images
1220

21+
:::tip
22+
23+
Image width \* height must not exceed 200000
24+
25+
:::
26+
1327
### Convert the image to .bmp format
1428

1529
1. Install the required libraries

0 commit comments

Comments
 (0)