Difference between revisions of "Getting started with IGEP AQUILA EXPANSION"

From IGEP - ISEE Wiki

Jump to: navigation, search
m (Overview)
m (Create IGEP Firmware bootable SD-card)
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Message/Work in progress}}
 
 
 
{{Table/IGEP Technology Devices
 
{{Table/IGEP Technology Devices
 
|Tech_Family={{#lst:Template:Links|IGEP_AQUILA_EXPANSION_Tech_Family}}
 
|Tech_Family={{#lst:Template:Links|IGEP_AQUILA_EXPANSION_Tech_Family}}
Line 27: Line 25:
 
In this tutorial we are going to use the following peripherals:
 
In this tutorial we are going to use the following peripherals:
  
* IGEP COM AQUILA
+
* IGEP COM AQUILA with an uSD card
 
* IGEP AQUILA EXPANSION with its power supply
 
* IGEP AQUILA EXPANSION with its power supply
* Monitor compatible with HDMI
+
* FTDI cable
 +
* Monitor compatible with HDMI with audio.
 
* HDMI cable
 
* HDMI cable
 
* Powered USB HUB 2.0
 
* Powered USB HUB 2.0
Line 37: Line 36:
  
 
= Getting started =
 
= Getting started =
 +
== Create IGEP Firmware bootable SD-card ==
 +
 +
IGEP COM AQUILA internal memory is not flashed by default, you will need a bootable SD-card to bootup your board.
 +
 +
If you don't have a bootable SD-card, download [https://www.isee.biz/support/downloads/item/igep-firmware-yocto-1-4-2-0-am335x the IGEP Firmare Yocto for AM335x] and follow the README file.
 +
 +
== Connect IGEP AQUILA Expansion with IGEP COM AQUILA Board  ==
 +
 +
The IGEP AQUILA Expansion connects to the IGEP COM AQUILA Board through K1 connector and J800 connector (optionally). <br> <br>
 +
 +
{| cellspacing="1" cellpadding="1" width="200" border="1" align="center"
 +
|-
 +
| [[Image:BASE0033RA KIT.png|400px]]
 +
|}
 +
 
== Monitor ==
 
== Monitor ==
  
The board will connect to your HDMI monitor. You can use a HDMI cable to connect the board to the monitor. Your monitor should be able to support 720p, which is the default resolution used by the firmware.
+
The board will connect to your HDMI monitor. You can use a HDMI cable to connect the board to the monitor. Your monitor should be able to support 1024 x 768 @ 60 Hz, which is the default resolution used by the firmware.
  
 
== Network ==
 
== Network ==
  
You may now plug the Ethernet cable into the 10/100 Ethernet jack of the board to get network access. The default firmware configures the Ethernet device with DHCP protocol.
+
You may now plug the Ethernet cable into the 10/100 Ethernet jack of the board to get network access. The default firmware configures the Ethernet device with static IP address (192.168.5.1) and dynamic IP address (via DHCP).
  
 
== Keyboard/Mouse ==
 
== Keyboard/Mouse ==
  
'''Under construction'''
+
Connect an USB hub to the USB Host and plug your keyboard and mouse into the hub.
  
 
== Booting ==
 
== Booting ==
  
'''Under construction'''
+
Before booting, unmount J101 jumper to boot from microSD card.
 +
 
 +
With all the peripherals attached, plug in the wall adapter (5V DC) and power on your board. You will see a few lights flash, see how to IGEP COM AQUILA red led light up and after a few seconds may light up a fixed green led too. The sequence will be different based on software version.
 +
 
 +
"Under the hood" the bootloader is preparing to load the linux kernel. The linux kernel loads and initializes the hardware and mounts the root file system. Finally, you will see a screen desktop like the following screenshot.
 +
 
 +
The firmware in its microSD card consists of a minimal Linux-based distribution with a lite X Window System and GNOME Mobile based applications created with Poky Platform Builder.
  
'''<Yocto non X splash image>'''
+
You can use the mouse and the keyboard to dive into the desktop.
 +
 
 +
{| cellspacing="1" cellpadding="1" width="200" border="1" align="center"
 +
|-
 +
| [[Image:Igep0033 login screen.JPG|600px]]
 +
|}
  
 
== Remote connection via Serial interface ==
 
== Remote connection via Serial interface ==
Line 59: Line 84:
 
=== Overview ===
 
=== Overview ===
  
Serial header (J803) lets you debug system using Kernel debug using USB to 3V3 TTL level serial like TTL-232R-3V3 converter from [http://www.ftdichip.com/Products/Cables/USBTTLSerial.htm FTDI] or compatible reference. The TTL-232R-3V3 converter has 6 pins and IGEP AQUILA EXPANSION add a 7th way (3v3 power). The next image shows how to connect it:
+
Serial header (J803) lets you debug system with an USB to 3V3 TTL level serial like TTL-232R-3V3 converter from [http://www.ftdichip.com/Products/Cables/USBTTLSerial.htm FTDI] or compatible reference. The TTL-232R-3V3 converter has 6 pins and IGEP AQUILA EXPANSION add a 7th way (3v3 power). The next image shows how to connect it:
 
+
<br><br>
 
 
 
{| cellspacing="1" cellpadding="1" width="150" border="1" align="center"
 
{| cellspacing="1" cellpadding="1" width="150" border="1" align="center"
 
|-
 
|-
| [[Image:SERIAL CABLE BASE0033.JPG|800px|Block diagram from IGEP0033]]<br>  
+
| [[Image:SERIAL CABLE BASE0033.JPG|600px|Block diagram from IGEP0033]]<br>  
 
|}
 
|}
 +
<br>
  
PuTTY is an SSH and telnet client, developed originally by Simon Tatham for the Windows platform. PuTTY is open source software that is available with source code and is developed and supported by a group of volunteers. You can download it from: www.putty.org
+
=== Setting up connection ===
  
=== Setting up connection ===
+
Open the serial on your PC using your preferred serial communications program (minicom) and configure the port as follows:
 +
 
 +
* 115200
 +
* 8N1
 +
* no flow control (either software or hardware)
 +
 
 +
Open the serial port and the debug shell prompt should appear.
  
*Open PuTTy.
+
A detailed guide on how to connect via serial debug port can be found by following this link: [[Using serial debug port to communicate]]
*Choose Serial line. If you are running PuTTy on Windows, the USB Serial converter line will be like (COM1 or COM2 or COM3, etc.). If you are running PuTTy on Ubuntu, the USB Serial converter line will be like (/dev/ttyUSB0 or /dev/ttyUSB1 or /dev/ttyUSB3, etc.).
 
*Configure Speed to 115200
 
*Select Serial Connection type
 
*Press on Open button
 
  
 
You will successfully started the console.  
 
You will successfully started the console.  

Latest revision as of 09:03, 20 January 2014


Overview

This is the 1/3 chapter of the Getting Started with IGEP AQUILA EXPANSION Tutorial Guide. In this first chapter, we will learn :

  • Connect some peripherals, including monitor and USBs.
  • Boot the board and touring the default firmware.
  • Connect remotely to the board via Serial interface.

Upon completion, you will be ready to continue with chapter 2/3 that explains more advanced tasks.

Requirements

In this tutorial we are going to use the following peripherals:

  • IGEP COM AQUILA with an uSD card
  • IGEP AQUILA EXPANSION with its power supply
  • FTDI cable
  • Monitor compatible with HDMI with audio.
  • HDMI cable
  • Powered USB HUB 2.0
  • USB keyboard and a mouse
  • Network cable
  • PC

Getting started

Create IGEP Firmware bootable SD-card

IGEP COM AQUILA internal memory is not flashed by default, you will need a bootable SD-card to bootup your board.

If you don't have a bootable SD-card, download the IGEP Firmare Yocto for AM335x and follow the README file.

Connect IGEP AQUILA Expansion with IGEP COM AQUILA Board

The IGEP AQUILA Expansion connects to the IGEP COM AQUILA Board through K1 connector and J800 connector (optionally).

BASE0033RA KIT.png

Monitor

The board will connect to your HDMI monitor. You can use a HDMI cable to connect the board to the monitor. Your monitor should be able to support 1024 x 768 @ 60 Hz, which is the default resolution used by the firmware.

Network

You may now plug the Ethernet cable into the 10/100 Ethernet jack of the board to get network access. The default firmware configures the Ethernet device with static IP address (192.168.5.1) and dynamic IP address (via DHCP).

Keyboard/Mouse

Connect an USB hub to the USB Host and plug your keyboard and mouse into the hub.

Booting

Before booting, unmount J101 jumper to boot from microSD card.

With all the peripherals attached, plug in the wall adapter (5V DC) and power on your board. You will see a few lights flash, see how to IGEP COM AQUILA red led light up and after a few seconds may light up a fixed green led too. The sequence will be different based on software version.

"Under the hood" the bootloader is preparing to load the linux kernel. The linux kernel loads and initializes the hardware and mounts the root file system. Finally, you will see a screen desktop like the following screenshot.

The firmware in its microSD card consists of a minimal Linux-based distribution with a lite X Window System and GNOME Mobile based applications created with Poky Platform Builder.

You can use the mouse and the keyboard to dive into the desktop.

Igep0033 login screen.JPG

Remote connection via Serial interface

Overview

Serial header (J803) lets you debug system with an USB to 3V3 TTL level serial like TTL-232R-3V3 converter from FTDI or compatible reference. The TTL-232R-3V3 converter has 6 pins and IGEP AQUILA EXPANSION add a 7th way (3v3 power). The next image shows how to connect it:

Block diagram from IGEP0033


Setting up connection

Open the serial on your PC using your preferred serial communications program (minicom) and configure the port as follows:

  • 115200
  • 8N1
  • no flow control (either software or hardware)

Open the serial port and the debug shell prompt should appear.

A detailed guide on how to connect via serial debug port can be found by following this link: Using serial debug port to communicate

You will successfully started the console.



You have successfully completed this chapter of the guide.


Igep forum.png If you have any question, don't ask to ask at the IGEP Community Forum or the IGEP Community Chat Irc.png