|
Re: Adding LCD display (none lvds) in Linux 5.4 fslc?
Hi. I recently faced a similar problem on a custom imx6dl board, also with linux-fslc.
In my case i only have a single panel but it seems I had to define two panels to make the devicetree compiler
Hi. I recently faced a similar problem on a custom imx6dl board, also with linux-fslc.
In my case i only have a single panel but it seems I had to define two panels to make the devicetree compiler
|
By
Christian Betz
·
#24376
·
|
|
SPI for IMX6x with cyclic DMA
I've just developed and tested cyclic DMA transfer for a SPI device on a IMX6UL with kernel 4.9.88
I wanted to have a single SPI transfer repeated continuously in order to feed a DAC for generation of
I've just developed and tested cyclic DMA transfer for a SPI device on a IMX6UL with kernel 4.9.88
I wanted to have a single SPI transfer repeated continuously in order to feed a DAC for generation of
|
By
Andrea Tessadri <tessadriandrea@...>
·
#24375
·
|
|
Re: Adding LCD display (none lvds) in Linux 5.4 fslc?
But that's the mainline way of working, no? When using etnaviv/drm/imx-ipu... ?
Why would the old ldb-style still work, but the old lcd isn't?
But that's the mainline way of working, no? When using etnaviv/drm/imx-ipu... ?
Why would the old ldb-style still work, but the old lcd isn't?
|
By
Wouter Vanhauwaert
·
#24374
·
|
|
Re: Adding LCD display (none lvds) in Linux 5.4 fslc?
Yes this has completely changed, look at NXP's MEK devicetrees to figure that out, at least I was once able to figure it out like that.
On Colibri-iMX8X I once had it running with something like
Yes this has completely changed, look at NXP's MEK devicetrees to figure that out, at least I was once able to figure it out like that.
On Colibri-iMX8X I once had it running with something like
|
By
Philippe Schenker
·
#24373
·
|
|
Adding LCD display (none lvds) in Linux 5.4 fslc?
How do you correctly put a parallel lcd display in linux 5.4?
Uptill 4.9, there was a mxc_lcdif.c, but seems to be missing now?
In the devicetree, you used to add a node which had
How do you correctly put a parallel lcd display in linux 5.4?
Uptill 4.9, there was a mxc_lcdif.c, but seems to be missing now?
In the devicetree, you used to add a node which had
|
By
Wouter Vanhauwaert
·
#24372
·
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Haven't read all mails have created the PR now!
Also thanks from my side for the fast support Otavio!
Philippe
Haven't read all mails have created the PR now!
Also thanks from my side for the fast support Otavio!
Philippe
|
By
Philippe Schenker
·
#24371
·
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Thanks Andrey for testing!
I guess Otavio needs to pull it from my branch, I'm not able to create a
new branch as PR.
Philippe
Thanks Andrey for testing!
I guess Otavio needs to pull it from my branch, I'm not able to create a
new branch as PR.
Philippe
|
By
Philippe Schenker
·
#24370
·
|
|
Re: Anyone got rt patch running on imx8m mini?
On Mon, Aug 10, 2020 at 07:51 AM, Brian Hutchinson wrote:
Hi,
I'm looking into doing the rt patch against linux-fslc-imx 5.4.51. Doesn't look like anyone has done this for the imx8mm. I see a
On Mon, Aug 10, 2020 at 07:51 AM, Brian Hutchinson wrote:
Hi,
I'm looking into doing the rt patch against linux-fslc-imx 5.4.51. Doesn't look like anyone has done this for the imx8mm. I see a
|
By
Brian Hutchinson
·
#24369
·
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Thanks, Otavio. Much appreciated! We will send you a PR first thing tomorrow morning.
Thanks, Otavio. Much appreciated! We will send you a PR first thing tomorrow morning.
|
By
Marcel Ziswiler
·
#24368
·
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Hello all,
First, I'd like to thank you all for the great work.
Em seg., 10 de ago. de 2020 às 17:02, Andrey Zhizhikin
<andrey.z@...> escreveu:
...
I made the baseline branch based on
Hello all,
First, I'd like to thank you all for the great work.
Em seg., 10 de ago. de 2020 às 17:02, Andrey Zhizhikin
<andrey.z@...> escreveu:
...
I made the baseline branch based on
|
By
Otavio Salvador
·
#24367
·
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
<philippe.schenker@...> wrote:
Correct! My bad: I did a pull of OE-Core and then your Kernel branch,
which I should not have been doing in the first place. This issue is
not from Kernel, it is
<philippe.schenker@...> wrote:
Correct! My bad: I did a pull of OE-Core and then your Kernel branch,
which I should not have been doing in the first place. This issue is
not from Kernel, it is
|
By
Andrey Zhizhikin
·
#24366
·
|
|
Re: how can I build u-boot and kernel image for mfgtools?
<cengizc=gmail.com@...> wrote:
Appendix: I tried to use a machine configuration that's been already
shipped by AGL (imx6qdlsabreauto) and that machine also throws not
compatible
<cengizc=gmail.com@...> wrote:
Appendix: I tried to use a machine configuration that's been already
shipped by AGL (imx6qdlsabreauto) and that machine also throws not
compatible
|
By
Cengiz Can <cengizc@...>
·
#24365
·
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
I guess any user-space stuff need updating to versions that NXP provides
with BSP 'L5.4.24_2.1.0'.
OE-core updated glibc which is the provider of 'sys_errlist.h' so maybe
that is the reason for build
I guess any user-space stuff need updating to versions that NXP provides
with BSP 'L5.4.24_2.1.0'.
OE-core updated glibc which is the provider of 'sys_errlist.h' so maybe
that is the reason for build
|
By
Philippe Schenker
·
#24364
·
|
|
how can I build u-boot and kernel image for mfgtools?
Hello,
I have a custom board that has IMX6 Solo Automotive Grade SoC. I need
to bring it up with Automotive Grade Linux. (Using linux-fslc 4.20).
I have copied mx6sabreauto machine and renamed it to
Hello,
I have a custom board that has IMX6 Solo Automotive Grade SoC. I need
to bring it up with Automotive Grade Linux. (Using linux-fslc 4.20).
I have copied mx6sabreauto machine and renamed it to
|
By
Cengiz Can <cengizc@...>
·
#24363
·
|
|
Anyone got rt patch running on imx8m mini?
Hi,
I'm looking into doing the rt patch against linux-fslc-imx 5.4.51. Doesn't look like anyone has done this for the imx8mm. I see a recipe for linux-fslc-imx-rt 4.1.-1.0.x but looks like it's for
Hi,
I'm looking into doing the rt patch against linux-fslc-imx 5.4.51. Doesn't look like anyone has done this for the imx8mm. I see a recipe for linux-fslc-imx-rt 4.1.-1.0.x but looks like it's for
|
By
Brian Hutchinson
·
#24362
·
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Hey Philippe,
<philippe.schenker@...> wrote:
I've tried to build the branch from your repo with latest master of
meta-freescale, and saw couple of issue with imx8mmevk machine:
1.
Hey Philippe,
<philippe.schenker@...> wrote:
I've tried to build the branch from your repo with latest master of
meta-freescale, and saw couple of issue with imx8mmevk machine:
1.
|
By
Andrey Zhizhikin
·
#24361
·
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Hi Andrey,
We were building binutils-2.34 so didn't notice this issue. I've cherry-
picked the patch you mentioned.
Philippe
Hi Andrey,
We were building binutils-2.34 so didn't notice this issue. I've cherry-
picked the patch you mentioned.
Philippe
|
By
Philippe Schenker
·
#24360
·
|
|
Re: New branch 5.4-2.1.x-imx for linux-fslc
Hello Philippe,
On Mon, Aug 10, 2020 at 12:01 PM Philippe Schenker via
lists.yoctoproject.org
<philippe.schenker=toradex.com@...> wrote:
This is great news! I was half the way of
Hello Philippe,
On Mon, Aug 10, 2020 at 12:01 PM Philippe Schenker via
lists.yoctoproject.org
<philippe.schenker=toradex.com@...> wrote:
This is great news! I was half the way of
|
By
Andrey Zhizhikin
·
#24359
·
|
|
New branch 5.4-2.1.x-imx for linux-fslc
Hi,
Toradex is currently working on integrating the new NXP release
'L5.4.24_2.1.0'. For this we created a new kernel branch '5.4-2.1.x-imx'
based on NXP's kernel 'imx_5.4.24_2.1.0'.
We already
Hi,
Toradex is currently working on integrating the new NXP release
'L5.4.24_2.1.0'. For this we created a new kernel branch '5.4-2.1.x-imx'
based on NXP's kernel 'imx_5.4.24_2.1.0'.
We already
|
By
Philippe Schenker
·
#24358
·
|
|
Re: Error Compilation Yocto - firmware-imx_5.4.bb and firmware-imx.inc
#define
#yocto
#compilation
#meta-freescale
Hi Brian,
I fixed my problem yesterday, thank you for your answer.
The problem was the URL on the file firmware-imx.inc, i took this new file :
Hi Brian,
I fixed my problem yesterday, thank you for your answer.
The problem was the URL on the file firmware-imx.inc, i took this new file :
|
By
kar_947@...
·
#24357
·
|