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