Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEP Firmware set-up

151 bytes added, 17:41, 20 September 2018
Install IGEP Firmware on bootable SD-card
==Create Install IGEP Firmware on bootable SD-card==''(from usefull also [http://labs.isee.biz/index.php/How_to_flash_the_latest_software_image How to create a SD-card Update board Flash with the latest software image] )''
The first thing you'll do is download the latest firwmare according to your igep model
|-
! style="text-align: center;"|IGEP BOARD
! style="text-align: center;"|Firmwarev1.0 no-x11
|-
| style="text-align: center;"|IGEPv2
|-
| style="text-align: center;"|IGEP SMARC iMX6
| style="text-align: center;"|[http://downloads.isee.biz/pub/relaunch/igep0046dl/ready-rootfs/yocto/minimalfirmware/igep0046dl-yocto-pyro-minimal-kernelfirmware-4-9-11v1.0.tar.bz2 Yocto Pyro iMX6DL Minimal] | [http://downloads.isee.biz/pub/relaunch/igep0046q/ready-rootfs/yocto/minimalfirmware/igep0046q-yocto-pyro-minimal-kernelfirmware-4-9-11v1.0.tar.bz2 Yocto Pyro iMX6Q Minimal]
|-
| style="text-align: center;"|IGEP SMARC iMX6UL/ULL
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:
* igep0032 - For IGEP COM PROTON Processor Board
* igep0033 - For IGEP COM AQUILA Processor Board
* igep0034- For IGEP SMARC AM335x , IGEPv2 , IGEP COM MODULE and IGEP COM PROTON Processor Boards* igep0046 - For IGEP iMX6 , iMX6UL Processor Board(S/DL/Q/UL/ULL)
<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.