• Home
Name Date Size #Lines LOC

..--

figures/12-May-2024-

unionpi_tiger/12-May-2024-1,225,762958,008

.gitignoreD12-May-202485 1413

LICENSED12-May-202413.2 KiB234199

OAT.xmlD12-May-20248.9 KiB11962

README_zh.mdD12-May-20242 KiB4830

README_zh.md

1# device_board_unionman
2
3## 介绍
4
5本仓用于放置unionman开发板相关内容,各开发板的使用教程和使用详细说明可点击下表开发板名称查看。
6
7| 开发板名称                                       | SoC型号           | 应用领域                                   | 设备互联类型        |
8|:-------------------------------------------:|:---------------:|:--------------------------------------:|:-------------:|
9| [Unionpi Tiger](unionpi_tiger/README_zh.md) | `Amlogic A311D` | 智能家居、AI人脸识别、工业控制、智慧车载、多媒体处理、AI边缘计算、物联网 | 有线以太网、WIFI、蓝牙 |
10
11#### 开发板简介
12
13- [Unionpi-Tiger](https://gitee.com/openharmony/device_board_unionman/blob/master/unionpi_tiger/README_zh.md)
14
15Unionpi Tiger是一款应用于图像处理,音视频处理和深度学习等场景的智能硬件,其主芯片采用Amlogic A311D芯片方案。
16A311D支持GPU和神经网络加速子系统,支持4K视频编解码器引擎和一流的HDR图像处理,并集成了所有标准音频/视频输入/输出接口。主系统的CPU采用大小核设计,主频高达2.2GHz,集成了四个Cortex-A73核心和两Cortex-A53核心 ,集成独立的5.0T NPU处理器。
17
18#### 开发板架构
19开发板分为底板与核心板
20
21![扩展板架构](./figures/architecture-of-dev-board.png "底板")
22![核心板架构](./figures/architecture-of-core-board.png "核心板")
23
24## 目录
25
26```
27device/board/unionman
28├── unionpi_tiger           # Unionpi-Tiger开发板目录
29├── figures                 # 开发板或产品相关图片目录
30├── LICENSE
31├── OTA.xml
32└── README_zh.md
33```
34
35## 使用说明
36
37Unionpi-Tiger参考:
38
39- [Unionpi-Tiger](https://gitee.com/openharmony/device_board_unionman/blob/master/unionpi_tiger/README_zh.md)
40
41## 相关仓
42
43- device_board_unionman
44
45- [vendor_unionman](https://gitee.com/openharmony/vendor_unionman)
46
47- [device_soc_amlogic](https://gitee.com/openharmony/device_soc_amlogic)
48