Meego Wiki
Views

SDK/Docs/1.1/Setting up Aava

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Installing the MeeGo image on your Aava device)
(Setting up the connection)
Line 21: Line 21:
=Setting up the connection =
=Setting up the connection =
-
You can use USB or WLAN to connect your N900 device and your computer.  
+
You can use WLAN to connect your Aava device with your computer. USB connection is not enabled yet but will be supported in later update. To use WLAN connection, you need to figure out the IP assigned to Aava device first. You need to have admin access to the AP configuration information
-
 
+
-
'''To use USB connection''':
+
-
# Connect the device to your computer with the USB cable.
+
-
# To set the USB IP address, use the following command:
+
-
#: <pre> ifconfig usb0 192.168.2.14 up </pre>
+
-
# [[#Configuring device access in Qt Creator |Configure the device access in Qt Creator]].  
+
-
 
+
-
'''To use WLAN connection''':
+
-
# Connect the device to your computer with the USB cable.
+
-
# To log into the device, use the following command:
+
-
#: <pre> ssh root@192.168.2.15 </pre>
+
-
#: (password: meego)
+
-
# To view the WLAN IP address of the device, use the following command:
+
-
#: <pre>ifconfig</pre>
+
-
# Unplug the USB cable.  
+
-
# [[#Configuring device access in Qt Creator |Configure the device access in Qt Creator]].
+
= Configuring device access in Qt Creator =
= Configuring device access in Qt Creator =

Revision as of 14:08, 4 November 2010


Note: This page is work-in-progress (2 November 2010).

NOTE: this page is currently a copy of N900 setup instructions, all instructions on this page should be updated to apply for Aava devices. It is likely that the Qt Creator section on this page is usable as is.

This page instructs in installing the MeeGo image and configuring device access when using Aava device for your development work.


Contents

Prerequisites

Installing the MeeGo image on your Aava device

For instructions of installing the MeeGo image on the Aava Moblie(Intel Moorestown platform) using an external Micro SD card, please see the page at http://meego.com/devices/handset/installing-aava-device.

Setting up the connection

You can use WLAN to connect your Aava device with your computer. USB connection is not enabled yet but will be supported in later update. To use WLAN connection, you need to figure out the IP assigned to Aava device first. You need to have admin access to the AP configuration information

Configuring device access in Qt Creator

Qt Creator configuring N900 device access usb.png

To configure device access:

  1. Open Tools > Options > Projects > MeeGo Device Configurations.
  2. In the opened dialog, create a new Device Configuration by clicking on Add.
  3. Give the new Device Configuration a name in the Configuration Name text field, and add the following settings in the other test fields:
    • Device type: Remote device
    • Authentication type: Password
    • Host Name: <device IP address> (USB port IP address 192.168.2.15 by default)
    • SSH Port: 22
    • Gdb server: 10000
    Note: If this port is not free, you can select another one.
    • Connection Timeout: 30
    • User Name: root
    • Password: meego
  4. Click Apply.
  5. To test the settings, click Test.
    The message "Device configuration successful." is displayed in Device Configuration Test window.
  6. Click Close and OK.

If the message "Could not connect to host" is displayed, check your setting selections and make sure that the network is connected.

Personal tools