Difference between revisions of "IGEP Technology Basic Glossary"

From IGEP - ISEE Wiki

Jump to: navigation, search
m
Line 6: Line 6:
 
Here you will find some '''basic definitions and their descriptions''' of the main concepts of the IGEP Technology. You will also find links to some related articles or categories inside the IGEP Community Wiki or to related external sites.
 
Here you will find some '''basic definitions and their descriptions''' of the main concepts of the IGEP Technology. You will also find links to some related articles or categories inside the IGEP Community Wiki or to related external sites.
  
This glossary is dynamic, so feel free to complete or write new definitions, update the related articles, etc.
+
 
 +
{{Message/Information Message|title=|message='''Can't find what you are looking for?''' Your answer might be at the [http://http://forum.isee.biz/ forum].
 +
And remember, you can also help the community by creating a new entry in the glossary with your concept so that other users can fill the gap in the future.}}
 +
 
 
<br>
 
<br>
 
----
 
----
Line 104: Line 107:
  
 
=S=
 
=S=
*'''Board Schematics''': (temp: some boards have, where to find..) | links
+
*'''Board Schematics''': Some boards have public schematics by ISEE. | [http://www.isee.biz ISEE]
 
*'''SCP''': is a network protocol which supports file transfers between hosts. You can use this protocol to directly transfer files from a host to a IGEP Processor Board via Ethernet, Wifi, USB Ethernet Gadget, etc. | [[Transfer files via SCP]]
 
*'''SCP''': is a network protocol which supports file transfers between hosts. You can use this protocol to directly transfer files from a host to a IGEP Processor Board via Ethernet, Wifi, USB Ethernet Gadget, etc. | [[Transfer files via SCP]]
 
*'''SDK tools''': definition | links
 
*'''SDK tools''': definition | links

Revision as of 17:18, 25 April 2012

Purpose and guidelines of this article


This glossary aims to simplify the knowledge of the basis of the IGEP Technology environment, so that new users or even experienced users can find what they search as quickly and simply as possible.

Here you will find some basic definitions and their descriptions of the main concepts of the IGEP Technology. You will also find links to some related articles or categories inside the IGEP Community Wiki or to related external sites.


Information.jpg Can't find what you are looking for? Your answer might be at the forum.

And remember, you can also help the community by creating a new entry in the glossary with your concept so that other users can fill the gap in the future.




Glossary shortcuts: A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z



A

  • Analog to Digital Converters (ADC): definition | links
  • ARM architecture: based on 32-bits processors suitable for low power applications | [1]
  • Audio In/Out: definition | Get Sound out

B

  • Backup the Flash: backup the content of the flash memory of your IGEP Processor Board | (please contribute with this article)
  • Backup the MicroSD card: backup the content of the MicroSD card of your IGEP Processor Board (if included) | How to backup the MicroSD Card
  • Boot up sequence: Boot up sequence
  • Boot loader: a relatively small program that can be stored in ROM, MicroSD Card, etc. with the minimum of data needed to access the nonvolatile devices of the IGEP Processor Boards | Boot loaders | [2]
  • Boot partition: is the first primary partition in the MicroSD card to boot from it, configured with the boot flag mark and formated using FAT file system| Boot from MicroSD Card
  • Boot device priority: See Boot up sequence
  • BSP: Buffered Serial Port| BSP

C

  • Camera interface: definition | links
  • Communications with IGEP devices: you can communicate with a IGEP Processor board via Serial port, Ethernet, Wifi, USB Ethernet Gadget, etc. | Comunications
  • Debug console: is a mechanism for interacting with the IGEP Processor operating system [host] by typing commands in your client machine to perform specific tasks. You can communicate and open debug sessions via Serial port, SSH, etc. | Using serial debug port to communicate
  • Custom designs: Customized IGEP Technology devices with specific peripherals | [3]
  • Cross compile: to generate executables for an embedded system or a diferent platform from which the compiler is run | Cross compile the Linux Kernel | How to setup a cross compiler

D

  • Software distributions: there are many software distributions compatible with IGEP Technology devices| Software distributions
  • Developing under IGEP Technology devices: Start developing under IGEP Technology
  • Documentation: many IGEP Technology devices include Features description, Hardware Manual, Schematics, Pinout or Mechanical characteristics, etc. | [4] (link to support area)
  • DSP: definition | links
  • DVI: definition | links

E

  • EEPROM: definition | links
  • IGEP Expansion Boards: they expand the connectivity of the Processor Boards, making possible to add more features and peripherals | Expansion Boards
  • Ethernet: can be used to communicate with an IGEP Processor Board (if included) | Using Ethernet to communicate

F

G

  • GIT Software Repository: stable and under developing source code versions and sources of Kernel, Uboot, Xloader, etc. | [5]
  • GPIO: definition | GPIO | Use GPIO's
  • GPRS/GSM Modem: use the GPRS/GSM Modem available in some IGEP Technology devices | How to use the Telit Modem
  • Gstreamer: a multimedia framework that allows you to create a variety of media-handling software components | Gstreamer

H

I

  • I2C: Inter-Integrated Circuit, a multi-master serial computer bus | I2C | Use I2C
  • IGEP Technology: ISEE Generic Enhanced Platform that was created by ISEE in 2008 based on very small processor boards that can run many Open Source and Property Operating Systems with high performance | [6]
  • ISEE: an integration software and electronic engineering company, specialist in the embedded systems, that offers advanced devices through the application of IGEP Technology | [7]

J

  • Jtag: definition | links

K

L

M

  • Kernel modules: definition | How to manage the kernel modules on Linux
  • OMAP Mux Configuration: setup the modes of the OMAP pad multiplexor for using with different peripherals (UART, DSS, GPIO, I2C, etc.) | Mux configuration
  • MicroSD: those IGEP Processor Boards with MicroSD card readers can boot from MicroSD by setting the right configuration, partitions and software installed on the card | Boot from MicroSD Card
  • MMC: Multimedia Controller, a peripheral than can manage SD/MMC/SDIO | MMC

N

O

  • OMAP processors: system on chips (SoCs) for portable and mobile multimedia applications developed by Texas Instruments | [8] | OMAP3530

P

Q

R

  • IGEP Radar: the Radar Technology from ISEE with many devices | IGEP Radar
  • Real Time in IGEP Technology: Real Time can be aproached with IGEP Technology devices by selecting the write software distribution, optimizing the application with the right compiler, reducing the kernel modules, etc. | Software distributions
  • Root File System (rootfs): is the filesystem that is contained on the same partition on which the root directory is located (for example: /usr /etc /bin ...). It is necessary to set a separate partition for the rootfs when booting from a MicroSD card | Boot from MicroSD Card
  • Boards revisions: definition | Check board revision
  • RS232: definition | How to use UARTs
  • RS485: definition | How to use RS485 on IGEP0020 board | How to use UARTs

S

  • Board Schematics: Some boards have public schematics by ISEE. | ISEE
  • SCP: is a network protocol which supports file transfers between hosts. You can use this protocol to directly transfer files from a host to a IGEP Processor Board via Ethernet, Wifi, USB Ethernet Gadget, etc. | Transfer files via SCP
  • SDK tools: definition | links
  • Site Map: definition |
  • SPI: definition | SPI | Use SPI
  • Pre-installed Software: many IGEP Processor Boards come with a firmware provided and installed on it by ISEE | Pre-installed software
  • Software applications: a few software applications for IGEP Technology devices | Software applications
  • SSH: is a network protocol that can execute commands on a IGEP Processor Board in a Debug Console via Ethernet, Wifi, USB Ethernet Gadget, etc. | Using SSH to communicate
  • Support: definition |
  • S-Video: definition | links

T

U

V

X

Y

W

Z