Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEP Firmware set-up

3 bytes added, 18:08, 18 September 2018
no edit summary
<span class="skimlinks-unlinked">sudo tar -xjzf /home/user/Downloads/igep002hf-yocto-pyro-minimal-base-no-version.bz2 -C /media/user/rootf</span>
==IGEP-Tools==
IGEP Tools are a set of binaries that should come with every firmware provided by ISEE. These tools will allow you to handle in a easy way the process of updating and creating new bootable media that will run on igep devices. A basic concept of each tools is described:
 
* igep-media-create:  Create a new bootable SD cards or HD images.
* igep-flash: Flash bootable images to the board's flash memory
* create-android-image: Create an Android image tarball from Android build
* e-functions: Required by other igep tools to function properly.
 
 
==Create IGEP Firmware bootable SD-card==
''(from [http://labs.isee.biz/index.php/How_to_flash_the_latest_software_image How to create a SD-card with the latest software image] )''
The first thing you'll do is download the latest firwmare according to your igep model
 
|-
| style="text-align: center;"|IGEP COM MODULE
| style="text-align: center;"| 
|-
| style="text-align: center;"|IGEP COM AQUILA
<pre>./igep-media-create --mmc /dev/sdb --machine igep0030 --image demo-image-sato-igep00x0.tar.bz2</pre>
These methods should give you a bootable SD-card.
 
 
==IGEP-Tools==
IGEP Tools are a set of binaries that should come with every firmware provided by ISEE. These tools will allow you to handle in a easy way the process of updating and creating new bootable media that will run on igep devices. A basic concept of each tools is described:
 
* igep-media-create:  Create a new bootable SD cards or HD images.
* igep-flash: Flash bootable images to the board's flash memory
* create-android-image: Create an Android image tarball from Android build
* e-functions: Required by other igep tools to function properly.