Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEP Firmware set-up

30 bytes added, 15:20, 20 September 2018
Create IGEP Firmware bootable SD-card
Insert a SD-Card media and use the igep-media-create script to copy the firmware to SD-Card media.
<pre>./igep-media-create --cp-uenv -–mmc --image --machine </pre>
where:<br /> - is the SD-Card device of your computer.<br /> - is the file that contains bootloader, kernel and rootfs image.<br /> - is the IGEP Processor Board. Available options are:
<br />For example, assuming the SD-card device takes '/dev/sdf' and you have an IGEPv2 board ('igep0020'), type
<pre>./igep-media-create --cp-uenv --mmc /dev/sdf --machine igep0020 --image demo-image-sato-igep00x0.tar.bz2</pre>
For example, assuming the SD-card device takes '/dev/sdb' and you have an IGEP COM MODULE ('igep0030'), type
<pre>./igep-media-create --cp-uenv --mmc /dev/sdb --machine igep0030 --image demo-image-sato-igep00x0.tar.bz2</pre>
These methods should give you a bootable SD-card.