Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Using IGEP CAM Bird first steps

135 bytes added, 11:14, 6 February 2014
no edit summary
First, download the pre-built demo camera rootfs (beta version)
$ wget http://downloads.isee.biz/pub/releases/demos/demo-image-camera-igep00x0-2012111220140206.tar.bz2gz
This tarball contains a bootable image, which can be used to directly boot on a SD-card.
Then, clone latest igep $ tar xzf demo-image-toolscamera-igep00x0-20140206.tar.gz $ git clone git://git.isee.biz/pub/scm/igepcd demo-image-camera-igep00x0-tools.git20140206
Under Linux, insert a SD-card media and use igep-media-create script to copy the image to SD-card media.
$ cd igep-tools/scripts
$ ./igep-media-create --mmc <mmc> --image ../../demo-image-camera-igep00x0-20121112.tar.bz2 \
--machine igep0030 <machine> --buddy camr0010
where,
<mmc> - is the SD-Card device of your computer.
<machine> - is the IGEP processor board. Options are: igep0020 - For IGEPv2 igep0030 - For IGEP COM MODULE
This should give you a bootable SD-card.
Insert the SD-card media into the micro-SD card socket of IGEP COM MODULE processor board and power on it. This should result in a running system with a serial login link.
Prompt into the login using the root account.
0
edits