From 74fa52bc593d84a0296918186c96ecc7b0d16246 Mon Sep 17 00:00:00 2001 From: Austin Date: Fri, 29 Apr 2022 06:41:26 +0000 Subject: [PATCH] update en/device-dev/porting/porting-thirdparty-cmake.md. Signed-off-by: Austin --- en/device-dev/porting/porting-thirdparty-cmake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/porting/porting-thirdparty-cmake.md b/en/device-dev/porting/porting-thirdparty-cmake.md index 5c6ff8e7a0..d775d72204 100755 --- a/en/device-dev/porting/porting-thirdparty-cmake.md +++ b/en/device-dev/porting/porting-thirdparty-cmake.md @@ -218,7 +218,7 @@ The following steps show how to configure and modify the toolchains for cross-co 1. Set up the OpenHarmony environment. - Using Hi3518EV300 as an example, compile the OpenHarmony image and burn it to the development board. For details, see [Developing the First Example Program Running on Hi3518](../quick-start/quickstart-lite-steps-hi3518-running.md). + Using Hi3518EV300 as an example, compile the OpenHarmony image and burn it to the development board. For details, see [Developing the First Example Program Running on Hi3518](../quick-start/quickstart-lite-steps-hi3516-running.md). The following screen is displayed after a successful login to the OS. -- GitLab