OpenHarmony开发者论坛

标题: 【1】开源!移植OpenHarmony轻量系统到雅特力AT32F437ZMT MCU [打印本页]

作者: 润开鸿_贾佳豪    时间: 2024-8-16 00:47
标题: 【1】开源!移植OpenHarmony轻量系统到雅特力AT32F437ZMT MCU
[md]笔者最近将OpenHarmony轻量系统移植到AT32F437 MCU,移植架构采用Board与SoC分离方案,使用arm gcc工具链Newlib C库,并且提供了相应的样例应用代码(样例代码持续更新中)

- 移植 基于雅特力科技官方开发板 AT-START-F437 开发板![image.png](https://dl-harmonyos.51cto.com/i ... rocess=image/resize,w_820,h_573)
- 芯片具体型号是AT32F437 系列中性能最高的AT32F437ZMT,具体参数信息:https://www.arterytek.com/cn/product/AT32F437.jsp

## 开源信息

开源组织:https://gitee.com/AT32437_OpenHarmony

- 提供相关样例应用程序
  ![image.png](https://dl-harmonyos.51cto.com/i ... rocess=image/resize,w_820,h_535)

## 如何在AT32F437ZMT上使用OpenHarmony轻量系统4.1r

使用教程:https://gitee.com/AT32437_OpenHarmony/docs

1.首先下载OpenHarmony轻量系统4.1r的hi3861代码

```
# 下载4.1 r版本hi3861源码
repo init -u https://gitee.com/openharmony/manifest -b refs/tags/OpenHarmony-v4.1-Release -m chipsets/hispark_pegasus.xml -g ohos:mini
repo sync -c
repo forall -c 'git lfs pull'

# 安装依赖
./build/build_scripts/env_setup.sh
source ~/.bashrc

# 下载编译工具
bash build/prebuilts_download.sh

# 执行一遍3861的编译命令确认环境有没有问题
./build.sh --product-name wifiiot_hispark_pegasus --ccache --no-prebuilt-sdk
```

2.将本组织下的[vendor](https://gitee.com/AT32437_OpenHarmony/vendor)和[device](https://gitee.com/AT32437_OpenHarmony/device)替换掉上一步拉取的3861的vendor和device目录

3.编译固件

```
./build.sh --product-name AT-START-F437 --ccache --no-prebuilt-sdk
```

![image.png](https://dl-harmonyos.51cto.com/i ... rocess=image/resize,w_820,h_550)
[/md]




欢迎光临 OpenHarmony开发者论坛 (https://forums.openharmony.cn/) Powered by Discuz! X3.5