From 8423be52fb0b17333fffa6dd11ed1839a08480f7 Mon Sep 17 00:00:00 2001 From: Skeletrox Date: Mon, 19 Feb 2018 10:29:14 +0530 Subject: [PATCH] change code paths --- gettingStarted.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/gettingStarted.html b/gettingStarted.html index fac215d..daca9a1 100644 --- a/gettingStarted.html +++ b/gettingStarted.html @@ -51,7 +51,7 @@

Getting Started

-
Last updated: February 16, 2018
+
Last updated: February 19, 2018
@@ -117,19 +117,16 @@

Install Packages

Install the prerequisite packages by:

cd OpenRAP/devmgmtV2
npm install
- cd ../devmgmtui
npm install

+ cd OpenRAP/devmgmtui
npm install

Building the Image

Run the script that builds the .tgz file by:

-

cd .. && python buildimage.py

+

cd OpenRAP && python buildimage.py

The python script also takes positional arguments that allow you to modify the output based on the board and platform you wish to use. These positional arguments are:

    -
  • --board Defines the board to be used
  • -
  • --platform Defines the platform to be used
  • -
  • --profile Defines a custom profile
  • --clean Specifies the type of image to be cleaned

@@ -138,7 +135,7 @@

Building the Image

Verifying Image Creation

-

The tgz file will be named as openrap-<version-no>.tgz and stored in the build/ directory.

+

The tgz file will be named as openrap-<version-no>.tgz and stored in the build/output/ directory.

@@ -148,7 +145,7 @@

Upgrade Base Image to Latest Version

The following steps will allow you to upgrade your device to the latest version.

    -
  1. Connect to the hotspot and then to the device at admin.openrap.com:8008
  2. +
  3. Connect to the hotspot and then to the device at admin.openrap.com
  4. Use root for the username and password.