Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to setup tvp5151 video decoder

1,497 bytes removed, 22:07, 29 July 2011
Remove as is obsolete
<br>
= Get the ISP kernel branch binaries =
You can access to our latest isp kernel branch using our git repository from [http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=shortlog;h=refs/heads/linux-2.6.35.y-omap3isp here].  Get a local copy from our repository. <pre>git clone git://git.igep.es/pub/scm/linux-omap-2.6.gitgit checkout linux-2.6.35.y-omap3isp</pre> == Build the Kernel == Configure the kernel <pre>source /usr/local/poky/eabi-glibc/environment-setup-arm-none-linux-gnueabimake ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- igep0020_defconfigmake ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage modulesmake ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules_install INSTALL_MOD_PATH=[path to your target rootfs</pre> By default the iommu2, tvp5151 and omap3-isp drivers be build inside the kernel but you can configure it for build as module using this [http://downloads.igep.es/files/tvp5151/config alternative configuration file].<br>  If you wish use this alternative configuration file copy it in the kernel sources root directory and rename the file as:<br> <pre>mv config .config</pre> Build the kernel with this configuration file:<br> <pre>source /usr/local/poky/eabi-glibc/environment-setup-arm-none-linux-gnueabimake ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage modulesmake ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules_install INSTALL_MOD_PATH=[path to your target rootfs</pre> After build the kernel and the modules you must install it on the IGEP board.  Also you can download the compiled images from here:
[http://downloads.igep.es/files/tvp5151/uImage Kernel 2.6.35 (uImage)]
[http://downloads.igep.es/files/tvp5151/zImage Kernel 2.6.35 (zImage)]
[http://downloads.igep.es/files/tvp5151/linux-2.6.35-10-modules.tgz Kernel 2.6.35 (Modules])
= TVP5151 Setup<br> =
0
edits