# device_unionpi **Repository Path**: xslgood/device_unionpi ## Basic Information - **Project Name**: device_unionpi - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 101 - **Created**: 2021-12-16 - **Last Updated**: 2021-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # device_unionpi ## 描述 本仓库存放了unionpi开发板相关源码及补丁 ## 源码下载 ```shell mkdir openharmony cd openharmony repo init -u ssh://git@gitee.com/openharmony-sig/manifest.git -b master --no-repo-verify -m devboard_unionpi.xml repo sync -c repo forall -c 'git lfs pull' ./build/prebuilts_download.sh # 打入unionpi相关补丁到openharmony中 ./device/unionman/build/patch-unionpi.sh ``` ## 编译方法 ```shell ./build.sh --product-name unionpi ``` 编译成功后,在 `out/ohos-arm-release/packages/phone/images/` 目录下将生成 `aml_upgrade_package.img` 镜像文件。 ## 烧写方法 使用 `USB_Burning_Tool.exe` 工具烧写 `aml_upgrade_package.img` 镜像。