Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
audio_drivers/ | 12-May-2024 | - | 5,971 | 4,393 | ||
camera/ | 12-May-2024 | - | 1,483 | 1,133 | ||
linux/ | 12-May-2024 | - | 1,026 | 916 | ||
liteos_a/ | 12-May-2024 | - | 2,711 | 1,683 | ||
uboot/ | 12-May-2024 | - | 13,815 | 9,813 | ||
BUILD.gn | D | 12-May-2024 | 775 | 26 | 23 | |
README_zh.md | D | 12-May-2024 | 2.9 KiB | 79 | 50 | |
device.gni | D | 12-May-2024 | 1.4 KiB | 38 | 34 | |
ohos.build | D | 12-May-2024 | 191 | 11 | 10 |
README_zh.md
1# HiSpark\_taurus介绍<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/blob/master/zh-cn/device-dev/quick-start/quickstart-appendix-hi3516.md) 17 18本目录主要用于放置hispark_taurus开发板相关内容,详情参见目录章节。 19 20## 目录<a name="section161941989596"></a> 21 22``` 23├── linux 24│ ├── images 25│ ├── system # 系统相关配置 26│ └── updater # 升级子系统相关配置 27├── liteos_a 28│ ├── board # liteos形态启动相关代码 29│ └── drivers # liteos内核宏配置信息 30└── uboot 31 ├── out # 采用third_party\uboot\u-boot-2020.01编译成的U-Boot 32 ├── prebuilts # uboot编译依赖中间件 33 ├── reg # U-Boot配置文件、LICENSE文件 34 ├── secureboot_ohos # 安全启动相关的编译脚本 35 └── secureboot_release # 安全启动相关的编译脚本 36``` 37 38## 安装教程<a name="section161941989597"></a> 39 40liteos-a请参考:[mini环境](https://gitee.com/openharmony/docs/tree/master/zh-cn/device-dev/quick-start) 41 42linux请参考:[standard环境](https://gitee.com/openharmony/docs/tree/master/zh-cn/device-dev/quick-start) 43 44## 使用说明<a name="section161941989598"></a> 45 46liteos-a请参考:[mini使用](https://gitee.com/openharmony/docs/tree/master/zh-cn/device-dev/quick-start) 47 48linux请参考:[standard使用](https://gitee.com/openharmony/docs/tree/master/zh-cn/device-dev/quick-start) 49 50## 约束<a name="section119744591305"></a> 51 52当前支持Hi3516DV300芯片。 53 54## 编译构建<a name="section137768191623"></a> 55 56- 编译uboot 57 581. 进入hispark\_taurus\\uboot目录,修改该目录下的Makefile中的OSDRV\_CROSS所定义的工具链的路径(工具链版本有更新,则需修改)。 592. 编译U-Boot,命令:make clean;make; 60 61生成的U-Boot存放在hispark\_taurus\\uboot\\out\\boot目录下。 62 63备注:prebuilts\\mkimage由uboot源码生成。 64 65## 协议说明<a name="section1312121216216"></a> 66 67参见对应目录的LICENSE文件及代码声明 68 69### third\_party许可说明<a name="section129654513264"></a> 70 71third\_party\\uboot\\u-boot-2020.01为U-Boot开源代码,遵循软件版本自带的开源许可声明,具体请参看third\_party\\uboot\\u-boot-2020.01\\Licenses目录下的README。 72 73## 相关仓<a name="section1371113476307"></a> 74 75[vendor_hisilicon](https://gitee.com/openharmony/vendor_hisilicon) 76 77[device_soc_hisilicon](https://gitee.com/openharmony/device_soc_hisilicon) 78 79