未验证 提交 c2afa30f 编写于 作者: X xiyue5 提交者: Gitee

update en/device-dev/porting/standard-system-porting-guide.md.

Signed-off-by: Nxiyue5 <liuxiyue5@huawei.com>
上级 1ab7e409
...@@ -21,7 +21,7 @@ Create a config.json file in the directory with the name "//vendor/MyProductVend ...@@ -21,7 +21,7 @@ Create a config.json file in the directory with the name "//vendor/MyProductVend
"target_cpu": "arm", "target_cpu": "arm",
"ohos_version": "OpenHarmony 1.0", "ohos_version": "OpenHarmony 1.0",
"device_company": "MyProductVendor", "device_company": "MyProductVendor",
"board": "MyProduct", "board": "MySOC",
"enable_ramdisk": true, "enable_ramdisk": true,
"subsystems": [ "subsystems": [
{ {
...@@ -39,23 +39,23 @@ Create a config.json file in the directory with the name "//vendor/MyProductVend ...@@ -39,23 +39,23 @@ Create a config.json file in the directory with the name "//vendor/MyProductVend
The main configurations are as follows: The main configurations are as follows:
product_name: The product name Required product_name:The product name.Required
version:version Required version:version.Required
type:Configured at the system level, containing (small, standard ...) Required type:Configured at the system level, containing (small, standard ...).Required
target_cpu :The CPU type of the device (depending on the actual situation, the target_cpu here may also be arm64, riscv, x86, etc. ) Required target_cpu :The CPU type of the device (depending on the actual situation, the target_cpu here may also be arm64, riscv, x86, etc. ).Required
ohos_version:Operating system version Optional ohos_version:Operating system version.Optional
device_company:device Manufacturer name Required device_company:device manufacturer name.Required
board:Board name Required board:Board name.Required
enable_ramdisk:Whether to startramdisk Required enable_ramdisk:Whether to start ramdisk.Required
kernel_type and kernel_version: Optional : kernel_type with kernel_version is fixed in the standard and does not need to be written. kernel_type and kernel_version: kernel_type with kernel_version is fixed in the standard and does not need to be written.Optional
subsystems:The subsystem that the system needs to be enabled. Subsystems can simply understand a piece of function that is built independently. Required subsystems:The subsystem that the system needs to be enabled. Subsystems can simply understand a piece of function that is built independently. Required
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册