cubox-i is not fully supported in meta-fsl-arm-extra anymore. You are limited to the FSLC kernel with it. See https://github.com/Freescale/meta-fsl-arm-extra/blob/master/conf/machine/cubox-i.conf#L17 .

For full support, you need to contact SolidRun.


On 2016-08-22 19:21, Otavio Salvador wrote:
Hello,

On Sat, Aug 20, 2016 at 7:59 PM, Piotr Król <[email protected]> wrote:
I'm following this instructions to build cubox-i multimedia image:

mkdir ~/bin
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo >
~/bin/repo
chmod a+x ~/bin/repo
PATH=${PATH}:~/bin
mkdir fsl-community-bsp
cd fsl-community-bsp
repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b
krogoth
repo sync

. ./setup-environment build

Then set MACHINE ?= 'cubox-i' in build/conf/local.conf and run:

bitbake fsl-image-multimedia

In results I get kernel-module-imx-gpu-viv compilation error:

gc_hal_kernel_platform_imx6q14.c:81:31: fatal error: linux/busfreq-imx.h: No 
such file or directory
This is because CuBox does not use the i.MX kernel and thus does not
offer the GPU support.

Added Carlos, the board maintainer, on Cc.


--
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to