File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
i18n/en/docusaurus-plugin-content-docs/current/common/dev Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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 格式
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments