Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to develop with Qt under IGEP Technology

5 bytes added, 11:03, 21 September 2018
Download and install Qt demo image to a SD
*MicroSD Card (at least 2Gbytes)
== Download and install Qt demo image to a SD<br> ==Once you have open IGEP SDK VM, launch a terminal and type:
Once you have open IGEP SDK VM, launch a terminal and type:
<pre>cd Desktop/
wget http://downloads.isee.biz/denzil/binary/qt4e-demo-image-igep00x0.tar.bz2 </pre><pre>git clone githttps://git.isee.biz/pub/scmigep-tools/igep-tools.git</pre><pre>cd igep-tools/scriptsscript</pre> Insert a SD-Card media and use the igep-media-create script to copy the firmware to SD-Card media, required options are:
*--mmc &lt;/dev/sdX&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; unformated MMC Card
*--image &lt;filename&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; specify file used to create the bootable SD card.
*--machine &lt;machine&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; specify the machine. Options are igep0020, igep0030 or igep0032<br>
For example, assuming the SD card device takes "/dev/sdf" and you have and IGEPv2 board (igep0020), type:  <pre>./igep-media-create --mmc /dev/sdf --machine igep0020 --image /home/jdoe/Desktop/qt4e-demo-image-igep00x0.tar.bz2</pre> This should give you a bootable SD-card<br>
== Prepare Qt demo image ==