• Home
Name Date Size #Lines LOC

..--

demo/12-May-2024-51,91137,301

hals/12-May-2024-672525

BUILD.gnD12-May-2024116 53

README.mdD12-May-20244.2 KiB6342

README_zh.mdD12-May-20243.9 KiB6442

config.jsonD12-May-20243.2 KiB105104

ohos.buildD12-May-2024210 1110

README.md

1# HiSpark Pegasus <a name="ZH-CN_TOPIC_0000001130275863"></a>
2
3- [HiSpark Pegasus <a name="ZH-CN_TOPIC_0000001130275863"></a>](#hispark-pegasus-)
4  - [Introduction <a name="section469617221261"></a>](#introduction-)
5  - [Constraints <a name="section12212842173518"></a>](#constraints-)
6  - [Hi3861V100 Experiment Development Guide<a name="ZH-CN_TOPIC_0000001130176841"></a>](#hi3861v100-experiment-development-guide)
7  - [Hi3861V100 Hardware Introduction<a name="section11660541593"></a>](#hi3861v100-hardware-introduction)
8  - [Development environment setup <a name="section11660541593"></a>](#development-environment-setup-)
9  - [WiFi_IoT basic control experiment <a name="section11660541593"></a>](#wifi_iot-basic-control-experiment-)
10  - [Appendix <a name="section11660541593"></a>](#appendix-)
11  - [Related repositories <a name="section641143415335"></a>](#related-repositories-)
12
13## Introduction <a name="section469617221261"></a>
14
15compile framework adaptation, solution reference code and scripts.
16
17## Constraints <a name="section12212842173518"></a>
18
19Support HiSpark\_pegasus (Hi3861V100).
20
21## Hi3861V100 Experiment Development Guide<a name="ZH-CN_TOPIC_0000001130176841"></a>
22
23Preface: Before learning the experiment, please learn some theoretical knowledge, [Go to Theoretical Knowledge Course](http://developer.huawei.com/consumer/cn/training/course/introduction/C101641968823265204)
24
25## Hi3861V100 Hardware Introduction<a name="section11660541593"></a>
26
27- [Hi3861V100 Hardware Introduction](http://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3861.md)
28
29## Development environment setup <a name="section11660541593"></a>
30
31- The first way (recommended):
32     - [Source code acquisition](https://device.harmonyos.com/cn/docs/documentation/guide/sourcecode-acquire-0000001050769927)
33     - [Building IDE tool development environment](https://device.harmonyos.com/cn/docs/documentation/guide/ide-install-windows-ubuntu-0000001194073744)
34     - [Open project/source code](https://device.harmonyos.com/cn/docs/documentation/guide/open_project-0000001071680043)
35     - [Compile the source code of Hi3861V100 development board](https://device.harmonyos.com/cn/docs/documentation/guide/ide-hi3861v100-compile- 0000001192526021)
36     - [Hi3861V100 development board programming](https://device.harmonyos.com/cn/docs/documentation/guide/ide-hi3861-upload-0000001051668683)
37     - [Run the first program Hello world](http://gitee.com/openharmony/docs/blob/master/en-us/device-dev/quick-start/quickstart-lite-steps-hi3861-helloworld.md )
38- The second way (hb way):
39     - [Source code acquisition](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-sourcecode-acquire.md)
40     - [Build Hi3861V100 development environment](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3861-setting.md)
41     - [Compile source code of Hi3861V100 development board](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps -hi3861-building.md)
42     - [Hi3861V100 development board burning](http://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3861-burn.md)
43     - [Run the first program Hello world](http://gitee.com/openharmony/docs/blob/master/en-us/device-dev/quick-start/quickstart-lite-steps-hi3861-helloworld.md )
44     - [Environmental Setup FAQ](http://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3861-faqs.md)
45
46
47## WiFi_IoT basic control experiment <a name="section11660541593"></a>
48
49- [led experiment](https://gitee.com/openharmony/docs/blob/master/en-us/device-dev/guide/device-wlan-led-control.md)
50
51## Appendix <a name="section11660541593"></a>
52
53- [For more information, please visit the official website](https://www.hisilicon.com/cn/products/smart-iot/ShortRangeWirelessIOT/Hi3861V100)
54## Related repositories <a name="section641143415335"></a>
55
56- **vendor_hisilicon**
57
58- [device_soc_hisilicon](https://gitee.com/openharmony/device_soc_hisilicon)
59
60- [device_board_hisilicon](https://gitee.com/openharmony/device_board_hisilicon)
61
62- [third_party_u-boot](https://gitee.com/openharmony/third_party_u-boot)
63

README_zh.md

1# HiSpark Pegasus <a name="ZH-CN_TOPIC_0000001130275863"></a>
2
3- [HiSpark Pegasus <a name="ZH-CN_TOPIC_0000001130275863"></a>](#hispark-pegasus-)
4  - [简介<a name="section469617221261"></a>](#简介)
5  - [约束<a name="section12212842173518"></a>](#约束)
6  - [Hi3861V100实验开发指导<a name="ZH-CN_TOPIC_0000001130176841"></a>](#hi3861v100实验开发指导)
7  - [Hi3861V100硬件介绍<a name="section11660541593"></a>](#hi3861v100硬件介绍)
8  - [开发环境搭建<a name="section11660541593"></a>](#开发环境搭建)
9  - [WiFi_IoT基础控制实验<a name="section11660541593"></a>](#wifi_iot基础控制实验)
10  - [附录<a name="section11660541593"></a>](#附录)
11  - [相关仓库<a name="section641143415335"></a>](#相关仓库)
12
13## 简介<a name="section469617221261"></a>
14
15编译框架适配、解决方案参考代码和脚本。
16
17## 约束<a name="section12212842173518"></a>
18
19支持HiSpark\_pegasus(Hi3861V100)。
20
21## Hi3861V100实验开发指导<a name="ZH-CN_TOPIC_0000001130176841"></a>
22
23前言:在学习实验之前,请学习一下理论知识,[前往理论知识课程](http://developer.huawei.com/consumer/cn/training/course/introduction/C101641968823265204)
24
25## Hi3861V100硬件介绍<a name="section11660541593"></a>
26
27-    [Hi3861V100硬件介绍](http://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-introduction-hi3861.md)
28
29## 开发环境搭建<a name="section11660541593"></a>
30
31-    第一种方式(推荐使用):
32     - [源码获取](https://device.harmonyos.com/cn/docs/documentation/guide/sourcecode-acquire-0000001050769927)
33     - [搭建IDE工具开发环境](https://device.harmonyos.com/cn/docs/documentation/guide/ide-install-windows-ubuntu-0000001194073744)
34     - [打开工程/源码](https://device.harmonyos.com/cn/docs/documentation/guide/open_project-0000001071680043)
35     - [编译Hi3861V100开发板源码(由于Hi3861V100与Hi3516DV300源码相同,为方便开发请选择Ubuntu方式编译)](https://device.harmonyos.com/cn/docs/documentation/guide/ide-hi3861v100-compile-0000001192526021)
36     - [Hi3861V100开发板烧录](https://device.harmonyos.com/cn/docs/documentation/guide/ide-hi3861-upload-0000001051668683)
37     - [运行第一个程序Hello world](http://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3861-helloworld.md)
38-    第二种方式(hb方式):
39     - [源码获取](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-sourcecode-acquire.md)
40     - [搭建Hi3861V100开发环境](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3861-setting.md)
41     - [编译Hi3861V100开发板源码(选择安装包方式搭建环境)](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3861-building.md)
42     - [Hi3861V100开发板烧录](http://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3861-burn.md)
43     - [运行第一个程序Hello world](http://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3861-helloworld.md)
44     - [环境搭建FAQ](http://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3861-faqs.md)
45
46
47## WiFi_IoT基础控制实验<a name="section11660541593"></a>
48
49- [led实验](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/guide/device-wlan-led-control.md)
50
51## 附录<a name="section11660541593"></a>
52
53- [更多请访问官网](https://www.hisilicon.com/cn/products/smart-iot/ShortRangeWirelessIOT/Hi3861V100)
54## 相关仓库<a name="section641143415335"></a>
55
56- **vendor_hisilicon**
57
58- [device_soc_hisilicon](https://gitee.com/openharmony/device_soc_hisilicon)
59
60- [device_board_hisilicon](https://gitee.com/openharmony/device_board_hisilicon)
61
62- [third_party_u-boot](https://gitee.com/openharmony/third_party_u-boot)
63
64