* i.MX6Q VPU firmware missing for core-image-basic
@ 2013-12-03 15:32 Tarek El-Sherbiny
2013-12-04 12:00 ` Tarek El-Sherbiny
0 siblings, 1 reply; 5+ messages in thread
From: Tarek El-Sherbiny @ 2013-12-03 15:32 UTC (permalink / raw)
To: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 465 bytes --]
I'm building a console image with VPU and gstreamer support.
I've included core-image-basic.bb in my image in addition
to packagegroup-fsl-gstreamer.
The firmware is not installed and I'm getting this error:
Please put bin file to /lib/firmware/vpu folder or export VPU_FW_PATH env
I've seen this thread but what is the conclusion for 1.5 branch:
https://lists.yoctoproject.org/pipermail/meta-freescale/2013-April/002344.html
Thanks
--
*Tarek*
[-- Attachment #2: Type: text/html, Size: 873 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: i.MX6Q VPU firmware missing for core-image-basic
2013-12-03 15:32 i.MX6Q VPU firmware missing for core-image-basic Tarek El-Sherbiny
@ 2013-12-04 12:00 ` Tarek El-Sherbiny
2013-12-04 12:13 ` Otavio Salvador
0 siblings, 1 reply; 5+ messages in thread
From: Tarek El-Sherbiny @ 2013-12-04 12:00 UTC (permalink / raw)
To: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 971 bytes --]
I mad some progress now.
core-imgae-base ---> VPU FW is included.
core-imgae-basic ---> VPU FW is not included. !!!!?
Does anyone understand why?
I know that the firmware is picked up in MACHINE_EXTRA_RRECOMMENDS variable
but I don't know why it affects only core-imgae-base and
not core-imgae-basic !
Hope someone could shed some light here.
On Tue, Dec 3, 2013 at 3:32 PM, Tarek El-Sherbiny <
tarek.elsherbiny@gmail.com> wrote:
> I'm building a console image with VPU and gstreamer support.
>
> I've included core-image-basic.bb in my image in addition
> to packagegroup-fsl-gstreamer.
>
> The firmware is not installed and I'm getting this error:
> Please put bin file to /lib/firmware/vpu folder or export VPU_FW_PATH env
>
> I've seen this thread but what is the conclusion for 1.5 branch:
>
>
> https://lists.yoctoproject.org/pipermail/meta-freescale/2013-April/002344.html
>
> Thanks
> --
> *Tarek*
>
--
*Tarek*
[-- Attachment #2: Type: text/html, Size: 1988 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: i.MX6Q VPU firmware missing for core-image-basic
2013-12-04 12:00 ` Tarek El-Sherbiny
@ 2013-12-04 12:13 ` Otavio Salvador
2013-12-04 12:24 ` Gary Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2013-12-04 12:13 UTC (permalink / raw)
To: Tarek El-Sherbiny; +Cc: meta-freescale@yoctoproject.org
On Wed, Dec 4, 2013 at 10:00 AM, Tarek El-Sherbiny
<tarek.elsherbiny@gmail.com> wrote:
> I mad some progress now.
>
> core-imgae-base ---> VPU FW is included.
> core-imgae-basic ---> VPU FW is not included. !!!!?
>
> Does anyone understand why?
>
> I know that the firmware is picked up in MACHINE_EXTRA_RRECOMMENDS variable
> but I don't know why it affects only core-imgae-base and not
> core-imgae-basic !
>
> Hope someone could shed some light here.
core-image-base: A console-only image that fully supports the target
device hardware.
...
core-image-basic: A console-only image with more full-featured Linux
system functionality installed.
The image names are misleading, I agree. Please bring this to OE-Core
for discussion.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: i.MX6Q VPU firmware missing for core-image-basic
2013-12-04 12:13 ` Otavio Salvador
@ 2013-12-04 12:24 ` Gary Thomas
2013-12-04 13:17 ` Gary Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2013-12-04 12:24 UTC (permalink / raw)
To: meta-freescale
On 2013-12-04 05:13, Otavio Salvador wrote:
> On Wed, Dec 4, 2013 at 10:00 AM, Tarek El-Sherbiny
> <tarek.elsherbiny@gmail.com> wrote:
>> I mad some progress now.
>>
>> core-imgae-base ---> VPU FW is included.
>> core-imgae-basic ---> VPU FW is not included. !!!!?
>>
>> Does anyone understand why?
>>
>> I know that the firmware is picked up in MACHINE_EXTRA_RRECOMMENDS variable
>> but I don't know why it affects only core-imgae-base and not
>> core-imgae-basic !
>>
>> Hope someone could shed some light here.
>
> core-image-base: A console-only image that fully supports the target
> device hardware.
> ...
> core-image-basic: A console-only image with more full-featured Linux
> system functionality installed.
>
> The image names are misleading, I agree. Please bring this to OE-Core
> for discussion.
>
I sent a patch for this to OE-core in October which seems to have
been ignored :-(
http://lists.openembedded.org/pipermail/openembedded-core/2013-October/085750.html
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: i.MX6Q VPU firmware missing for core-image-basic
2013-12-04 12:24 ` Gary Thomas
@ 2013-12-04 13:17 ` Gary Thomas
0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2013-12-04 13:17 UTC (permalink / raw)
To: meta-freescale
On 2013-12-04 05:24, Gary Thomas wrote:
> On 2013-12-04 05:13, Otavio Salvador wrote:
>> On Wed, Dec 4, 2013 at 10:00 AM, Tarek El-Sherbiny
>> <tarek.elsherbiny@gmail.com> wrote:
>>> I mad some progress now.
>>>
>>> core-imgae-base ---> VPU FW is included.
>>> core-imgae-basic ---> VPU FW is not included. !!!!?
>>>
>>> Does anyone understand why?
>>>
>>> I know that the firmware is picked up in MACHINE_EXTRA_RRECOMMENDS variable
>>> but I don't know why it affects only core-imgae-base and not
>>> core-imgae-basic !
>>>
>>> Hope someone could shed some light here.
>>
>> core-image-base: A console-only image that fully supports the target
>> device hardware.
>> ...
>> core-image-basic: A console-only image with more full-featured Linux
>> system functionality installed.
>>
>> The image names are misleading, I agree. Please bring this to OE-Core
>> for discussion.
>>
>
> I sent a patch for this to OE-core in October which seems to have
> been ignored :-(
> http://lists.openembedded.org/pipermail/openembedded-core/2013-October/085750.html
>
BTW, the patch has been applied to OE-core master, but not the dora branch.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-12-04 13:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03 15:32 i.MX6Q VPU firmware missing for core-image-basic Tarek El-Sherbiny
2013-12-04 12:00 ` Tarek El-Sherbiny
2013-12-04 12:13 ` Otavio Salvador
2013-12-04 12:24 ` Gary Thomas
2013-12-04 13:17 ` Gary Thomas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.