From cec74b070983616ff73ccf0b83657048dbedbe3d Mon Sep 17 00:00:00 2001 From: litian-int Date: Mon, 20 May 2019 15:01:04 +0800 Subject: [PATCH] update README of littlevgl sample (#31) --- samples/littlevgl/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/samples/littlevgl/README.md b/samples/littlevgl/README.md index 3cf5145f..81db0886 100644 --- a/samples/littlevgl/README.md +++ b/samples/littlevgl/README.md @@ -57,7 +57,11 @@ Zephyr WASM VM and native extension method can be built into Zephyr, Then we can install wasm app into STM32.
- Build WASM VM into Zephyr system
a. clone zephyr source code
-`git clone https://github.com/zephyrproject-rtos/zephyr.git`
+Refer to Zephyr getting started.
+https://docs.zephyrproject.org/latest/getting_started/index.html
+`west init zephyrproject`
+`cd zephyrproject`
+`west update`
b. copy samples
`cd zephyr/samples/`
`cp -a samples/littlevgl/vgl-wasm-runtime vgl-wasm-runtime`