Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEP firmware Yocto

604 bytes added, 11:56, 1 March 2018
Software included:
= Introduction =
The IGEP Firmware could be [http://labs.isee.biz/index.php/How_to_get_the_Poky_Linux_distribution built from scratch ] using a tool from the Yocto Project called Poky. The Poky build system allows developers to create their own complete Linux Distribution for their embedded systems.
The firmware that runs on every [[IGEP_Technology_devices | IGEP Technology device devices]] is created in the hope to introduce you quickly to the IGEP Technology. The IGEP Firmware provides a preconfigured Linux system allowing communicating and experiencing easily with IGEP devices.
The image is built using the GNOME Mobile software stack, providing a well defined user experience. The user interface environment used is SATO, it is designed to work well with screens at very high DPI and restricted size. It is coded with focus on efficiency and speed so that it works smoothly on hand- held and other embedded hardware. If you need to custom more your Linux OS, for example: editing, adding or removing packages, please read [http://labs.isee.biz/index.php/How_to_get_the_Poky_Linux_distribution this article].
= Features =
=== Software included: ===GNU/Linux system
GNU* Linux kernel.* Root filesystem (initscripts, X11-based, EXT3, JFFS2, UBIFS, VFAT, NTFS, NFS...)* Drivers (USB,SPI,I2C,CAN,Ethernet,GPRS,...)* Network protocols (TCP/Linux IP, UDP/IP, ARP, ICMP, SNMP, TFTP, TELNET, DHCP,BOOTP, SSH-SSL, HTTP, HTTP-SSL, NAT, NTP, PPP,...)* RPM package system: .
*Linux kernel. *Root filesystem (initscripts, X11-based, EXT3, JFFS2, UBIFS, VFAT, NTFS, NFS...) *Drivers (USB,SPI,I2C,CAN,Ethernet,GPRS,...) *Network protocols (TCP/IP, UDP/IP, ARP, ICMP, SNMP, TFTP, TELNET, DHCP,BOOTP, SSH-SSL, HTTP, HTTP-SSL, NAT, NTP, PPP,...) *RPM package system.GNOME Mobile software stack
GNOME Mobile software * GTK toolkit for interface construction.* GConf application configuration service which leverages XML for data persistence.* GnomeVFS file access abstraction layer which provides support for network transparent file manipulation.* GStreamer multimedia framework which supports dynamic media editing as well as playback.* D-Bus interprocess communication system.* BlueZ Bluetooth stack .* Avahi service for Zeroconf service discovery.
*GTK toolkit for interface construction. *GConf application configuration service which leverages XML for data persistence. *GnomeVFS file access abstraction layer which provides support for network transparent file manipulation. *GStreamer multimedia framework which supports dynamic media editing as well as playback. *D-Bus interprocess communication system. *BlueZ Bluetooth stack. *Avahi service for Zeroconf service discovery. [http://downloads.isee.biz/denzil/rpm/ Software public repositories] (RPM-based)
=== Other useful information ===
''' Note that are only available for OMAP3 processors'''<br>
Account information
Network configuration (IP addresses)
*[[Using_Ethernet_to_communicate|eth0 ]] − 192.168.5.1
*eth0:0 − assigned via dhcp.
*[[Using_IGEP_WLAN_to_communicate|wlan0 ]] − 192.168.6.1 (with dhcp server) *[[Using_USB_ethernet_gadget_to_communicate|usb0 ]] − 192.168.7.1 (with dhcp server)
= Extending Install =''(from [[How to create a SD-card with the IGEP Firmware =latest software image]])'' {{:How to create a SD-card with the latest software image}}
The = Extending the IGEP Firmware is based on RPM packages. The RPM Package Manager is a package management system that automates the process of installing, upgrading and removing software with packages. If you also need some software that is typically not found in the IGEP Firmware, you can search if this software it’s available in the ISEE repositories. =
You can manage packages from ''' Note that the IGEP Firmware using "zypper". Zypper is the command line package manager installed on the IGEP Firmware repositories are only available for installing, removing, updating and querying software packages of local or remote repositories. OMAP3 processors'''
To manage The IGEP Firmware is based on RPM packages connect to your IGEP device as explained in chapter “3. CONNECTING TO IGEP DEVICES” The RPM Package Manager is a package management system that automates the process of installing, upgrading and use following commands: To get removing software packages. If you also need some software that is typically not found in the package list from IGEP Firmware, you can search if this software it’s available in the repository, useISEE repositories.
<pre>zypper refresh</pre> To search a package <pre>zypper search package_name</pre> To install a package You can manage packages from registered repositories, use <pre>zypper install package_name</pre> To remove an installed package, use <pre>the IGEP Firmware using "zypper remove package_name</pre> A list of all new packages available can be obtained with ". Zypper is the command <pre>zypper list-updates -t line package</pre> To update your systemmanager installed on the IGEP Firmware for installing, just run the <pre>zypper update</pre> Other useful zypper removing, updating and querying software packages of local or remote repositories. Use following commands :
*To get the package list from the repository, use
<pre>zypper refresh</pre>
*To search a package
<pre>zypper search package_name</pre>
*To install a package from registered repositories, use
<pre>zypper install package_name</pre>
*To remove an installed package, use
<pre>zypper remove package_name</pre>
*A list of all new packages available can be obtained with the command
<pre>zypper list-updates -t package</pre>
*To update your system, just run the
<pre>zypper update</pre>
*Other useful zypper commands&nbsp;:
<pre>zypper help
zypper help command</pre>
zypper help command<{{Message/pre>Forum}}