| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| liteos_a/ | 12-May-2024 | - | 2,487 | 1,525 | ||
| uboot/ | 12-May-2024 | - | 12,710 | 9,257 | ||
| BUILD.gn | D | 12-May-2024 | 241 | 9 | 7 | |
| NOTICE | D | 12-May-2024 | 158.7 KiB | 3,002 | 2,888 | |
| README_zh.md | D | 12-May-2024 | 2.4 KiB | 68 | 42 | |
| ohos.build | D | 12-May-2024 | 189 | 10 | 10 |
README_zh.md
1# HiSpark\_aries介绍<a name="ZH-CN_TOPIC_0000001142448981"></a> 2 3- [简介](#section11660541593) 4- [目录](#section161941989596) 5- [安装教程](#section161941989597) 6- [使用说明](#section161941989598) 7- [约束](#section119744591305) 8- [编译构建](#section137768191623) 9- [协议说明](#section1312121216216) 10 - [许可说明](#section129654513264) 11 12- [相关仓](#section1371113476307) 13 14## 简介<a name="section11660541593"></a> 15 16本目录主要用于放置hispark_aries开发板相关内容,详情参见目录章节。 17 18## 目录<a name="section161941989596"></a> 19 20``` 21├── liteos_a 22│ ├── board # liteos形态启动相关代码 23│ └── drivers # liteos内核宏配置信息 24└── uboot 25 ├── out # 采用third_party\uboot\u-boot-2020.01编译成的U-Boot 26 ├── prebuilts # uboot编译依赖中间件 27 ├── reg # U-Boot配置文件、LICENSE文件 28 ├── secureboot_ohos # 安全启动相关的编译脚本 29 └── secureboot_release # 安全启动相关的编译脚本 30``` 31 32## 安装教程<a name="section161941989597"></a> 33 34liteos-a请参考:[环境指导](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3518-setting.md) 35 36## 使用说明<a name="section161941989598"></a> 37 38liteos-a请参考:[使用说明](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3518.md) 39 40## 约束<a name="section119744591305"></a> 41 42当前支持Hi3518EV300芯片。 43 44## 编译构建<a name="section137768191623"></a> 45 46- 编译uboot 47 481. 进入hispark\_aries\\uboot目录,修改该目录下的Makefile中的OSDRV\_CROSS所定义的工具链的路径(工具链版本有更新,则需修改)。 492. 编译U-Boot,命令:make clean;make; 50 51生成的U-Boot存放在hispark\_aries\\uboot\\out\\boot目录下。 52 53 54## 协议说明<a name="section1312121216216"></a> 55 56参见对应目录的LICENSE文件及代码声明 57 58### 许可说明<a name="section129654513264"></a> 59 60third\_party\\uboot\\u-boot-2020.01为U-Boot开源代码,遵循软件版本自带的开源许可声明,具体请参看third\_party\\uboot\\u-boot-2020.01\\Licenses目录下的README。 61 62## 相关仓<a name="section1371113476307"></a> 63 64[vendor_hisilicon](https://gitee.com/openharmony/vendor_hisilicon) 65 66[device_soc_hisilicon](https://gitee.com/openharmony/device_soc_hisilicon) 67 68