• Home
Name Date Size #Lines LOC

..--

images/12-May-2024-10573

README_zh.mdD12-May-2024819 3122

README_zh.md

1# bootloader
2
3## 简介
4
5编译打包配置文件, 其中uboot镜像可从uboot仓库[下载](https://gitee.com/umspark/uboot)6
7```
8.
9└── images
10 ├── aml_sdc_burn.ini
11 ├── LICENSE
12 ├── openharmony.conf    #打包配置文件
13 └── platform.conf       #芯片平台配置
14```
15
16> 说明:uboot镜像,默认提供预编译的二进制文件,请从uboot仓库的[链接](https://gitee.com/umspark/uboot)下载相应版本
17
18## 镜像打包
19
20在OpenHarmony根目录下执行:
21
22```shell
23./device/board/unionman/unionpi_tiger/common/tools/packer-unionpi.sh
24```
25
26> 说明:如果需要采用Amlogic芯片平台的USB Burn烧录工具烧录镜像,需要在根目录执行以下命令后,再执行以上打包命令。
27>
28> ```
29> ./build.sh --product-name unionpi_tiger --ccache
30> ```
31