|
Re: [yocto] Looking for a recommendation for the right Yocto dev board that supports MIPI CSI-2...
It looks like we're going to purchase an NXP MCIMX8M-EVK dev board (at least one to get started). Can someone please confirm that the imx8mqevk.conf machine file is for this board?
Is this
It looks like we're going to purchase an NXP MCIMX8M-EVK dev board (at least one to get started). Can someone please confirm that the imx8mqevk.conf machine file is for this board?
Is this
|
By
Bob Cochran
·
#23982
·
|
|
Re: Build error "kernel-module-qcacld-lea" with imx8mqevk
It may be that the driver needs the deprecated wireless extensions. You could
try to define CONFIG_HOSTAP in your kernel configuration as a module so that
the WIRELESS_EXT get built. Just don't
It may be that the driver needs the deprecated wireless extensions. You could
try to define CONFIG_HOSTAP in your kernel configuration as a module so that
the WIRELESS_EXT get built. Just don't
|
By
Alex Gonzalez
·
#23981
·
|
|
Build error "kernel-module-qcacld-lea" with imx8mqevk
Hi all,
I'm experiencing a weird build error while building recipe kernel-module-qcacld-lea.
I'm building with poky rocko and imx 4.9.88.2.0.0 GA.
My machine is based on imx8mqevk.
I don't understand
Hi all,
I'm experiencing a weird build error while building recipe kernel-module-qcacld-lea.
I'm building with poky rocko and imx 4.9.88.2.0.0 GA.
My machine is based on imx8mqevk.
I don't understand
|
By
Atiki Karim
·
#23980
·
|
|
Re: Splash Screen imx8 board
Hello,
Just following up, as I did not receive a response. I am trying to display a splash screen on an imx8 based board. I am running a Qt demo application. The psplash recipe does not appear to be
Hello,
Just following up, as I did not receive a response. I am trying to display a splash screen on an imx8 based board. I am running a Qt demo application. The psplash recipe does not appear to be
|
By
Chris Dimich
·
#23979
·
|
|
[PATCH] imx-boot: split out common variables to a bbclass
From: Ming Liu <liu.ming50@...>
The variables defined in imx-boot recipe are sort of so related to
machine deployment, sometimes we need access these variables in other
recipes like image
From: Ming Liu <liu.ming50@...>
The variables defined in imx-boot recipe are sort of so related to
machine deployment, sometimes we need access these variables in other
recipes like image
|
By
liu.ming50@...
·
#23978
·
|
|
Splash Screen imx8 board
Hello,
I am trying to display a splash screen on an imx8 based board. I am running a Qt demo application. The psplash recipe does not appear to be working, as all I see on bootup is the penguins and
Hello,
I am trying to display a splash screen on an imx8 based board. I am running a Qt demo application. The psplash recipe does not appear to be working, as all I see on bootup is the penguins and
|
By
Chris Dimich
·
#23977
·
|
|
Possible bug: imx-test includes .profile for root
Hello,
As topic, the imx-test recipe creates the /home/root directory and also adds a default .profile file to that directory. I do not think that this is good practice, as it probably should just
Hello,
As topic, the imx-test recipe creates the /home/root directory and also adds a default .profile file to that directory. I do not think that this is good practice, as it probably should just
|
By
Tuomas Huuki
·
#23976
·
|
|
[PATCH V2] mfgtools: add recipe
From: Ming Liu <liu.ming50@...>
Freescale/NXP I.MX Chip image deploy tools, uuu (Universal Update
Utility), mfgtools 3.0.
Signed-off-by: Ming Liu <liu.ming50@...>
---
From: Ming Liu <liu.ming50@...>
Freescale/NXP I.MX Chip image deploy tools, uuu (Universal Update
Utility), mfgtools 3.0.
Signed-off-by: Ming Liu <liu.ming50@...>
---
|
By
liu.ming50@...
·
#23975
·
|
|
Re: [PATCH] mfgtools: add recipe
Hi, Stefan:
Thanks for the review, will send a V2.
the best,
thank you
Stefan Agner <stefan@...> 於 2019年6月17日 週一 下午3:18寫道:
Hi, Stefan:
Thanks for the review, will send a V2.
the best,
thank you
Stefan Agner <stefan@...> 於 2019年6月17日 週一 下午3:18寫道:
|
By
Ming Liu <liu.ming50@...>
·
#23974
·
|
|
Yocto build error
HI,
I'm new to yocto project.I'm trying to build images for imx6qsabreauto.I tried to build images by executing command 'bitbake core-image-base'.
But it is showing error log is
HI,
I'm new to yocto project.I'm trying to build images for imx6qsabreauto.I tried to build images by executing command 'bitbake core-image-base'.
But it is showing error log is
|
By
richucj
·
#23973
·
|
|
Re: IMX zImage with ramdisk
Those messages are printed by U-Boot, so it is U-Boot which does not
like the ramdisk.
By default U-Boot expects the ramdisk to be in a U-Boot image. Make sure
to enable CONFIG_SUPPORT_RAW_INITRD=y
Those messages are printed by U-Boot, so it is U-Boot which does not
like the ramdisk.
By default U-Boot expects the ramdisk to be in a U-Boot image. Make sure
to enable CONFIG_SUPPORT_RAW_INITRD=y
|
By
Stefan Agner
·
#23971
·
|
|
Re: [PATCH] mfgtools: add recipe
Hi Ming,
Thanks for tackling this.
We use a static build to create a binary which is rather easy to run on
a variety of new and old distributions, but not sure if that is the
default use case.
I
Hi Ming,
Thanks for tackling this.
We use a static build to create a binary which is rather easy to run on
a variety of new and old distributions, but not sure if that is the
default use case.
I
|
By
Stefan Agner
·
#23972
·
|
|
Re: /var/run conflicts
Hi,
did you try this one?
https://github.com/ctrob67/meta-telephony/blob/master/recipes-asterisk/asterisk/asterisk_13.17.2.bb
Best regards,
Vincent
Hi,
did you try this one?
https://github.com/ctrob67/meta-telephony/blob/master/recipes-asterisk/asterisk/asterisk_13.17.2.bb
Best regards,
Vincent
|
By
Vincent Prince
·
#23970
·
|
|
[PATCH] mfgtools: add recipe
From: Ming Liu <liu.ming50@...>
Freescale/NXP I.MX Chip image deploy tools, uuu (Universal Update
Utility), mfgtools 3.0.
Signed-off-by: Ming Liu <liu.ming50@...>
---
From: Ming Liu <liu.ming50@...>
Freescale/NXP I.MX Chip image deploy tools, uuu (Universal Update
Utility), mfgtools 3.0.
Signed-off-by: Ming Liu <liu.ming50@...>
---
|
By
liu.ming50@...
·
#23969
·
|
|
Re: [alsa] do_populate_sdk: No manifest generated from: lib32-alsa-lib
Adding
PACKAGE_EXTRA_ARCHS = "${PACKAGE_EXTRA_ARCHS_tune-${DEFAULTTUNE}}
armv7ahf-neon-mx8mm"
to my machine config solved it but dose not feel right to solve it
this way. Any thoughts?
BR
Månz
Adding
PACKAGE_EXTRA_ARCHS = "${PACKAGE_EXTRA_ARCHS_tune-${DEFAULTTUNE}}
armv7ahf-neon-mx8mm"
to my machine config solved it but dose not feel right to solve it
this way. Any thoughts?
BR
Månz
|
By
Mans Zigher
·
#23968
·
|
|
[meta-freescale-3rdparty] [thud] Backport request
Hi,
Could you please backport the following commit into the thud branch:
https://github.com/Freescale/meta-freescale-3rdparty/commit/5d88f226ed2c72ac37752fe54808feff4ec7c1ed
That would allow the
Hi,
Could you please backport the following commit into the thud branch:
https://github.com/Freescale/meta-freescale-3rdparty/commit/5d88f226ed2c72ac37752fe54808feff4ec7c1ed
That would allow the
|
By
Alex Gonzalez
·
#23967
·
|
|
[alsa] do_populate_sdk: No manifest generated from: lib32-alsa-lib
Hi,
I am trying to build an SDK I suspect the same error would pop up when
building an image. The problem that I am facing is that I need to
include lib32-alsa-lib to my SDK but I am getting the
Hi,
I am trying to build an SDK I suspect the same error would pop up when
building an image. The problem that I am facing is that I need to
include lib32-alsa-lib to my SDK but I am getting the
|
By
Mans Zigher
·
#23966
·
|
|
IMX zImage with ramdisk
Hi,
I build i.MX6 image, I can install imx.wic.gz to an SD card and run it
well i.MX EVK, now I need to build i.MX6 image with ramdisk to install
it to the RAM of a customized i.MX processor board,
Hi,
I build i.MX6 image, I can install imx.wic.gz to an SD card and run it
well i.MX EVK, now I need to build i.MX6 image with ramdisk to install
it to the RAM of a customized i.MX processor board,
|
By
JH
·
#23965
·
|
|
Re: [EXT] Why not support aarch64 BE any more.
Hi, Guo
Thanks for your reply.
Best regards
Lei
Hi, Guo
Thanks for your reply.
Best regards
Lei
|
By
leimaohui
·
#23964
·
|
|
Re: imx53 and thud
<otavio.salvador@...> wrote:
I got it working. I was using wrong image.
-Teemu
<otavio.salvador@...> wrote:
I got it working. I was using wrong image.
-Teemu
|
By
maillinglists18@...
·
#23963
·
|