From 8505efadbe11c643bf063bdc4498fd97242af82b Mon Sep 17 00:00:00 2001 From: liyan Date: Thu, 2 Feb 2023 03:03:14 +0000 Subject: [PATCH] update en/device-dev/device-test/xdevice.md. Signed-off-by: li-yan339 Signed-off-by: liyan --- en/device-dev/device-test/xdevice.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/device-dev/device-test/xdevice.md b/en/device-dev/device-test/xdevice.md index 0b33efa70e..dd65022b37 100644 --- a/en/device-dev/device-test/xdevice.md +++ b/en/device-dev/device-test/xdevice.md @@ -476,7 +476,7 @@ Check whether xDevice runs properly. The COM port whose **type** is **cmd** corresponds to the AT command serial port on the board. The port is used to send commands to the device. In the example, the **ChA(COM20)** serial port is used. - L0-1 + ![L0-1](figures/L0-1.PNG) IP camera devices have two connection modes. One is to connect through the local serial port, and the other is to connect through the IP address of the local area network. @@ -492,7 +492,7 @@ Check whether xDevice runs properly. Add an NFS sharing path, for example, **D:\HS\NFS_Share_File -public –alldirs**. Note that the FTP IP address 192.168.1.10 is the IP address of the development board. - + ![](figures/NFS-2.PNG) 3. Stop the NFS server and restart the NFS server to make the added sharing path take effect. -- GitLab