From e16361846e3c5c125a73d0ddfe8145969c0668de Mon Sep 17 00:00:00 2001 From: Liya Du Date: Mon, 25 Nov 2019 11:33:35 -0800 Subject: [PATCH] Update configure-external-cmake-project-as-embedded-linux-project.md --- ...onfigure-external-cmake-project-as-embedded-linux-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/embedded-linux/configure-external-cmake-project-as-embedded-linux-project.md b/docs/embedded-linux/configure-external-cmake-project-as-embedded-linux-project.md index fb196159..6b87aaa9 100644 --- a/docs/embedded-linux/configure-external-cmake-project-as-embedded-linux-project.md +++ b/docs/embedded-linux/configure-external-cmake-project-as-embedded-linux-project.md @@ -8,7 +8,7 @@ You can now configure an external CMake project to be an Embedded Linux IoT Proj 2. Open command palette and select "**Azure IoT Device Workbench: Configure Project for Device Development Environment...**" -3. Select **Embedded_Linux (Preview)** as platform type. +3. Select **Embedded Linux (Preview)** as platform type. 4. Select **Azure IoT Device C SDK for x86 Linux** as your toolchain container for your device platform. (Select **Azure IoT Device C SDK for armv7 Linux** or **Azure IoT Device C SDK for arm64 Linux** if you would like to cross-compile your application.) Later the built application will be able to be executed in x86 Linux machine.