Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search
m
no edit summary
{{Message/Information Message|title=TITLE|message='''IMPORTANT NOTE''': This software is distributed in the hope that it will be useful, but '''WITHOUT ANY WARRANTY''';
without even the implied warranty of '''MERCHANTABILITY''' or '''FITNESS FOR A PARTICULAR PURPOSE'''}}
= Pre-installed software on IGEP Processor Boards =
{{#lst:Pre-installed software on IGEP Processor Boards|section01Overview}}
''(for more information read the article: [[Pre-installed software on IGEP Processor Boards]] or visit the [[:Category:Software|software]] category)''
# Finally, you can write the updated software from the MicroSD to the '''flash memory''' on your IGEP device.
= How to create a SD-card with the latest software image ={{How to create a SD-card with the latest software image}}
{{Message/Information Message|title=TITLE|message=This How-To was tested with an Ubuntu 10.04 host machine, but most of the contents are valid also for other GNU/Linux distributions.
There is no guarantee that this will work on other distributions.}}
 
Start session in a Linux PC. The first thing you'll do is download latest firwmare from the ISEE site.
 
Download it from the Software / IGEP Firmware section of your board:
 
http://www.isee.biz/products/processor-boards/igepv2-board for IGEPv2
 
http://www.isee.biz/products/processor-boards/igep-com-module for IGEP COM MODULE
 
http://www.isee.biz/products/processor-boards/igep-com-proton for IGEP COM PROTON
 
 
Next, open a Terminal to untar the firmware you have just donwloaded and enter to the directory:
 
tar xzf poky-firmware-3.3.1-11.tar.gz
cd poky-firmware-3.3.1-11/
 
Insert your SD card into the host machine (the machine you downloaded the firmware), and run following command
 
./poky-media-create --mmc [device] --binary poky-image-sato-igep00x0-[timestamp].tar.gz --machine [machine]
 
where:
* [device] is the SD card device name, for example: /dev/sdb
* [timestamp] is the timestamp of tar.gz file
* [machine] is the machine name, options are
** igep0020
** igep0030
** igep0032
 
Finally plug the MicroSD card into IGEP Processor Board and power up your board.
= How to flash the latest software image =
0
edits