Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to create a SD-card with the latest software image

1,685 bytes added, 16:01, 2 May 2012
m
Created page with '<section begin=IGEPv2 /> <section begin=IGEP_COM_MODULE /> <section begin=IGEP_COM_PROTON /> {{Message/Information Message|title=TITLE|message=This How-To was tested with an Ubun…'
<section begin=IGEPv2 />
<section begin=IGEP_COM_MODULE />
<section begin=IGEP_COM_PROTON />
{{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:

<section begin=IGEPv2 />
http://www.isee.biz/products/processor-boards/igepv2-board for IGEPv2
<section end=IGEPv2 /><section begin=IGEP_COM_MODULE />
http://www.isee.biz/products/processor-boards/igep-com-module for IGEP COM MODULE
<section end=IGEP_COM_MODULE /><section begin=IGEP_COM_PROTON />
http://www.isee.biz/products/processor-boards/igep-com-proton for IGEP COM PROTON
<section end=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.

<section end=IGEPv2 /><section end=IGEP_COM_MODULE /><section end=IGEP_COM_PROTON />
0
edits