File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
i18n/en/docusaurus-plugin-content-docs/current/common/dev Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 22
33由于目前我们只在 rknext 中集成了该功能, 所以需要确认手中板子的 U-boot 是否是 2024 年 10 月份之后的版本,
44
5+ 可在开机 log 中查看 U-boot 版本
6+
57如:
68
79``` bash
810U-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
15291 . 安装所需要的库
Original file line number Diff line number Diff line change 22
33Since 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+
57For example:
68
79``` bash
810U-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
15291 . Install the required libraries
You can’t perform that action at this time.
0 commit comments