Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

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

630 bytes added, 13:50, 13 August 2012
m
no edit summary
There is no guarantee that this will work on other ones.}}
'''Create a MicroSD Card''' <br> Start session in IGEP&nbsp;SDK&nbsp;Virtual Machine. The first thing you'll do is download the latest firwmare from [http://isee.biz/ ISEE site].
#Select Products -&gt; Processor Boards
Insert a SD-Card media and use the igep-media-create script to copy the firmware to SD-Card media.
<pre>./igep-media-create -–mmc &lt;mmc&gt; --image &lt;image file&gt; --machine </pre>
where:<br>&lt;mmc&gt; - is the SD-Card device of your computer.<br>&lt;image file&gt; - is the file that contains bootloader, kernel and rootfs image.<br> &lt;machine&gt; - is the IGEP Processor Board. Available options are:  *igep0020 - For IGEP v2 Processor Board *igep0030 - For IGEP COM MODULE Processor Board *igep0032 - For IGEP COM PROTON Processor Board For example, assuming the SD-card device takes '/dev/sdf'and you have an IGEPv2 board ('igep0020'Create ), type<br> <pre>./igep-media-create --mmc /dev/sdf --machine igep0020 --image demo-image-sato-igep00x0.tar.bz2</pre> This should give you a MicroSD Card''' bootable SD-card.<br><br><br><br><br>
Now, lets create the MicroSD card with the latest firmware. Before it, you have to know '''which 'device' is the MicroSD listed in the /dev/ directory''', a directory where the detected devices are listed by the Linux system.
4,199
edits