Page 1 of 1

Buildscripts sources

PostPosted: Fri Jan 17, 2014 4:19 pm
by mijanek
Hi Steve,

in the config of the build env (booth as well matrixtv as openpctv) inside config/platforms/arm/imx6/packages/linux/build you have :
Code: Select All Code
if pkg_uses $1 tbskernel; then
  wget http://sourceforge.net/projects/openpctv/files/packages/imx/uImage_$(kernel_version)/download \
      -O .install/boot/$IMAGE || cp arch/$TARGET_ARCH/boot/$IMAGE .install/boot
else
  cp arch/$TARGET_ARCH/boot/$IMAGE .install/boot
fi


the precompiled uImage is buggy, this "if" should be removed..

Unfortunatelly I coudn't find your code for the fan controll, I see only in the latest patch there are some exclusion from current gpio kernel assignments for that but no additional code for it.

Thanks a lot

miro