# GoMang01 **Repository Path**: yanmuorg/gomang01 ## Basic Information - **Project Name**: GoMang01 - **Description**: GoMang01 基于RK3568开发板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-04-20 - **Last Updated**: 2023-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GoMang01 ## 介绍 GoMang01 基于RK3568开发板 ## 代码下载&编译 #### 1 环境安装 使用sudo权限进行环境安装 ``` sudo ./01_install_ohos_env.sh ``` 使用配置脚本进行环境配置 ``` ./02_set_gitconfig.sh ``` 输入gitee注册邮箱与账号后,按Y进入配置后,在下方画面选择NO ![1683688218282](README.assets/1683688218282.png) 复制脚本运行结束前最后一行,登录gitee进入个人设置-SSH公钥, 添加公钥 ![](README.assets/set_ssh.png) #### 2 下载代码 a. 使用命令行下载 ``` 代码下载 repo init -u https://gitee.com/yanmuorg/manifest.git -b OpenHarmony-3.2-Release -m devboard_gomang01.xml --no-repo-verify repo sync -c repo forall -c 'git lfs pull' 下载编译工具链 bash build/prebuilts_download.sh ``` b. 使用脚本下载(会自动创建文件夹和下载编译工具链,推荐新系统使用) ``` ./03_download_code.sh ``` #### 3 代码编译 代码编译 ``` ./build.sh --product-name gomang01 ```