Re: [meta-intel] D2800 Support w/NM10 chipset (Cedar Trail)

2019-01-21 Thread Enrico Pelò
OK!

Many thanks

On 21/01/2019, 13:51, "Burton, Ross"  wrote:

Not really.  If this is a commerical project then I'd recommend hiring
a consultant.  If its a hobbyist thing then you'll want to copy out
the driver and kernel recipes from the Danny release of meta-intel,
copy them into your own layer, change the configuration to use that
kernel, and see if they build.

To be honest the biggest problem might be finding a copy of the binary
drivers online...

Ross

On Mon, 21 Jan 2019 at 11:28, Enrico Pelò  wrote:
>
> Hi Ross,
> thank you for the fast response.
>
> I'm pretty new to the Yocto Project, is there some guides to achieve your 
advice?
>
> Best regards
> Enrico
>
> On 21/01/2019, 12:09, "Burton, Ross"  wrote:
>
> Unfortunately the PowerVR drivers for Cedar Trail are binary-only, so
> you'll be stuck with compatible kernels.  If I were you I'd take the
> drivers and kernel from Danny.
>
> Ross
>
> On Mon, 21 Jan 2019 at 10:52, Enrico Pelò  
wrote:
> >
> > Hello to all,
> >
> > I need to build an image for support that old hardware D2800 
Support w/NM10 chipset (Cedar Trail).
> >
> > I’ll need to install qt5 after the image test.
> >
> >
> >
> > I’ve tried to build with BITBAKE THUD’s meta-intel branch with 
MACHINE=”intel-core2-32” (because the UEFI is not supported by the board)  in 
my local.conf and the system starts but the video acceleration won’t work, the 
screen resolution is 640x480
> >
> >
> >
> > I’ve configured
> >
> > LICENSE_FLAGS_WHITELIST="commercial"
> >
> > in my local.conf
> >
> >
> >
> > I’ve founded at this address 
https://old.yoctoproject.org/downloads/bsps/danny13/cedar-trail-0 that the 
local.conf must provide
> >
> > LICENSE_FLAGS_WHITELIST += "license_cdv-pvr-driver_1.0.3"
> >
> >
> >
> > But this does not fix the problem.
> >
> >
> >
> > I think the problem is that there aren’t the drivers for the 
PowerVR Graphics.
> >
> >
> >
> > Is there a workaround?
> >
> >
> >
> > Best regards
> >
> > Enrico
> >
> >
> >
> > --
> > ___
> > meta-intel mailing list
> > meta-intel@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-intel
>
>
>



-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] D2800 Support w/NM10 chipset (Cedar Trail)

2019-01-21 Thread Burton, Ross
Not really.  If this is a commerical project then I'd recommend hiring
a consultant.  If its a hobbyist thing then you'll want to copy out
the driver and kernel recipes from the Danny release of meta-intel,
copy them into your own layer, change the configuration to use that
kernel, and see if they build.

To be honest the biggest problem might be finding a copy of the binary
drivers online...

Ross

On Mon, 21 Jan 2019 at 11:28, Enrico Pelò  wrote:
>
> Hi Ross,
> thank you for the fast response.
>
> I'm pretty new to the Yocto Project, is there some guides to achieve your 
> advice?
>
> Best regards
> Enrico
>
> On 21/01/2019, 12:09, "Burton, Ross"  wrote:
>
> Unfortunately the PowerVR drivers for Cedar Trail are binary-only, so
> you'll be stuck with compatible kernels.  If I were you I'd take the
> drivers and kernel from Danny.
>
> Ross
>
> On Mon, 21 Jan 2019 at 10:52, Enrico Pelò  
> wrote:
> >
> > Hello to all,
> >
> > I need to build an image for support that old hardware D2800 Support 
> w/NM10 chipset (Cedar Trail).
> >
> > I’ll need to install qt5 after the image test.
> >
> >
> >
> > I’ve tried to build with BITBAKE THUD’s meta-intel branch with 
> MACHINE=”intel-core2-32” (because the UEFI is not supported by the board)  in 
> my local.conf and the system starts but the video acceleration won’t work, 
> the screen resolution is 640x480
> >
> >
> >
> > I’ve configured
> >
> > LICENSE_FLAGS_WHITELIST="commercial"
> >
> > in my local.conf
> >
> >
> >
> > I’ve founded at this address 
> https://old.yoctoproject.org/downloads/bsps/danny13/cedar-trail-0 that the 
> local.conf must provide
> >
> > LICENSE_FLAGS_WHITELIST += "license_cdv-pvr-driver_1.0.3"
> >
> >
> >
> > But this does not fix the problem.
> >
> >
> >
> > I think the problem is that there aren’t the drivers for the PowerVR 
> Graphics.
> >
> >
> >
> > Is there a workaround?
> >
> >
> >
> > Best regards
> >
> > Enrico
> >
> >
> >
> > --
> > ___
> > meta-intel mailing list
> > meta-intel@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-intel
>
>
>
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] D2800 Support w/NM10 chipset (Cedar Trail)

