From 19440f580b2a6db14d28f37a4811e3cda481bddf Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Wed, 26 Apr 2017 22:05:57 -0700 Subject: [PATCH] Update README.md for spinel-cli (#1659) --- tools/spinel-cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/spinel-cli/README.md b/tools/spinel-cli/README.md index e94df1ac0..fe31db603 100644 --- a/tools/spinel-cli/README.md +++ b/tools/spinel-cli/README.md @@ -131,7 +131,7 @@ node types by passing the NODE_TYPE environment variable: ``` # From top-level of openthread tree ./bootstrap -./configure --with-examples=posix --enable-cli --enable-ncp=uart +./configure --with-examples=posix --enable-cli-app=all --enable-ncp-app=all --with-ncp-bus=uart make cd tests/scripts/thread-cert NODE_TYPE=ncp-sim top_builddir=../../.. python Cert_5_1_02_ChildAddressTimeout.py VERBOSE=1 @@ -143,7 +143,7 @@ NODE_TYPE=ncp-sim top_builddir=../../.. python Cert_5_1_02_ChildAddressTimeout.p # From top-level of openthread tree make distclean ./bootstrap -NODE_TYPE=ncp-sim BUILD_TARGET=posix-distcheck DISTCHECK_CONFIGURE_FLAGS="--with-examples=posix --enable-cli --enable-ncp=uart --with-tests=all" make -f examples/Makefile-posix distcheck BuildJobs=10 VERBOSE=1 +NODE_TYPE=ncp-sim BUILD_TARGET=posix-distcheck DISTCHECK_CONFIGURE_FLAGS="--with-examples=posix --enable-cli-app --enable-ncp-app=all --with-ncp-bus=uart --with-tests=all" make -f examples/Makefile-posix distcheck BuildJobs=10 VERBOSE=1 ``` ## Command Reference