22sidebar_position : 1
33sidebar_label : 单板介绍
44description : DshanPi OmniGate-T153 工业边缘网关开发板的组成、硬件资源与软件支持状态。
5+ slug : /T153MX/
6+ hide_title : true
57---
68
7- # DshanPi OmniGate-T153 单板介绍
9+ import boardHero from './images/DshanPI-OminiGate-3.png';
10+
11+ <div
12+ className="shadow--md"
13+ style={{
14+ borderRadius: '24px',
15+ padding: 'clamp(1.5rem, 4vw, 3.5rem)',
16+ marginBottom: '2.2rem',
17+ overflow: 'hidden',
18+ color: '#ffffff',
19+ background: 'radial-gradient(circle at 85% 15%, #2463a6 0%, #123e73 35%, #081d38 100%)'
20+ }}>
21+ <div className =" row " style ={{alignItems : 'center'}} >
22+ <div className="col col--5 margin-bottom--lg">
23+ <div style={{fontSize: '0.82rem', fontWeight: 700, letterSpacing: '0.16em', opacity: 0.78}}>DONGSHANPI · INDUSTRIAL EDGE</div>
24+ <h1 style={{color: '#ffffff', fontSize: 'clamp(2.25rem, 5vw, 4rem)', lineHeight: 1.05, margin: '1rem 0'}}>OmniGate-T153</h1>
25+ <p style={{fontSize: '1.2rem', lineHeight: 1.75, opacity: 0.92}}>四核 Linux 与 E907 实时核心协同,连接双千兆、双 4G 与工业总线,为边缘网关、HMI 和数据采集而生。</p>
26+ <div style={{display: 'flex', flexWrap: 'wrap', gap: '0.55rem', margin: '1.4rem 0'}}>
27+ <span style={{padding: '0.4rem 0.75rem', borderRadius: '999px', background: 'rgba(255,255,255,0.13)'}}>4× Cortex-A7</span>
28+ <span style={{padding: '0.4rem 0.75rem', borderRadius: '999px', background: 'rgba(255,255,255,0.13)'}}>RISC-V E907</span>
29+ <span style={{padding: '0.4rem 0.75rem', borderRadius: '999px', background: 'rgba(255,255,255,0.13)'}}>2× GbE</span>
30+ <span style={{padding: '0.4rem 0.75rem', borderRadius: '999px', background: 'rgba(255,255,255,0.13)'}}>2× 4G</span>
31+ </div>
32+ <a className="button button--secondary button--lg margin-right--sm" href="./part1/QuickStart">开始使用</a>
33+ <a className="button button--outline button--secondary button--lg" href="./part2/Ethernet">体验接口</a>
34+ </div>
35+ <div className="col col--7">
36+ <div style={{padding: '0.7rem', borderRadius: '20px', background: '#ffffff', boxShadow: '0 24px 60px rgba(0,0,0,0.28)'}}>
37+ <img src={boardHero} alt="OmniGate-T153 工业边缘网关" style={{display: 'block', width: '100%', borderRadius: '14px'}} />
38+ </div>
39+ </div>
40+ </div >
41+ </div >
42+
43+ OmniGate-T153 由 ** mCore-T153MX 核心板** 和 ** OmniGate 扩展底板** 组成。核心板承载处理器、内存
44+ 和 eMMC,底板负责工业接口与扩展连接。模块化结构既方便快速验证,也适合继续开发网关、HMI、
45+ 数据采集和边缘控制产品。
46+
47+ ## 核心能力
48+
49+ <div className =" row " >
50+ <div className =" col col--3 margin-bottom--lg " >
51+ <div className="card shadow--lw" style={{height: '100%', borderTop: '4px solid #1769aa'}}>
52+ <div className="card__body"><h3>异构计算</h3><p>4× Cortex-A7 运行 Linux,E907 承担实时与异构任务。</p></div>
53+ </div>
54+ </div >
55+ <div className =" col col--3 margin-bottom--lg " >
56+ <div className="card shadow--lw" style={{height: '100%', borderTop: '4px solid #16856b'}}>
57+ <div className="card__body"><h3>灵活存储</h3><p>最大支持 DDR4 4 GB 与 eMMC 64 GB,容量按 SKU 选择。</p></div>
58+ </div>
59+ </div >
60+ <div className =" col col--3 margin-bottom--lg " >
61+ <div className="card shadow--lw" style={{height: '100%', borderTop: '4px solid #7b61b3'}}>
62+ <div className="card__body"><h3>多路联网</h3><p>双千兆以太网、双 4G 模块位,以及 Wi-Fi 6 和蓝牙 5。</p></div>
63+ </div>
64+ </div >
65+ <div className =" col col--3 margin-bottom--lg " >
66+ <div className="card shadow--lw" style={{height: '100%', borderTop: '4px solid #d17b28'}}>
67+ <div className="card__body"><h3>工业连接</h3><p>双 CAN FD、双 RS485,并提供显示、触摸与 USB 扩展。</p></div>
68+ </div>
69+ </div >
70+ </div >
71+
72+ :::caution ** 最大支持** 不等于当前板卡实装容量
73+
74+ DDR4 4 GB 和 eMMC 64 GB 是平台支持上限。拿到板卡后应在 Linux 中用 ` free -h ` 、` lsblk ` 或
75+ ` cat /proc/partitions ` 查看实际容量,并以对应 SKU/BOM 为准。
876
9- OmniGate-T153 是一款基于全志 T153MX 的工业边缘网关开发板,由 ** mCore-T153MX 核心板** 和 ** OmniGate 扩展底板** 组成,面向双 4G 联网、多网口接入、工业总线控制和人机界面等应用。
10-
11- ![ OmniGate-T153 正面与主要特性] ( ./images/DshanPI-OminiGate-3.png )
77+ :::
1278
13- :::info 资料来源
79+ :::info 使用提示
1480
15- 本文依据 [ T153MX-Tina5SDK_OmniGate 板级仓库] ( https://github.com/dshanpi/T153MX-Tina5SDK_OmniGate ) 中的硬件图片、板级配置和调试记录整理。不同批次或选配型号的内存、eMMC、4G 模块与无线模块可能不同,量产设计请以对应批次的原理图、BOM 和模块规格书为准。
81+ 不同批次或选配型号的内存、eMMC、4G 模块和无线模块可能存在差异。选型、接线和量产设计时,
82+ 请以当前批次随板提供的原理图、BOM 和模块规格书为准。
1683
1784:::
1885
@@ -29,8 +96,8 @@ mCore-T153MX 将处理器、内存、eMMC 和电源等核心器件集中在约 3
2996| 主处理器 | 全志 T153MX |
3097| Linux CPU | 4× Arm Cortex-A7 |
3198| 实时/异构核心 | 1× RISC-V E907 |
32- | 内存 | DDR4 4 GB |
33- | 存储 | eMMC 64 GB |
99+ | 内存 | 最大支持 DDR4 4 GB;实际容量以具体 SKU/BOM 为准 |
100+ | 存储 | 最大支持 eMMC 64 GB;实际容量以具体 SKU/BOM 为准 |
34101| 外形 | 31.9 mm × 31.9 mm |
35102| 引出方式 | 140 Pin 邮票孔,0.8 mm 间距 |
36103
@@ -40,8 +107,6 @@ T153MX 面向 PLC、HMI 和工业自动化等场景。芯片集成多路以太
40107
41108OmniGate 扩展底板为核心板提供双 4G、双千兆以太网、工业总线、显示、摄像头、USB 和无线连接等接口。
42109
43- ![ OmniGate-T153 正面] ( ./images/DshanPI-OminiGate-1.png )
44-
45110![ OmniGate-T153 背面双 4G 模块位] ( ./images/DshanPI-OminiGate-2.png )
46111
47112### 硬件功能关系示意
@@ -57,7 +122,7 @@ flowchart TB
57122 WIFI[Wi-Fi 6 / Bluetooth 5]
58123 DISP[MIPI DSI / RGB LCD]
59124 CAM[MIPI CSI]
60- USB[USB Type-C / USB 3.0 ]
125+ USB[USB OTG / Device<br/> USB 2.0 Host ]
61126 DEBUG[UART0 调试串口]
62127
63128 SOC --- DDR
@@ -86,7 +151,7 @@ flowchart TB
86151| 显示 | MIPI DSI、RGB LCD 扩展接口 |
87152| 摄像头 | MIPI CSI 扩展接口 |
88153| 存储扩展 | TF Card |
89- | USB | USB Type-C 、USB 3 .0 Type-A |
154+ | USB | USB OTG/Device 、USB 2 .0 High-Speed Type-A Host |
90155| 调试与交互 | 调试串口、按键、状态指示灯 |
91156
92157:::caution 4G 模块为选配器件
@@ -97,27 +162,28 @@ flowchart TB
97162
98163## 软件支持状态
99164
100- 板级仓库不是完整的 Tina SDK,而是 OmniGate 板级开发产生的覆盖式差异包。当前配置基于 Tina Linux 5.0、Linux 5.10 和 ` t153_omnigate_mmc-buildroot ` 方案。
165+ 当前软件配置基于 Tina Linux 5.0、Linux 5.10 和 ` t153_omnigate_mmc-buildroot ` 方案。下表用于说明
166+ 各功能在当前版本中的支持和验证情况。
101167
102168| 功能 | 当前状态 | 说明 |
103169| --- | --- | --- |
104170| 双千兆以太网 | 已配置 | ` gmac0 ` 、` gmac1 ` 及对应 PHY 已在设备树启用 |
105- | CAN FD | 驱动已配置,控制器默认关闭 | 内核已启用 CAN/CAN RAW;当前 ` board.dts ` 中 ` can0 ` 、` can1 ` 为 ` disabled ` |
171+ | CAN FD | 已配置并实板验证 | ` can0 ` 、` can1 ` 默认以 1 Mbps 启动 |
106172| Wi-Fi / Bluetooth | 已实板验证 | AIC8800D80,SDIO + UART |
107173| Bluetooth PCM | 已实板验证 | I2S0 使用 PB5~PB8 |
108174| eMMC / TF Card | 已配置 | 当前构建目标为 eMMC Buildroot 方案 |
109- | MIPI DSI 4-Lane | 调试中 | 背光、初始化和 DRM 已工作,仍存在水平条纹 |
110- | 双 4G | 硬件支持 | 需根据实际 4G 模块补充拨号和运营商配置 |
175+ | MIPI DSI 4-Lane / 触摸 | Linux 下已实板验证 | 1024×768 显示和触摸可用;U-Boot Logo 默认关闭 |
176+ | 双 4G | 驱动与拨号工具已配置 | 当前未安装模块实板验证,需根据模块和运营商设置 APN |
111177| E907 AMP Shell | 已实板验证 | A7 Linux 通过 remoteproc、MSGBOX 和 RPMsg 连接 E907 FreeRTOS |
112178
113- “ 已配置” 表示 SDK 中已经包含对应驱动或板级配置,不代表当前镜像已启用控制器,也不代表所有外接设备、线材和应用场景均完成验证。
179+ ** 已配置** 表示 SDK 中已经包含对应驱动或板级配置,不代表当前镜像已启用控制器,也不代表所有外接设备、线材和应用场景均完成验证。
114180
115181## 接下来做什么
116182
117183单板介绍只用于认识硬件,不在这里展开 SDK 和烧录操作。第一次使用建议按以下顺序继续:
118184
119- 1 . [ 获取源码、工具与手册 ] ( ./02-SourceCodeToolDocumentationManual .md )
120- 2 . [ 安装并配置开发环境 ] ( ./03-ConfigHostEnv .md )
185+ 1 . [ 从这里开始 ] ( ./00-StartHere .md )
186+ 2 . [ 获取源码、工具与手册 ] ( ./02-SourceCodeToolDocumentationManual .md )
1211873 . [ 连接并启动开发板] ( ./part1/01-QuickStart.md )
1221884 . [ 更新系统固件] ( ./part1/02-FlashSystem.md )
1231895 . [ 体验板载功能] ( ./part2/01-Ethernet.md )
0 commit comments