• Home
Name Date Size #Lines LOC

..--

hispark_aries/12-May-2024-18,77313,703

hispark_pegasus/12-May-2024-179145

hispark_phoenix/12-May-2024-21,81715,828

hispark_taurus/12-May-2024-25,16018,055

.gitattributesD12-May-2024517 87

LICENSED12-May-202438.5 KiB598475

OAT.xmlD12-May-20248.6 KiB12360

README.en.mdD12-May-2024966 3725

README.mdD12-May-20242.1 KiB4125

README.en.md

1# device_board_hisilicon
2
3#### Description
4{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}
5
6#### Software Architecture
7Software architecture description
8
9#### Installation
10
111.  xxxx
122.  xxxx
133.  xxxx
14
15#### Instructions
16
171.  xxxx
182.  xxxx
193.  xxxx
20
21#### Contribution
22
231.  Fork the repository
242.  Create Feat_xxx branch
253.  Commit your code
264.  Create Pull Request
27
28
29#### Gitee Feature
30
311.  You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
322.  Gitee blog [blog.gitee.com](https://blog.gitee.com)
333.  Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
344.  The most valuable open source project [GVP](https://gitee.com/gvp)
355.  The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
366.  The most popular members  [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
37

README.md

1# device_board_hisilicon
2
3## 简介
4
5本仓用于存放基于上海海思芯片的开发板相关内容,目前支持运行轻量系统、小型系统和标准系统的多款开发板,覆盖智慧视觉、智慧媒体、智慧IOT等多个领域,详细信息可以参考各开发板子目录下的readme文件或者点击以下链接自动跳转。
6
7|                   开发板名称                    |                                          SoC型号                                          |      系统类型      |   领域   |
8| :---------------------------------------------: | :---------------------------------------------------------------------------------------: | :----------------: | :------: |
9|   [HiSpark Aries](hispark_aries/README_zh.md)   | [Hi3518EV300](https://gitee.com/openharmony/device_soc_hisilicon/tree/master/hi3518ev300) |      小型系统      | 智慧视觉 |
10| [HiSpark Pegasus](hispark_pegasus/README_zh.md) |  [Hi3861V100](https://gitee.com/openharmony/device_soc_hisilicon/tree/master/hi3861v100)  |      轻量系统      | 智慧IOT  |
11| [HiSpark Phoenix](hispark_phoenix/README_zh.md) |  [Hi3751V351](https://gitee.com/openharmony/device_soc_hisilicon/tree/master/hi3751v350)  |      标准系统      | 智慧媒体 |
12|  [HiSpark Taurus](hispark_taurus/README_zh.md)  | [Hi3516DV300](https://gitee.com/openharmony/device_soc_hisilicon/tree/master/hi3516dv300) | 小型系统、标准系统 | 智慧视觉 |
13
14
15## 目录
16```
17/device/board/hisilicon
18├── hispark_aries         # hispark_aries开发板相关代码
19├── hispark_pegasus       # hispark_pegasus开发板相关代码
20├── hispark_phoenix       # hispark_phoenix开发板相关代码
21├── hispark_taurus        # hispark_taurus开发板相关代码
22```
23
24
25## 编译构建/使用方法
26
27参考各开发板子目录下readme说明
28
29
30## 许可说明
31
32参见对应目录的LICENSE文件及代码声明
33
34
35## 相关仓
36
37[device_soc_hisilicon](https://gitee.com/openharmony/device_soc_hisilicon/tree/master)
38
39[vendor_hisilicon](https://gitee.com/openharmony/vendor_hisilicon)
40
41[third_party_u-boot](https://gitee.com/openharmony/third_party_u-boot)