Difference between revisions of "IoTGateway/BSP/Linux/iMX6/Eclipse Plug-in"

From ESS-WIKI
Jump to: navigation, search
(References)
Line 52: Line 52:
 
#:[[File:2015-01-27_153323.png]]
 
#:[[File:2015-01-27_153323.png]]
  
 +
==Installing the Pre-built Plug-in==
 +
# Start up the Eclipse IDE.
 +
# In Eclipse, select "Install New Software" from the "Help" menu.
 +
# Click "Add..." in the "Work with:" area.
 +
# Enter http://downloads.yoctoproject.org/releases/eclipse-plugin/1.5.4/kepler in the URL field and provide a meaningful name in the "Name" field.
 +
#:[[File:2015-01-27_155542.png]]
 +
# Click "OK" to have the entry added to the "Work with:" drop-down list.
 +
# Check the boxes next to following items:
 +
#:[[File:2015-01-27_160318.png]]
 +
# Complete the remaining software installation steps and then restart the Eclipse IDE to finish the installation of the plug-in.
 +
#:[[File:2015-01-27_161306.png]]
 +
# Click OK to continue when following dialog shows up.
 +
#:[[File:2015-01-27_161455.png]]
  
 
==Installing the Pre-built Plug-in==
 
 
==Configuring the Cross-Compiler Options==
 
==Configuring the Cross-Compiler Options==
 
==Creating the Project==
 
==Creating the Project==

Revision as of 03:26, 10 March 2016

Yocto User Guide - Eclipse Plug-in for iMX6 series

Prerequisites

Installing cross toolchain

Please use bitbake command to build one toolchain installer or get a pre-built one.

Qt4 SDK

Please perform following command to make toolchain installer.

$ bitbake fsl-image-x11 -c populate-sdk

Please change working directory to where installer located and perform the following command.

$ sudo ./poky-eglibc-x86_64-fsl-image-x11-cortexa9hf-vfp-neon-toolchain-qt4-1.5.3.sh

Qt5 SDK

Please perform following command to make toolchain installer.

$ bitbake fsl-image-x11-qt5 -c populate-sdk

Please change working directory to where installer located and perform the following command.

$ sudo ./poky-eglibc-x86_64-fsl-image-x11-qt5-cortexa9hf-vfp-neon-toolchain-1.5.3.sh


Working with Eclipse

Installing the Eclipse IDE

Please download "eclipse-standard-kepler-R-linux-gtk-x86_64.tar.gz" manually, put it to directory ~/FILES/ and perform the following commands:

$ cd ~/
$ tar xvf ~/FILES/eclipse-standard-kepler-R-linux-gtk-x86_64.tar.gz

Starting the Eclipse IDE

$ source /opt/poky/1.5.3/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi
$ ~/eclipse/eclipse
  1. select your workspace location
    2015-02-06 114519.png
  2. Make sure you are in your Workbench and select "Install New Software" from the "Help" pull-down menu.
    2015-03-10 101130.png
  3. Select "Kepler - http://download.eclipse.org/releases/kepler" from the "Work with:" pull-down menu.
    2015-02-10 140503.png
  4. Expand the box next to "Linux Tools" and select the LTTng - Linux Tracing Toolkit boxes.
    2015-01-27 152608.png
  5. Expand the box next to "Mobile and Device Development" and select the following boxes:
    2015-01-27 152635.png
    2015-02-10 141921.png
  6. Expand the box next to "Programming Languages" and select the following boxes:
    2015-01-27 152817.png
  7. Complete the installation and restart the Eclipse IDE.
    2015-01-27 153323.png

Installing the Pre-built Plug-in

  1. Start up the Eclipse IDE.
  2. In Eclipse, select "Install New Software" from the "Help" menu.
  3. Click "Add..." in the "Work with:" area.
  4. Enter http://downloads.yoctoproject.org/releases/eclipse-plugin/1.5.4/kepler in the URL field and provide a meaningful name in the "Name" field.
    2015-01-27 155542.png
  5. Click "OK" to have the entry added to the "Work with:" drop-down list.
  6. Check the boxes next to following items:
    2015-01-27 160318.png
  7. Complete the remaining software installation steps and then restart the Eclipse IDE to finish the installation of the plug-in.
    2015-01-27 161306.png
  8. Click OK to continue when following dialog shows up.
    2015-01-27 161455.png

Configuring the Cross-Compiler Options

Creating the Project

Building the Project

Deploying and Running the Application

Deploying and Debugging the Application


References

  1. 12.04 LTS (Precise Pangolin)
  2. Java Archive - SE 6
  3. Project Development Manual
  4. Kepler R Packages