12fe4e5f8Sopenharmony_ci# HiSpark\_aries介绍<a name="ZH-CN_TOPIC_0000001142448981"></a>
22fe4e5f8Sopenharmony_ci
32fe4e5f8Sopenharmony_ci-   [简介](#section11660541593)
42fe4e5f8Sopenharmony_ci-   [目录](#section161941989596)
52fe4e5f8Sopenharmony_ci-   [安装教程](#section161941989597)
62fe4e5f8Sopenharmony_ci-   [使用说明](#section161941989598)
72fe4e5f8Sopenharmony_ci-   [约束](#section119744591305)
82fe4e5f8Sopenharmony_ci-   [编译构建](#section137768191623)
92fe4e5f8Sopenharmony_ci-   [协议说明](#section1312121216216)
102fe4e5f8Sopenharmony_ci    -   [许可说明](#section129654513264)
112fe4e5f8Sopenharmony_ci
122fe4e5f8Sopenharmony_ci-   [相关仓](#section1371113476307)
132fe4e5f8Sopenharmony_ci
142fe4e5f8Sopenharmony_ci## 简介<a name="section11660541593"></a>
152fe4e5f8Sopenharmony_ci
162fe4e5f8Sopenharmony_ci[开发板介绍](https://gitee.com/openharmony/docs/tree/master/zh-cn/device-dev/quick-start)
172fe4e5f8Sopenharmony_ci
182fe4e5f8Sopenharmony_ci本目录主要用于放置hispark_aries开发板相关内容,详情参见目录章节。
192fe4e5f8Sopenharmony_ci
202fe4e5f8Sopenharmony_ci## 目录<a name="section161941989596"></a>
212fe4e5f8Sopenharmony_ci
222fe4e5f8Sopenharmony_ci```
232fe4e5f8Sopenharmony_ci├── liteos_a
242fe4e5f8Sopenharmony_ci│   ├── board         # liteos形态启动相关代码
252fe4e5f8Sopenharmony_ci│   └── drivers       # liteos内核宏配置信息
262fe4e5f8Sopenharmony_ci└── uboot
272fe4e5f8Sopenharmony_ci    ├── out                # 采用third_party\uboot\u-boot-2020.01编译成的U-Boot
282fe4e5f8Sopenharmony_ci    ├── prebuilts          # uboot编译依赖中间件
292fe4e5f8Sopenharmony_ci    ├── reg                # U-Boot配置文件、LICENSE文件
302fe4e5f8Sopenharmony_ci    ├── secureboot_ohos    # 安全启动相关的编译脚本
312fe4e5f8Sopenharmony_ci    └── secureboot_release # 安全启动相关的编译脚本
322fe4e5f8Sopenharmony_ci```
332fe4e5f8Sopenharmony_ci
342fe4e5f8Sopenharmony_ci## 安装教程<a name="section161941989597"></a>
352fe4e5f8Sopenharmony_ci
362fe4e5f8Sopenharmony_ciliteos-a请参考:[环境指导](https://gitee.com/openharmony/docs/tree/master/zh-cn/device-dev/quick-start)
372fe4e5f8Sopenharmony_ci
382fe4e5f8Sopenharmony_ci## 使用说明<a name="section161941989598"></a>
392fe4e5f8Sopenharmony_ci
402fe4e5f8Sopenharmony_ciliteos-a请参考:[使用说明](https://gitee.com/openharmony/docs/tree/master/zh-cn/device-dev/quick-start)
412fe4e5f8Sopenharmony_ci
422fe4e5f8Sopenharmony_ci## 约束<a name="section119744591305"></a>
432fe4e5f8Sopenharmony_ci
442fe4e5f8Sopenharmony_ci当前支持Hi3518EV300芯片。
452fe4e5f8Sopenharmony_ci
462fe4e5f8Sopenharmony_ci## 编译构建<a name="section137768191623"></a>
472fe4e5f8Sopenharmony_ci
482fe4e5f8Sopenharmony_ci-   编译uboot
492fe4e5f8Sopenharmony_ci
502fe4e5f8Sopenharmony_ci1.  进入hispark\_aries\\uboot目录,修改该目录下的Makefile中的OSDRV\_CROSS所定义的工具链的路径(工具链版本有更新,则需修改)。
512fe4e5f8Sopenharmony_ci2.  编译U-Boot,命令:make clean;make;
522fe4e5f8Sopenharmony_ci
532fe4e5f8Sopenharmony_ci生成的U-Boot存放在hispark\_aries\\uboot\\out\\boot目录下。
542fe4e5f8Sopenharmony_ci
552fe4e5f8Sopenharmony_ci
562fe4e5f8Sopenharmony_ci## 协议说明<a name="section1312121216216"></a>
572fe4e5f8Sopenharmony_ci
582fe4e5f8Sopenharmony_ci参见对应目录的LICENSE文件及代码声明
592fe4e5f8Sopenharmony_ci
602fe4e5f8Sopenharmony_ci### 许可说明<a name="section129654513264"></a>
612fe4e5f8Sopenharmony_ci
622fe4e5f8Sopenharmony_cithird\_party\\uboot\\u-boot-2020.01为U-Boot开源代码,遵循软件版本自带的开源许可声明,具体请参看third\_party\\uboot\\u-boot-2020.01\\Licenses目录下的README。
632fe4e5f8Sopenharmony_ci
642fe4e5f8Sopenharmony_ci## 相关仓<a name="section1371113476307"></a>
652fe4e5f8Sopenharmony_ci
662fe4e5f8Sopenharmony_ci[vendor_hisilicon](https://gitee.com/openharmony/vendor_hisilicon)
672fe4e5f8Sopenharmony_ci
682fe4e5f8Sopenharmony_ci[device_soc_hisilicon](https://gitee.com/openharmony/device_soc_hisilicon)
692fe4e5f8Sopenharmony_ci
70