Workbench/IDP3.x

From ESS-WIKI
Revision as of 11:09, 27 January 2016 by Winston (talk | contribs) (Quick Start Guide)
Jump to: navigation, search

Quick Start Guide

File:IoT Gateway IDP XT GSG.pdf

Install Wind River Software

Prepare Development Computer

sudo apt-get install libstdc++6:i386 libgtk2.0-0:i386 libxtst6:i386 texi2html chrpath diffstat subversion libgl1-mesa-dev libglu1-mesa-dev \
libsdl1.2-dev texinfo gawk gcc help2man g++ git-core python-gtk2 bash diffutils xz-utils make file screen gcc-4.7 gcc-4.7-multilib g++-4.7 \
g++-4.7-multilib gtk2-engines-murrine:i386 libcanberra-gtk-module:i386 unity-gtk2-module:i386 unity-gtk2-module

==Creating Directories and Confirm Disk Space You will need about 100 GB of free disk space to install the WR Host Tools and build your IDP OS.

  • $HOME/WindRiver - Wind River Host Tools directory
  • $HOME/Installer - A temporary directory that you can delete after completing your installation.
  • $HOME/Project - You will use this directory both now and later when you develop future applications
  • $HOME/Project/build-cache - Using a build cache will reduce the time required to build your Gateway OS.
cd $HOME
mkdir WindRiver
mkdir Installer
mkdir Project
mkdir Project/build-cache

SOP

1. On your Development Computer, use your Wind River account credentials to log in to Wind River Windshare (https://windshare.windriver.com)</br> 2. Under the Products menu, select Wind River® Intelligent Device Platform XT 3, and then click Installer for Linux. The installer begins downloading
3. When the download completes, move the Installer file into the $HOME/Installer directory on your Development Computer
4. Change to the Installer directory and unzip the file:

cd $HOME/Installer
unzip idp*.zip

5. Start the Wind River Host Tools Installer:

./setup_linux

6. In the Extract Installer window, browse to the $HOME/WindRiver directory.Click OK.
7. Click Next in the Installer Welcome screen
8. On the Online Update Settings screen, keep the box at the top checked to look for and apply Installer updates.
9. Click the triangle to expand Network Settings
10. If your company uses a proxy server:

a. Check the option Connect to the Internet using a proxy server
b. Select the radio button for your proxy server type.
c. Enter your proxy server information and port number

11. Click Test Internet connection to verify Internet connectivity. If the test fails, verify your proxy configuration and try again
12. Click Next and then provide your Wind River account login information. The Installer takes about two minutes to check for updates
13. Select Typical as the installation type
14. If you agree to the terms of the End User License Agreement, click I Accept.The installer continues to download software for a few minutes. If prompted for it,

supply your Wind River account login information.

15. When the Installer - Select Product page displays, click Install.
16 Install the Wind River license by moving the file WRSLicense.lic, obtained in Activate Wind River License, from your $HOME directory into the $HOME/WindRiver/license directory

Note:The installation beings. It downloads approximately 27 GB of information. This might take several hours and can run unattended.

The Intelligent Device Platform XT 3 is complete when you see Installation Successful. Click Finish.

Verify All Required Linux Packages Are Installed

1. Change to the $HOME/WindRiver/wrlinux-7/scripts directory and verify all packages have been installed:

cd $HOME/WindRiver/wrlinux-7/scripts
./host_package_install.sh

2. If you receive stating All required host packages are installed, proceed to Build a Gateway OS.

Upgrade Workbench

Two Ways:

 1.1 Updaging from current BSP.
   1.1.1 Run "$INSTALL_DIR/maintenance/wrInstaller/x86-linux2/wrInstaller" to launch the GUI.
   1.1.2 Select "Online Content" to check any update then upgrade it.
 1.2 Install from scratch.
   Run installer again. It will update itself if needed then just install latest RCPL11 release.

Release Note

For IDP XT
$INSTALL_DIR/wrlinux-7/docs/docs/extensions/eclipse/plugins/com.windriver.ide.doc.wr_intelligen t_device_platform_XT_3.1/wr_idp_xt_release_notes_31/release_notes_31.pdf
For WR Linux
$INSTALL_DIR/wrlinux-7/docs/docs/extensions/eclipse/plugins/com.windriver.ide.doc.wr_linux_7/wr _linux_release_notes_70/wr_linux_release_notes_70.pdf