Difference between revisions of "IGEP Technology Basic Glossary"

From IGEP - ISEE Wiki

Jump to: navigation, search
m (M)
Line 1: Line 1:
 
==Purpose and guidelines of this article==
 
==Purpose and guidelines of this article==
  
The purrpose of this article is to '''simplify the knowledge of the basis of the IGEP Technology''' environment.
+
This article aims to '''simplify the knowledge of the basis of the IGEP Technology''' environment.
  
 
This article should be used as a reference for those concepts which are difficult to link by itself by users with poor or no experience with the IGEP Technology, ARM processors, the Linux Kernel or even Linux.
 
This article should be used as a reference for those concepts which are difficult to link by itself by users with poor or no experience with the IGEP Technology, ARM processors, the Linux Kernel or even Linux.
Line 8: Line 8:
  
 
=A=
 
=A=
*'''ARM''': Definition and links
+
*'''ARM''': definition | links
  
 
=B=
 
=B=
*'''Boot sequence''': Definition and links
+
*'''Boot sequence''': definition | links
*'''Boot loader''': Definition and links
+
*'''Boot loader''': definition | links
 +
*'''Boot partition''': definition | links
 +
*'''Boot device priority''': definition | links
  
 
=C=
 
=C=
*'''Communications with IGEP devices''': Definition and links
+
*'''Communications with IGEP devices''': you can communicate with a IGEP Processor board via Serial port, Ethernet, Wifi, USB Ethernet Gadget, etc. | [[:Category:Communications|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|Using serial debug port to communicate]]
  
 
=D=
 
=D=
*'''Linux Distribution''': Definition and links
+
*'''Linux Distribution''': definition | links
 +
*'''Developing under IGEP Technology devices''': definition | links
  
 
=E=
 
=E=
*'''IGEP Expansion Boards''': Definition and links
+
*'''IGEP Expansion Boards''': definition | links
  
 
=F=
 
=F=
  
 
=G=
 
=G=
*'''Gstreamer''': Definition and links
+
*'''GIT Software Repository''': definition | links
 +
*'''Gstreamer''': definition | links
  
 
=H=
 
=H=
  
 
=I=
 
=I=
*'''IGEP Technology''': Definition and links
+
*'''IGEP Technology''': definition | links
  
 
=J=
 
=J=
  
 
=K=
 
=K=
*'''Linux Kernel''': Definition and links
+
*'''Linux Kernel''': definition | [[:Category:Linux Kernel|Linux Kernel]]
  
 
=L=
 
=L=
*'''Linux''': Definition and links
+
*'''Linux''': definition | [[:Category:Linux|Linux]]
  
 
=M=
 
=M=
*'''OMAP Mux Configuration''': Definition and links
+
*'''OMAP Mux Configuration''': definition | [[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 | [[How to boot from MicroSD Card|Boot from MicroSD Card]]
  
 
=N=
 
=N=
  
 
=O=
 
=O=
*'''OMAP processors''':
+
*'''OMAP processors''': definition | links
  
 
=P=
 
=P=
*'''IGEP Processor Boards''': Definition and links
+
*'''MicroSD Partitions''': (explain two partitions: boot and rootfs) definition | links
*'''Poky-Linux''': Definition and links
+
*'''IGEP Processor Boards''': definition | links
*'''Pre-installed Software''': Definition and links
+
*'''Poky-Linux''': definition | links
 +
*'''Pre-installed Software''': definition | links
  
 
=Q=
 
=Q=
  
 
=R=
 
=R=
 +
*'''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 | [[How to boot from MicroSD Card| Boot from MicroSD Card]]
 +
*'''Boards revisions''': definition | links
  
 
=S=
 
=S=
*'''SDK''': Definition and links
+
*'''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. | links
 +
*'''SDK''': definition | links
 +
*'''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|Using SSH to communicate]]
  
 
=T=
 
=T=
Line 65: Line 76:
 
= U =
 
= U =
  
*'''U-boot''': Definition and links  
+
*'''U-boot''': definition | links  
*'''Update Software''': Definition and links
+
*'''Update Software''': definition | links
*'''USB Ethernet Gadget''': Definition and links
+
*'''USB Ethernet Gadget''': definition | links
  
 
=V=
 
=V=
  
 
=X=
 
=X=
*'''IGEP X-loader''': Definition and links
+
*'''IGEP X-loader''': definition | links
  
 
=Y=
 
=Y=

Revision as of 12:50, 22 November 2011

Purpose and guidelines of this article

This article aims to simplify the knowledge of the basis of the IGEP Technology environment.

This article should be used as a reference for those concepts which are difficult to link by itself by users with poor or no experience with the IGEP Technology, ARM processors, the Linux Kernel or even Linux.

There should be basic definitions and links to the related articles (or maybe to categories, if they are wide enough) in the IGEP Community Wiki (articles where there would be better and complete explanations) so that newbies or even well experienced users can find their information quick and simple.

A

  • ARM: definition | links

B

  • Boot sequence: definition | links
  • Boot loader: definition | links
  • Boot partition: definition | links
  • Boot device priority: definition | links

C

  • 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

D

  • Linux Distribution: definition | links
  • Developing under IGEP Technology devices: definition | links

E

  • IGEP Expansion Boards: definition | links

F

G

  • GIT Software Repository: definition | links
  • Gstreamer: definition | links

H

I

  • IGEP Technology: definition | links

J

K

L

  • Linux: definition | Linux

M

  • OMAP Mux Configuration: definition | 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

N

O

  • OMAP processors: definition | links

P

  • MicroSD Partitions: (explain two partitions: boot and rootfs) definition | links
  • IGEP Processor Boards: definition | links
  • Poky-Linux: definition | links
  • Pre-installed Software: definition | links

Q

R

  • 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 | links

S

  • 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. | links
  • SDK: definition | links
  • 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

T

U

  • U-boot: definition | links
  • Update Software: definition | links
  • USB Ethernet Gadget: definition | links

V

X

  • IGEP X-loader: definition | links

Y

W

Z