You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2017/05/05 22:31:13 UTC

[7/7] incubator-mynewt-site git commit: changed runtimeinc to runtimeco in docs, updated install instructions for linux , blinky for stm32F4-discovery

changed runtimeinc to runtimeco in docs, updated install instructions for linux , blinky for stm32F4-discovery


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/ea2670d6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/ea2670d6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/ea2670d6

Branch: refs/heads/asf-site
Commit: ea2670d630c65bb26c755ae5a46ffa3d9e2c35f7
Parents: 26592f0
Author: aditihilbert <ad...@runtime.io>
Authored: Fri May 5 15:30:53 2017 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri May 5 15:30:53 2017 -0700

----------------------------------------------------------------------
 develop/faq/go_env/index.html                   |   2 +-
 develop/mkdocs/search_index.json                | 214 ++++--
 develop/newt/install/newt_linux/index.html      |  54 +-
 develop/newt/install/newt_mac/index.html        |  16 +-
 develop/newtmgr/install_linux/index.html        |  43 +-
 develop/os/get_started/cross_tools/index.html   |  16 +-
 develop/os/get_started/docker/index.html        |   2 +-
 develop/os/get_started/get_started/index.html   |   6 +-
 .../get_started/native_install_intro/index.html | 476 ++++++++++++
 develop/os/get_started/native_tools/index.html  |  28 +-
 .../os/get_started/project_create/index.html    |  15 +-
 develop/os/get_started/serial_access/index.html |   2 +-
 develop/os/modules/drivers/driver/index.html    |   2 +-
 develop/os/tutorials/add_newtmgr/index.html     |   6 +-
 develop/os/tutorials/add_shell/index.html       |  15 +-
 develop/os/tutorials/arduino_zero/index.html    |  12 +-
 develop/os/tutorials/blehci_project/index.html  |  18 +-
 develop/os/tutorials/bletiny_project/index.html |  16 +-
 develop/os/tutorials/blinky/index.html          |  11 +-
 develop/os/tutorials/blinky_console/index.html  |  12 +-
 develop/os/tutorials/blinky_primo/index.html    |   8 +
 .../os/tutorials/blinky_stm32f4disc/index.html  | 770 +++++++++++++++++++
 develop/os/tutorials/nRF52/index.html           |   8 +
 develop/os/tutorials/nrf52_adc/index.html       |   2 +-
 develop/os/tutorials/olimex/index.html          |   8 +
 develop/os/tutorials/pics/stm32f4_disc.jpg      | Bin 0 -> 40575 bytes
 develop/os/tutorials/rbnano2/index.html         |  12 +-
 develop/os/tutorials/repo/add_repos/index.html  |   2 +-
 .../os/tutorials/wi-fi_on_arduino/index.html    |   2 +-
 develop/sitemap.xml                             |  26 +-
 latest/faq/go_env/index.html                    |   2 +-
 latest/mkdocs/search_index.json                 | 214 ++++--
 latest/newt/install/newt_linux/index.html       |  54 +-
 latest/newt/install/newt_mac/index.html         |  16 +-
 latest/newtmgr/install_linux/index.html         |  43 +-
 latest/os/get_started/cross_tools/index.html    |  16 +-
 latest/os/get_started/docker/index.html         |   2 +-
 latest/os/get_started/get_started/index.html    |   6 +-
 .../get_started/native_install_intro/index.html | 476 ++++++++++++
 latest/os/get_started/native_tools/index.html   |  28 +-
 latest/os/get_started/project_create/index.html |  15 +-
 latest/os/get_started/serial_access/index.html  |   2 +-
 latest/os/modules/drivers/driver/index.html     |   2 +-
 latest/os/tutorials/add_newtmgr/index.html      |   6 +-
 latest/os/tutorials/add_shell/index.html        |  15 +-
 latest/os/tutorials/arduino_zero/index.html     |  12 +-
 latest/os/tutorials/blehci_project/index.html   |  18 +-
 latest/os/tutorials/bletiny_project/index.html  |  16 +-
 latest/os/tutorials/blinky/index.html           |  11 +-
 latest/os/tutorials/blinky_console/index.html   |  12 +-
 latest/os/tutorials/blinky_primo/index.html     |   8 +
 .../os/tutorials/blinky_stm32f4disc/index.html  | 770 +++++++++++++++++++
 latest/os/tutorials/nRF52/index.html            |   8 +
 latest/os/tutorials/nrf52_adc/index.html        |   2 +-
 latest/os/tutorials/olimex/index.html           |   8 +
 latest/os/tutorials/pics/stm32f4_disc.jpg       | Bin 0 -> 40575 bytes
 latest/os/tutorials/rbnano2/index.html          |  12 +-
 latest/os/tutorials/repo/add_repos/index.html   |   2 +-
 latest/os/tutorials/wi-fi_on_arduino/index.html |   2 +-
 latest/sitemap.xml                              |  26 +-
 os/tutorials/pics/stm32f4_disc.jpg              | Bin 0 -> 40575 bytes
 sitemap.xml                                     |  26 +-
 v0_9_0/os/tutorials/pics/stm32f4_disc.jpg       | Bin 0 -> 40575 bytes
 v0_9_0/sitemap.xml                              |  26 +-
 64 files changed, 3206 insertions(+), 454 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/ea2670d6/develop/faq/go_env/index.html
----------------------------------------------------------------------
diff --git a/develop/faq/go_env/index.html b/develop/faq/go_env/index.html
index f897a6f..0b74b23 100644
--- a/develop/faq/go_env/index.html
+++ b/develop/faq/go_env/index.html
@@ -409,7 +409,7 @@ nothing to commit, working directory clean
 Check that the newtmgr binary is installed and you are using the one from <strong>$GOPATH/bin</strong>:</p>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">$ls $GOPATH/bin/newtmgr
 ~/dev/go/bin/newtmgr
-$which newt
+$which newtmgr
 ~/dev/go/bin/newtmgr
 </pre></div>