提交 db2145e2 编写于 作者: 赵旭辰 提交者: Gitee

针对XTS子系统README.md文件中的部分描述进行修改。

上级 8060fdde
...@@ -44,13 +44,13 @@ OpenHarmony supports the following system types: ...@@ -44,13 +44,13 @@ OpenHarmony supports the following system types:
``` ```
/test/xts /test/xts
├── acts # Test code ├── acts # Test code
│ └── subsystem # Source code of subsystem test cases for the standard system │ └── subsystem # Source code of subsystem test cases for the standard system
│ └── subsystem_lite # Source code of subsystems test cases for mini and small systems │ └── subsystem_lite # Source code of subsystems test cases for mini and small systems
│ └── BUILD.gn # Build configuration of test cases for the standard system │ └── BUILD.gn # Build configuration of test cases for the standard system
│ └── build_lite │ └── build_lite
│ └── BUILD.gn # Build configuration of test cases for mini and small systems │ └── BUILD.gn # Build configuration of test cases for mini and small systems
└── tools # Test tool code └── tools # Test tool code
``` ```
## Constraints<a name="section119744591305"></a> ## Constraints<a name="section119744591305"></a>
......
...@@ -34,24 +34,24 @@ OpenHarmony支持如下几种系统类型: ...@@ -34,24 +34,24 @@ OpenHarmony支持如下几种系统类型:
- 小型系统(small system) - 小型系统(small system)
面向应用处理器例如Arm Cortex-A的设备,支持的设备最小内存为1MiB,可以提供更高的安全能力、标准的图形框架、视频编解码的多媒体能力。可支撑的产品如智能家居领域的IP Camera、电子猫眼、路由器以及智慧出行域的行车记录仪等。 面向应用处理器例如Arm Cortex-A的设备,支持的设备最小内存为1MiB,可以提供更高的安全能力、标准的图形框架、视频编解码的多媒体能力。可支撑的产品如智能家居领域的IP Camera、电子猫眼、路由器以及智慧出行域的行车记录仪等。
- 标准系统(standard system) - 标准系统(standard system)
面向应用处理器例如Arm Cortex-A的设备,支持的设备最小内存为128MiB,可以提供增强的交互能力、3D GPU以及硬件合成能力、更多控件以及动更丰富的图形能力、完整的应用框架。可支撑的产品如高端的冰箱显示屏。 面向应用处理器例如Arm Cortex-A的设备,支持的设备最小内存为128MiB,可以提供增强的交互能力、3D GPU以及硬件合成能力、更多控件以及动画效果更丰富的图形能力、完整的应用框架。可支撑的产品如高端的冰箱显示屏。
## 目录<a name="section161941989596"></a> ## 目录<a name="section161941989596"></a>
``` ```
/test/xts /test/xts
├── acts # 测试代码存放目录 ├── acts # 测试代码存放目录
│ └── subsystem # 标准系统子系统测试用例源码存放目录 │ └── subsystem # 标准系统子系统测试用例源码存放目录
│ └── subsystem_lite # 轻量系统、小型系统子系统测试用例源码存放目录 │ └── subsystem_lite # 轻量系统、小型系统子系统测试用例源码存放目录
│ └── BUILD.gn # 标准系统测试用例编译配置 │ └── BUILD.gn # 标准系统测试用例编译配置
│ └── build_lite # 轻量系统、小型系统测试用例编译配置存放目录 │ └── build_lite # 轻量系统、小型系统测试用例编译配置存放目录
│ └── BUILD.gn # 轻量系统、小型系统测试用例编译配置 │ └── BUILD.gn # 轻量系统、小型系统测试用例编译配置
└── tools # 测试工具代码存放目录 └── tools # 测试工具代码存放目录
``` ```
## 约束<a name="section119744591305"></a> ## 约束<a name="section119744591305"></a>
...@@ -492,7 +492,7 @@ OpenHarmony支持如下几种系统类型: ...@@ -492,7 +492,7 @@ OpenHarmony支持如下几种系统类型:
**环境搭建** **环境搭建**
1. 使用有限网线或无线将开发板与PC进行连接。 1. 使用网线或无线网络将开发板与PC进行连接。
2. 开发板配置IP、子网掩码、网关,确保开发板与PC处于同一个网段。 2. 开发板配置IP、子网掩码、网关,确保开发板与PC处于同一个网段。
3. PC安装nfs服务器并完成注册,启动nfs服务。 3. PC安装nfs服务器并完成注册,启动nfs服务。
4. 开发板配置mount命令,确保开发板可以访问PC端的nfs共享文件。 4. 开发板配置mount命令,确保开发板可以访问PC端的nfs共享文件。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册