# CompileServer **Repository Path**: openblock/compile-server ## Basic Information - **Project Name**: CompileServer - **Description**: No description available - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-08 - **Last Updated**: 2025-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开机准备 创建内存盘 sudo mount -t tmpfs tmpfs -o size=7G /mnt/mem0 sudo mount -t tmpfs tmpfs -o size=7G /mnt/mem1 sudo mount -t tmpfs tmpfs -o size=7G /mnt/mem2 sudo mount -t tmpfs tmpfs -o size=7G /mnt/mem3 复制基础环境 cp -r ~/git/oh-1.1.3-repo/ /mnt/mem0/ ## 环境变量 修改 ohos_config.json 中的路径 { "root_path": "${BPATH}/oh-1.1.3-repo", "board": "hispark_pegasus", "kernel": "liteos_m", "product": "wifiiot_hispark_pegasus", "product_path": "${BPATH}/oh-1.1.3-repo/vendor/hisilicon/hispark_pegasus", "device_path": "${BPATH}/oh-1.1.3-repo/device/hisilicon/hispark_pegasus/sdk_liteos" } 构建系统 调用构建文件夹下的 build.sh OH构建指令:hb build -b release