|
Re: gstreamer-plugins-bad build error in dunfell for SABRESD platform
Em ter., 29 de set. de 2020 às 06:56, Georg Hartinger
<Georg.Hartinger@...> escreveu:
We intend to together with the rest of the changes from 5.4-2.1.x GA.
Could you do some tests using our
Em ter., 29 de set. de 2020 às 06:56, Georg Hartinger
<Georg.Hartinger@...> escreveu:
We intend to together with the rest of the changes from 5.4-2.1.x GA.
Could you do some tests using our
|
By
Otavio Salvador
·
#24416
·
|
|
Re: gstreamer-plugins-bad build error in dunfell for SABRESD platform
Hi Otavio,
the gstreamer-plugins-bad build on master-next. I copied them to dunfell and they also build (also on old Ubuntu 16.04).
Is it possible to backport them officially?
Best
Hi Otavio,
the gstreamer-plugins-bad build on master-next. I copied them to dunfell and they also build (also on old Ubuntu 16.04).
Is it possible to backport them officially?
Best
|
By
Georg Hartinger
·
#24415
·
|
|
Re: gstreamer-plugins-bad build error in dunfell for SABRESD platform
Hi Otavio
> >
> > The error is in gstreamer1.0-plugins-bad_1.16.imx:
> >
> > a2e124a@@gstwaylandsink@sha/wlvideoformat.c.o' -c
> > ../git/ext/wayland/wlvideoformat.c
> > | In file included from
Hi Otavio
> >
> > The error is in gstreamer1.0-plugins-bad_1.16.imx:
> >
> > a2e124a@@gstwaylandsink@sha/wlvideoformat.c.o' -c
> > ../git/ext/wayland/wlvideoformat.c
> > | In file included from
|
By
Georg Hartinger
·
#24414
·
|
|
Re: gstreamer-plugins-bad build error in dunfell for SABRESD platform
Hello Georg,
Em seg., 28 de set. de 2020 às 13:18, Georg Hartinger
<Georg.Hartinger@...> escreveu:
Please check the meta-freescale at dunfell-next branch and see if you
reproduce the
Hello Georg,
Em seg., 28 de set. de 2020 às 13:18, Georg Hartinger
<Georg.Hartinger@...> escreveu:
Please check the meta-freescale at dunfell-next branch and see if you
reproduce the
|
By
Otavio Salvador
·
#24413
·
|
|
gstreamer-plugins-bad build error in dunfell for SABRESD platform
Hi all,
I get build errors when building plain yocto Dunfell for the iMX6 SABRESD plattform (not mainline)
The setup was (under Ubuntu 16.04):
$ repo init -u
Hi all,
I get build errors when building plain yocto Dunfell for the iMX6 SABRESD plattform (not mainline)
The setup was (under Ubuntu 16.04):
$ repo init -u
|
By
Georg Hartinger
·
#24412
·
|
|
Re: OpenGL ES on i.MX8
FWIW, standing up a GLES/DRM/KMS application isn't terribly hard. I've
done it on an IMX8 before without too much trouble. kmscube is
probably the best place to start as it is a pretty complete
FWIW, standing up a GLES/DRM/KMS application isn't terribly hard. I've
done it on an IMX8 before without too much trouble. kmscube is
probably the best place to start as it is a pretty complete
|
By
Joshua Watt
·
#24411
·
|
|
Re: OpenGL ES on i.MX8
Hi Andy,
this is the statement from NXP (https://source.codeaurora.org/external/imx/imx-manifest/tree/README?h=imx-linux-zeus#n53). As seen they do not actively support the framebuffer distro for
Hi Andy,
this is the statement from NXP (https://source.codeaurora.org/external/imx/imx-manifest/tree/README?h=imx-linux-zeus#n53). As seen they do not actively support the framebuffer distro for
|
By
Peter Bergin
·
#24410
·
|
|
Re: OpenGL ES on i.MX8
I don’t it may be part of framebuffer distro. Application dependency to gbm should pull in libgbm.
I don’t it may be part of framebuffer distro. Application dependency to gbm should pull in libgbm.
|
By
Prabhu
·
#24409
·
|
|
Re: OpenGL ES on i.MX8
Prabhusundar wrote…
Does that use the standard fsl-framebuffer or fslc-framebuffer distro options from meta-freescale-distro as I have used before?
-Andy.
Prabhusundar wrote…
Does that use the standard fsl-framebuffer or fslc-framebuffer distro options from meta-freescale-distro as I have used before?
-Andy.
|
By
Andy Pont <andy.pont@...>
·
#24408
·
|
|
Re: OpenGL ES on i.MX8
i.MX8 has GBM(DRM) support which is alternative for the lagacy framebuffer.
i.MX8 has GBM(DRM) support which is alternative for the lagacy framebuffer.
|
By
Prabhu
·
#24407
·
|
|
OpenGL ES on i.MX8
Hello,
This is probably a question for NXP themselves but I thought I would try the collective wisdom of the mailing list first.
When I build images for the i.MX6 I can build the OpenGL ES support
Hello,
This is probably a question for NXP themselves but I thought I would try the collective wisdom of the mailing list first.
When I build images for the i.MX6 I can build the OpenGL ES support
|
By
Andy Pont <andy.pont@...>
·
#24406
·
|
|
Re: Latest build of fsl-community-bsp kernel hangs booting imx8mmevk
On Fri, Sep 11, 2020 at 02:29 AM, Andrey Zhizhikin wrote:
On Thu, Sep 10, 2020 at 11:59 PM Brian Hutchinson <b.hutchman@...> wrote:
On Thu, Sep 10, 2020 at 05:22 AM, Fabio Estevam wrote:
Hi Otavio,
On
On Fri, Sep 11, 2020 at 02:29 AM, Andrey Zhizhikin wrote:
On Thu, Sep 10, 2020 at 11:59 PM Brian Hutchinson <b.hutchman@...> wrote:
On Thu, Sep 10, 2020 at 05:22 AM, Fabio Estevam wrote:
Hi Otavio,
On
|
By
Brian Hutchinson
·
#24405
·
|
|
Re: Latest build of fsl-community-bsp kernel hangs booting imx8mmevk
You can try to do something like this in your layer via creating a
u-boot-imx_%.bbapend:
patch_uboot_defconfig () {
sed -i -e '/^[ ]*CONFIG_DEFAULT_FDT_FILE[ ]*=/d' ${S}/configs/$1
You can try to do something like this in your layer via creating a
u-boot-imx_%.bbapend:
patch_uboot_defconfig () {
sed -i -e '/^[ ]*CONFIG_DEFAULT_FDT_FILE[ ]*=/d' ${S}/configs/$1
|
By
Andrey Zhizhikin
·
#24404
·
|
|
Re: Latest build of fsl-community-bsp kernel hangs booting imx8mmevk
On Thu, Sep 10, 2020 at 05:22 AM, Fabio Estevam wrote:
Hi Otavio,
On Thu, Sep 10, 2020 at 9:09 AM Otavio Salvador
<otavio.salvador@...> wrote:
Could U-Boot load the correct dtb for the board
On Thu, Sep 10, 2020 at 05:22 AM, Fabio Estevam wrote:
Hi Otavio,
On Thu, Sep 10, 2020 at 9:09 AM Otavio Salvador
<otavio.salvador@...> wrote:
Could U-Boot load the correct dtb for the board
|
By
Brian Hutchinson
·
#24403
·
|
|
Re: Latest build of fsl-community-bsp kernel hangs booting imx8mmevk
Hi Otavio,
<otavio.salvador@...> wrote:
Unfortunately, this cannot be determined in run-time.
Hi Otavio,
<otavio.salvador@...> wrote:
Unfortunately, this cannot be determined in run-time.
|
By
Fabio Estevam
·
#24402
·
|
|
Re: Latest build of fsl-community-bsp kernel hangs booting imx8mmevk
Hello Fabio,
Em qui., 10 de set. de 2020 às 09:03, Fabio Estevam
<festevam@...> escreveu:
Could U-Boot load the correct dtb for the board revision?
--
Otavio Salvador
Hello Fabio,
Em qui., 10 de set. de 2020 às 09:03, Fabio Estevam
<festevam@...> escreveu:
Could U-Boot load the correct dtb for the board revision?
--
Otavio Salvador
|
By
Otavio Salvador
·
#24401
·
|
|
Re: Latest build of fsl-community-bsp kernel hangs booting imx8mmevk
Hi Carlos,
<otavio.salvador@...> wrote:
Do you have a revB board?
If so, please use imx8mm-evk-revb.dtb instead as there is a difference
between revB versus revC that is related to the
Hi Carlos,
<otavio.salvador@...> wrote:
Do you have a revB board?
If so, please use imx8mm-evk-revb.dtb instead as there is a difference
between revB versus revC that is related to the
|
By
Fabio Estevam
·
#24400
·
|
|
Re: Latest build of fsl-community-bsp kernel hangs booting imx8mmevk
Hello all,
Em qui., 10 de set. de 2020 às 05:12, Carlos Rafael Giani
<crg7475@...> escreveu:
...
Could you guys open an issue on github about this?
--
Otavio Salvador
Hello all,
Em qui., 10 de set. de 2020 às 05:12, Carlos Rafael Giani
<crg7475@...> escreveu:
...
Could you guys open an issue on github about this?
--
Otavio Salvador
|
By
Otavio Salvador
·
#24399
·
|
|
Re: Latest build of fsl-community-bsp kernel hangs booting imx8mmevk
I have the same problem. imx8mmevk does not boot with Yocto Dunfell. Booting stops at "PCIe PLL lock timeout" or "Initialized imx-drm 1.0.0 20120507 for soc@0:bus@32c00000:display-subsystem
I have the same problem. imx8mmevk does not boot with Yocto Dunfell. Booting stops at "PCIe PLL lock timeout" or "Initialized imx-drm 1.0.0 20120507 for soc@0:bus@32c00000:display-subsystem
|
By
Carlos Rafael Giani
·
#24398
·
|
|
Re: Build error of perf
Hi, Yang
The following is the status of linux-qoriq that I'm using:
-------------------------------------
tmp/work-shared/ubinux-armv8/kernel-source$ git branch
* (HEAD detached at 134788b16485)
Hi, Yang
The following is the status of linux-qoriq that I'm using:
-------------------------------------
tmp/work-shared/ubinux-armv8/kernel-source$ git branch
* (HEAD detached at 134788b16485)
|
By
leimaohui
·
#24397
·
|