12fe4e5f8Sopenharmony_ci# HiSpark\_taurus介绍<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/blob/master/zh-cn/device-dev/quick-start/quickstart-appendix-hi3516.md)
172fe4e5f8Sopenharmony_ci
182fe4e5f8Sopenharmony_ci本目录主要用于放置hispark_taurus开发板相关内容,详情参见目录章节。
192fe4e5f8Sopenharmony_ci
202fe4e5f8Sopenharmony_ci## 目录<a name="section161941989596"></a>
212fe4e5f8Sopenharmony_ci
222fe4e5f8Sopenharmony_ci```
232fe4e5f8Sopenharmony_ci├── linux
242fe4e5f8Sopenharmony_ci│   ├── images
252fe4e5f8Sopenharmony_ci│   ├── system        # 系统相关配置
262fe4e5f8Sopenharmony_ci│   └── updater       # 升级子系统相关配置
272fe4e5f8Sopenharmony_ci├── liteos_a
282fe4e5f8Sopenharmony_ci│   ├── board         # liteos形态启动相关代码
292fe4e5f8Sopenharmony_ci│   └── drivers       # liteos内核宏配置信息
302fe4e5f8Sopenharmony_ci└── uboot
312fe4e5f8Sopenharmony_ci    ├── out                # 采用third_party\uboot\u-boot-2020.01编译成的U-Boot
322fe4e5f8Sopenharmony_ci    ├── prebuilts          # uboot编译依赖中间件
332fe4e5f8Sopenharmony_ci    ├── reg                # U-Boot配置文件、LICENSE文件
342fe4e5f8Sopenharmony_ci    ├── secureboot_ohos    # 安全启动相关的编译脚本
352fe4e5f8Sopenharmony_ci    └── secureboot_release # 安全启动相关的编译脚本
362fe4e5f8Sopenharmony_ci```
372fe4e5f8Sopenharmony_ci
382fe4e5f8Sopenharmony_ci## 安装教程<a name="section161941989597"></a>
392fe4e5f8Sopenharmony_ci
402fe4e5f8Sopenharmony_ciliteos-a请参考:[mini环境](https://gitee.com/openharmony/docs/tree/master/zh-cn/device-dev/quick-start)
412fe4e5f8Sopenharmony_ci
422fe4e5f8Sopenharmony_cilinux请参考:[standard环境](https://gitee.com/openharmony/docs/tree/master/zh-cn/device-dev/quick-start)
432fe4e5f8Sopenharmony_ci
442fe4e5f8Sopenharmony_ci## 使用说明<a name="section161941989598"></a>
452fe4e5f8Sopenharmony_ci
462fe4e5f8Sopenharmony_ciliteos-a请参考:[mini使用](https://gitee.com/openharmony/docs/tree/master/zh-cn/device-dev/quick-start)
472fe4e5f8Sopenharmony_ci
482fe4e5f8Sopenharmony_cilinux请参考:[standard使用](https://gitee.com/openharmony/docs/tree/master/zh-cn/device-dev/quick-start)
492fe4e5f8Sopenharmony_ci
502fe4e5f8Sopenharmony_ci## 约束<a name="section119744591305"></a>
512fe4e5f8Sopenharmony_ci
522fe4e5f8Sopenharmony_ci当前支持Hi3516DV300芯片。
532fe4e5f8Sopenharmony_ci
542fe4e5f8Sopenharmony_ci## 编译构建<a name="section137768191623"></a>
552fe4e5f8Sopenharmony_ci
562fe4e5f8Sopenharmony_ci-   编译uboot
572fe4e5f8Sopenharmony_ci
582fe4e5f8Sopenharmony_ci1.  进入hispark\_taurus\\uboot目录,修改该目录下的Makefile中的OSDRV\_CROSS所定义的工具链的路径(工具链版本有更新,则需修改)。
592fe4e5f8Sopenharmony_ci2.  编译U-Boot,命令:make clean;make;
602fe4e5f8Sopenharmony_ci
612fe4e5f8Sopenharmony_ci生成的U-Boot存放在hispark\_taurus\\uboot\\out\\boot目录下。
622fe4e5f8Sopenharmony_ci
632fe4e5f8Sopenharmony_ci备注:prebuilts\\mkimage由uboot源码生成。
642fe4e5f8Sopenharmony_ci
652fe4e5f8Sopenharmony_ci## 协议说明<a name="section1312121216216"></a>
662fe4e5f8Sopenharmony_ci
672fe4e5f8Sopenharmony_ci参见对应目录的LICENSE文件及代码声明
682fe4e5f8Sopenharmony_ci
692fe4e5f8Sopenharmony_ci### third\_party许可说明<a name="section129654513264"></a>
702fe4e5f8Sopenharmony_ci
712fe4e5f8Sopenharmony_cithird\_party\\uboot\\u-boot-2020.01为U-Boot开源代码,遵循软件版本自带的开源许可声明,具体请参看third\_party\\uboot\\u-boot-2020.01\\Licenses目录下的README。
722fe4e5f8Sopenharmony_ci
732fe4e5f8Sopenharmony_ci## 相关仓<a name="section1371113476307"></a>
742fe4e5f8Sopenharmony_ci
752fe4e5f8Sopenharmony_ci[vendor_hisilicon](https://gitee.com/openharmony/vendor_hisilicon)
762fe4e5f8Sopenharmony_ci
772fe4e5f8Sopenharmony_ci[device_soc_hisilicon](https://gitee.com/openharmony/device_soc_hisilicon)
782fe4e5f8Sopenharmony_ci
79