From 8b479e2a1e40ff6da5b6c21d2c835752d8011357 Mon Sep 17 00:00:00 2001 From: stivn <9699603+stivn@user.noreply.gitee.com> Date: Thu, 4 Nov 2021 01:25:01 +0000 Subject: [PATCH] update en/device-dev/subsystems/subsys-testguide-envbuild.md. Signed-off-by: stivn --- en/device-dev/subsystems/subsys-testguide-envbuild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/subsystems/subsys-testguide-envbuild.md b/en/device-dev/subsystems/subsys-testguide-envbuild.md index 7e81b6cb4b2..8c2592288a2 100644 --- a/en/device-dev/subsystems/subsys-testguide-envbuild.md +++ b/en/device-dev/subsystems/subsys-testguide-envbuild.md @@ -78,6 +78,6 @@ | Check Item|Operation|Requirements| | --- | --- | --- | | Check whether Python is installed successfully.|Run the **python --version** command.|The Python version is 3.7.5 or later.| -| Check whether Python plug-ins are successfully installed.|Go to the **test/developertest** directory and run **run.bat** or **run.sh**.| The **>>>** prompt is displayed.| +| Check whether Python plug-ins are successfully installed.|Go to the **test/developertest** directory and run **start.bat** or **start.sh**.| The **>>>** prompt is displayed.| |Check the NFS server status (for the devices that support only serial port output).|Log in to the development board through the serial port and run the **mount** command to mount the NFS.|The file directory can be mounted.| |Check whether the HDC is successfully installed.|Run the **hdc_std -v** command.|The HDC version is 1.1.0 or later.| -- Gitee