Skip to content
This repository was archived by the owner on Jun 4, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions gettingStarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1 class="logo">
<div class="container">
<div id="doc-header" class="doc-header text-center">
<h1 class="doc-title"><i class="icon fa fa-paper-plane"></i>Getting Started</h1>
<div class="meta"><i class="fa fa-clock-o"></i> Last updated: February 16, 2018</div>
<div class="meta"><i class="fa fa-clock-o"></i> Last updated: February 19, 2018</div>
</div><!--//doc-header-->
<div class="doc-body">
<div class="doc-content">
Expand Down Expand Up @@ -117,19 +117,16 @@ <h3 class="block-title">Install Packages</h3>
<p>Install the prerequisite packages by:</p>
<div class="code-block">
<p><code>cd OpenRAP/devmgmtV2<br />npm install<br />
cd ../devmgmtui <br />npm install</code></p>
cd OpenRAP/devmgmtui <br />npm install</code></p>
</div>
</div>
<div id="step4" class="section-block">
<h3 class="block-title">Building the Image</h3>
<p>Run the script that builds the .tgz file by:</p>
<div class="code-block">
<p><code>cd .. &amp;&amp; python buildimage.py</code></p>
<p><code>cd OpenRAP &amp;&amp; python buildimage.py</code></p>
<p>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:
<ul>
<li><code>--board</code> Defines the board to be used</li>
<li><code>--platform</code> Defines the platform to be used</li>
<li><code>--profile</code> Defines a custom profile</li>
<li><code>--clean</code> Specifies the type of image to be cleaned</li>
</ul>
</p>
Expand All @@ -138,7 +135,7 @@ <h3 class="block-title">Building the Image</h3>
</div>
<div id="step5" class="section-block">
<h3 class="block-title">Verifying Image Creation</h3>
<p>The tgz file will be named as <code>openrap-&lt;version-no&gt;.tgz</code> and stored in the <code>build/</code> directory.</p>
<p>The tgz file will be named as <code>openrap-&lt;version-no&gt;.tgz</code> and stored in the <code>build/output/</code> directory.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not right

</div>
</section><!--//doc-section-->

Expand All @@ -148,7 +145,7 @@ <h2 class="section-title">Upgrade Base Image to Latest Version</h2>
<p>
The following steps will allow you to upgrade your device to the latest version.
<ol>
<li>Connect to the hotspot and then to the device at <code>admin.openrap.com:8008</code></li>
<li>Connect to the hotspot and then to the device at <code>admin.openrap.com</code></li>
<li>Use <code>root</code> for the username and password.<br /><br />
<div class="callout-block callout-danger">
<div class="icon-holder">
Expand Down