2019-01-21 Thread Enrico Pelò
Hi Ross,
thank you for the fast response.

I'm pretty new to the Yocto Project, is there some guides to achieve your 
advice?

Best regards
Enrico

On 21/01/2019, 12:09, "Burton, Ross"  wrote:

Unfortunately the PowerVR drivers for Cedar Trail are binary-only, so
you'll be stuck with compatible kernels.  If I were you I'd take the
drivers and kernel from Danny.

Ross

On Mon, 21 Jan 2019 at 10:52, Enrico Pelò  wrote:
>
> Hello to all,
>
> I need to build an image for support that old hardware D2800 Support 
w/NM10 chipset (Cedar Trail).
>
> I’ll need to install qt5 after the image test.
>
>
>
> I’ve tried to build with BITBAKE THUD’s meta-intel branch with 
MACHINE=”intel-core2-32” (because the UEFI is not supported by the board)  in 
my local.conf and the system starts but the video acceleration won’t work, the 
screen resolution is 640x480
>
>
>
> I’ve configured
>
> LICENSE_FLAGS_WHITELIST="commercial"
>
> in my local.conf
>
>
>
> I’ve founded at this address 
https://old.yoctoproject.org/downloads/bsps/danny13/cedar-trail-0 that the 
local.conf must provide
>
> LICENSE_FLAGS_WHITELIST += "license_cdv-pvr-driver_1.0.3"
>
>
>
> But this does not fix the problem.
>
>
>
> I think the problem is that there aren’t the drivers for the PowerVR 
Graphics.
>
>
>
> Is there a workaround?
>
>
>
> Best regards
>
> Enrico
>
>
>
> --
> ___
> meta-intel mailing list
> meta-intel@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-intel



-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] D2800 Support w/NM10 chipset (Cedar Trail)

2019-01-21 Thread Burton, Ross
Unfortunately the PowerVR drivers for Cedar Trail are binary-only, so
you'll be stuck with compatible kernels.  If I were you I'd take the
drivers and kernel from Danny.

Ross

On Mon, 21 Jan 2019 at 10:52, Enrico Pelò  wrote:
>
> Hello to all,
>
> I need to build an image for support that old hardware D2800 Support w/NM10 
> chipset (Cedar Trail).
>
> I’ll need to install qt5 after the image test.
>
>
>
> I’ve tried to build with BITBAKE THUD’s meta-intel branch with 
> MACHINE=”intel-core2-32” (because the UEFI is not supported by the board)  in 
> my local.conf and the system starts but the video acceleration won’t work, 
> the screen resolution is 640x480
>
>
>
> I’ve configured
>
> LICENSE_FLAGS_WHITELIST="commercial"
>
> in my local.conf
>
>
>
> I’ve founded at this address 
> https://old.yoctoproject.org/downloads/bsps/danny13/cedar-trail-0 that the 
> local.conf must provide
>
> LICENSE_FLAGS_WHITELIST += "license_cdv-pvr-driver_1.0.3"
>
>
>
> But this does not fix the problem.
>
>
>
> I think the problem is that there aren’t the drivers for the PowerVR Graphics.
>
>
>
> Is there a workaround?
>
>
>
> Best regards
>
> Enrico
>
>
>
> --
> ___
> meta-intel mailing list
> meta-intel@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-intel
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


[meta-intel] D2800 Support w/NM10 chipset (Cedar Trail)

2019-01-21 Thread Enrico Pelò
Hello to all,

I need to build an image for support that old hardware D2800 Support w/NM10 
chipset (Cedar Trail).

I’ll need to install qt5 after the image test.

 

I’ve tried to build with BITBAKE THUD’s meta-intel branch with 
MACHINE=”intel-core2-32” (because the UEFI is not supported by the board)  in 
my local.conf and the system starts but the video acceleration won’t work, the 
screen resolution is 640x480

 

I’ve configured

LICENSE_FLAGS_WHITELIST="commercial"

in my local.conf

 

I’ve founded at this address 
https://old.yoctoproject.org/downloads/bsps/danny13/cedar-trail-0 that the 
local.conf must provide 

LICENSE_FLAGS_WHITELIST += "license_cdv-pvr-driver_1.0.3"

 

But this does not fix the problem.

 

I think the problem is that there aren’t the drivers for the PowerVR Graphics.

 

Is there a workaround?

 

Best regards

Enrico

 

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel