# device_unionpi **Repository Path**: osprey/device_unionpi ## Basic Information - **Project Name**: device_unionpi - **Description**: OpenHarmony for UnionPi (Amlogic A311D) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 101 - **Created**: 2022-03-29 - **Last Updated**: 2022-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # device_unionpi ## Describe This repository stores the relevant source code and patches of the unionpi development board ## Source code download ```shell mkdir openharmony cd openharmony repo init -u https://gitee.com/algoideas/unionpi -b OpenHarmony-3.1-Beta -m devboard_unionpi.xml --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ./build/prebuilts_download.sh # patch openharmony ./device/unionpi/build/patch-unionpi.sh ``` ## Compiles ```shell ./build.sh --product-name a311d ``` ## Packer ```shell ./device/unionpi/build/packer-unionpi.sh ``` Image name `out/a311d/packages/phone/images/OpenHarmony-3.1-Beta.img`. ## Programming Use `USB_Burning_Tool.exe` tool to programming `OpenHarmony-3.1-Beta.img`.